[JBoss JIRA] Created: (JBWS-2514) wsprovide.sh missing libraries
by Bryan Kearney (JIRA)
wsprovide.sh missing libraries
------------------------------
Key: JBWS-2514
URL: https://jira.jboss.org/jira/browse/JBWS-2514
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-metro
Environment: JBoss 5.0.0 GA, Metro 3.0.5GA, Sun jdk 1.6.11, Fedora 10
Reporter: Bryan Kearney
The wsprovide.sh script fails when attempting to generate the artifacts. It failed to locate the following classes:
org.jboss.ws.core.soap.SAAJMetaFactoryImpl
com.sun.xml.ws.security.secext10.SecurityTokenReferenceType
My solution was to edit the file with these lines:
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/jbossws-native-core.jar"
WSPROVIDE_CLASSPATH="$WSPROVIDE_CLASSPATH:$JBOSS_HOME/client/xws-security.jar"
Having copied the jar files from the default deployers directory.
I believe this is related to https://jira.jboss.org/jira/browse/JBWS-2511
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months