RE: Maven2 Jetty Plugin Problem Finding WSDL

2007-04-25 Thread Christopher Moesel
--Original Message- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 25, 2007 10:50 AM To: cxf-user@incubator.apache.org Subject: Re: Maven2 Jetty Plugin Problem Finding WSDL Hmm this "sounds" like an issue with the Jetty plugin not providing the proper JN

Re: Maven2 Jetty Plugin Problem Finding WSDL

2007-04-25 Thread Daniel Kulp
Hmm this "sounds" like an issue with the Jetty plugin not providing the proper JNDI based URL for the wsdl. Can you try running "mvn jetty:run-war" and "mvn jetty:run-exploded" and see if it's different? I've honestly never used the embedded jetty stuff so I don't really know what

Maven2 Jetty Plugin Problem Finding WSDL

2007-04-24 Thread Christopher Moesel
It's a shot in the dark but... My wsdl-first CXF service specifies the WSDL location like so: wsdlLocation="WEB-INF/myservice.wsdl" In my project (which uses Maven2), the wsdl file is indeed at: C:/projects/mywebservice/src/main/webapp/WEB-INF/myservice.wsdl If I do a mvn:install and hand-deploy