This content has been marked as final. 
    
Show                 6 replies
    
- 
        1. Re: how to get wstools working in jboss 4.2amvzw May 16, 2007 3:57 PM (in response to teknokrat)Were you able to solve the problem.If so i would surely like to know the solution. 
 Thank you
- 
        2. Re: how to get wstools working in jboss 4.2kcp May 18, 2007 8:15 AM (in response to teknokrat)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
- 
        3. Re: how to get wstools working in jboss 4.2schmaggis May 21, 2007 7:44 PM (in response to teknokrat)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
- 
        4. Re: how to get wstools working in jboss 4.2lambeths Jul 18, 2007 12:08 PM (in response to teknokrat)Did anyone find a solution to this problem. Recently upgraded from 4.0.5 to 4.2.1, having the same problem. 
- 
        5. Re: how to get wstools working in jboss 4.2lambeths Jul 18, 2007 1:20 PM (in response to teknokrat)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 
- 
        6. Re: how to get wstools working in jboss 4.2chui Jul 25, 2007 9:58 PM (in response to teknokrat)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 WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jboss-saaj.jar set WSTOOLS_CLASSPATH=%WSTOOLS_CLASSPATH%;%JBOSS_HOME%/client/jbossws-client.jar 
 
     
     
     
     
    