[jboss-jira] [JBoss JIRA] (WFLY-9539) wsconsume.sh does not support the -secmgr setting properly
Brian Stansberry (JIRA)
issues at jboss.org
Thu Nov 9 09:11:00 EST 2017
[ https://issues.jboss.org/browse/WFLY-9539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Brian Stansberry updated WFLY-9539:
-----------------------------------
Component/s: Web Services
> 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: Tomaz Cerar
>
> 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