[
https://issues.jboss.org/browse/AS7-1343?page=com.atlassian.jira.plugin.s...
]
Quanlin Chen commented on AS7-1343:
-----------------------------------
wsconsume.sh shares the same problem as well, it's caused by not passing classpath as
a semicolon separated list, the version comes with AS7 final is using colon as the
separator, so this line
-classpath \"$JAVA_HOME/lib/tools.jar:$JBOSS_HOME/jboss-modules.jar\" \
should be changed into
-classpath \"$JAVA_HOME/lib/tools.jar\;$JBOSS_HOME/jboss-modules.jar\" \
the wsprovide.sh doesn't have the problem because it's specifying the only jar
file
would you please fix this problem too so that it could benefit other AS7 users? Thanks.
wsconsume.bat not working
-------------------------
Key: AS7-1343
URL:
https://issues.jboss.org/browse/AS7-1343
Project: Application Server 7
Issue Type: Bug
Components: Web Services
Affects Versions: 7.0.0.Final
Environment: Windows 7
Reporter: Mario Antollini
Assignee: Jim Ma
Fix For: Open To Community
The file wsconsume.bat under the bin directory does not work.
The problem is in this line:
"-Djava.endorsed.dirs=file:%JBOSS_HOME%/modules/com/sun/xml/bin/main;file:%JBOSS_HOME%/modules/javax/xml/ws/api/main\"
^
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira