[JBoss-dev] [JBossWS] - Re: Class not found error when deploying with JBoss401

2004-12-02 Thread [EMAIL PROTECTED]
You probably used wscompile to generate your jaxrpc-mapping.xml descriptor. This utility from Sun's JWSDP generates these types you are seeing. If you don't include them in your deployment - because you don't need them in your service endpoint interface (SEI) you can ignore these warnings or

[JBoss-dev] [JBossWS] - Re: Class not found error when deploying with JBoss401

2004-12-02 Thread Joselu
Thanks for the reply, Thomas. Yes, you are right, I am using wscompile. I dont mind the existing warnings but I am not sure they affect to my Web Service because, in a few seconds, the following error is also shown: 16:11:20,626 INFO [EARDeployer] Started J2EE application:

[JBoss-dev] [JBossWS] - Re: Class not found error when deploying with JBoss401

2004-12-02 Thread [EMAIL PROTECTED]
When JBossWS deploys a WS it generates the Axis propriatary wsdd deployment descriptor, which is saved for debugging in ${server.data.dir}/wsdl/[deployment] It introspects the types being used by the SEI and also scannes the jaxrpc-mapping.xml for any additional (nested) types. What you are