[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2
lambeths
do-not-reply at jboss.com
Wed Jul 18 13:20:58 EDT 2007
I found a solution... I had to add a few jars to the WSTOOLS classpath in wstools.bat, but it was different for JRE 1.5 vs 1.6.
Using JRE 1.5.x I had to add the following:
set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar
| set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar
| set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxws.jar
| set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-saaj.jar
Using JRE 1.6.x only two of those lines were necessary:
set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/wsdl4j.jar
| set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-jaxrpc.jar
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065495#4065495
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065495
More information about the jboss-user
mailing list