[jboss-jira] [JBoss JIRA] (WFLY-9539) wsconsume.sh does not support the -secmgr setting properly

Brian Stansberry (JIRA) issues at jboss.org
Tue Dec 19 17:35:00 EST 2017


     [ https://issues.jboss.org/browse/WFLY-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry reassigned WFLY-9539:
--------------------------------------

    Fix Version/s: 12.0.0.Alpha1
         Assignee: R Searls  (was: Tomaz Cerar)
       Resolution: Done


> wsconsume.sh does not support the -secmgr setting properly
> ----------------------------------------------------------
>
>                 Key: WFLY-9539
>                 URL: https://issues.jboss.org/browse/WFLY-9539
>             Project: WildFly
>          Issue Type: Bug
>          Components: Scripts, Web Services
>    Affects Versions: 10.0.0.Final
>            Reporter: R Searls
>            Assignee: R Searls
>             Fix For: 12.0.0.Alpha1
>
>
> wsconsume.sh, and wsconsume.bat does not properly support the -secmgr flag in the
> generated command.  Changes to jboss-module.jar requires the -secmgr flag be positioned
> immediately after the  jboss-module.jar declaration.
> {code:java}
> eval \"$JAVA\" $JAVA_OPTS \
>     -classpath \""$JBOSS_CLASSPATH"\" \
>     org.jboss.modules.Main \
>     -secmgr \
>     -mp \""$JBOSS_HOME"/modules\" \
>     org.jboss.ws.tools.wsconsume \
>     '"$@"'
> {code}
> This value is pass to this utility via the JAVA_OPTS env variable.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list