Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jaxws-api.jar is definitely not needed as we have ours...am not sure about rt. thanks, dims Brian De Pradine wrote: | Not sure that these are needed, | | C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-api.jar |

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Brian De Pradine
Not sure that these are needed, C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-api.jar C:\tomcat\webapps\axis2\WEB-INF\lib\jaxws-rt.jar Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it right the

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-15 Thread Brian De Pradine
I believe that the jaxws-rt.jar would only be needed if it is required by the jaxws-tools.jar, otherwise I do not believe that it is needed. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time to do it

[Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-14 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Team, Here's what i got working. - - Place axis2.xml in WEB-INF/ - - Make sure you comment out the addressing module in axis2.xml - - Make sure you add an entry for JAXWSDeployer in axis2.xml ~ deployer extension=jar directory=pojo

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-14 Thread Deepal Jayasinghe
Team, Here's what i got working. - Place axis2.xml in WEB-INF/ - Make sure you comment out the addressing module in axis2.xml - Make sure you add an entry for JAXWSDeployer in axis2.xml ~ deployer extension=jar directory=pojo class=org.apache.axis2.jaxws.framework.JAXWSDeployer/ - Drop

Re: [Axis2] Deploying JAXWS classes from WEB-INF/classes (for TCK)

2008-02-14 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 If you put the classes in WEB-INF/classes...then no. You can always create a directory called pojo and put the classes or jars in there as usual. - -- dims Deepal Jayasinghe wrote: | | Team, | | Here's what i got working. | | - Place axis2.xml in