Sören Chittka wrote:
> Hi,
>
> I have a small but annoying problem with a webservice-project of mine.
> I started developing the webservice based on a WSDL, which resides in
> /web/WEB-INF/wsdl/TransferService.wsdl in the root of my project.
>
> To test-drive the project I start a Tomcat 5.5 Server, with a
> context-root pointing the folder /web inside the project.
>
> This worked really nice, because I did not have to call ant for every
> small change, to create a new war, whatever.
>
> Now I checked the project into CVS and the application can not be
> started anymore!
JAX-WS tries to get all the files in WEB-INF/wsdl dir. Can you give the
stack trace. Also can you file a bug for tracking purpose to
https://jax-ws.dev.java.net/issues
Jitu
>
> I traced down the problem to a point where JAX-WS/WSIT tries to parse
> files inside of /web/WEB-INF/wsdl/CVS/.
> I don't know exactly which part of the stack tries to do this, so I hope
> someone can resolve this and provide a fix.
>
> My current environment is jdk1.5, tomcat 5.5 and the latest
> wsit-nightly-build (20061221).
>
> Thanks,
> Sören Chittka
>