[JBoss JIRA] (SRAMP-614) System property substitution failing when used on s-ramp-shell jar
by Brett Meyer (JIRA)
[ https://issues.jboss.org/browse/SRAMP-614?page=com.atlassian.jira.plugin.... ]
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)
10 years, 1 month
[JBoss JIRA] (SRAMP-614) System property substitution failing when used on s-ramp-shell jar
by Brett Meyer (JIRA)
Brett Meyer created SRAMP-614:
---------------------------------
Summary: 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)
10 years, 1 month