[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-07-25 Thread chui
Hey, here I had to add this: 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

[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-07-18 Thread lambeths
Did anyone find a solution to this problem. Recently upgraded from 4.0.5 to 4.2.1, having the same problem. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4065466#4065466 Reply to the post :

[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-07-18 Thread lambeths
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

[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-05-21 Thread schmaggis
I have the same problem and adding the lines: WSTOOLS_CLASSPATH=$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/jboss-jaxrpc.jar | WSTOOLS_CLASSPATH=$WSTOOLS_CLASSPATH:$JBOSS_HOME/client/wsdl4.jar to the wstools.sh file didn't solve the problem :( any other ideas? Thank you View the original post :

[jboss-user] [JBossWS] - Re: how to get wstools working in jboss 4.2

2007-05-18 Thread kcp
In the script wstool.sh the classpath is set for the wstools. It seems that some jar that wstools needs are missing. Adding jboss-jaxrpc.jar and wsdl4.jar worked for me. Regards Charly View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4046774#4046774 Reply to