[overlord-issues] [JBoss JIRA] (SRAMP-614) System property substitution failing when used on s-ramp-shell jar
Brett Meyer (JIRA)
issues at jboss.org
Wed Nov 12 16:44:29 EST 2014
[ https://issues.jboss.org/browse/SRAMP-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brett Meyer closed SRAMP-614.
-----------------------------
Resolution: Rejected
Whoops -- put the system props *before* -jar
> System property substitution failing when used on s-ramp-shell jar
> ------------------------------------------------------------------
>
> Key: SRAMP-614
> URL: https://issues.jboss.org/browse/SRAMP-614
> Project: S-RAMP
> Issue Type: Bug
> Reporter: Brett Meyer
> Assignee: Brett Meyer
>
> {code}
> java -jar bin/s-ramp-shell-0.7.0-SNAPSHOT.jar -Dsramp.server=http://localhost:8080/s-ramp-server -Dsramp.username=admin -Dsramp.password=overlord1!
> s-ramp:connect ${sramp.server} ${sramp.username} ${sramp.password}
> FAILED to connect to S-RAMP endpoint: http://${sramp.server}
> java.lang.IllegalArgumentException: You did not supply enough values to fill path parameters
> {code}
> Substitution works when using 'mvn exec:java' on the module.
--
This message was sent by Atlassian JIRA
(v6.3.8#6338)
More information about the overlord-issues
mailing list