]
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.