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

R Searls (JIRA) issues at jboss.org
Wed Nov 8 20:32:00 EST 2017


R Searls created WFLY-9539:
------------------------------

             Summary: 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
    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