This is a bug in 2.0: http://issues.appfuse.org/browse/APF-904
Copying xfire-servlet.xml from target/yourproject-version/WEB-INF into src/main/webapp/WEB-INF and removing default-lazy-init="true" should fix the problem. Matt On 10/5/07, arvinder <[EMAIL PROTECTED]> wrote: > > I created a new struts 2 basic project (2.0) but I am not seeing user service > wsdl after mvn jetty:run-war. > > When I type in > http://localhost:4040/services/UserService?wsdl (I have changed the the port > to 4040), I get a 404 error. I get the same error if I try > http://localhost:4040/services. > The rest of the application is working fine. > > Am I missing something? > Arvinder > -- > View this message in context: > http://www.nabble.com/Cannot-see-wsdl-for-User-Service-in-new-project-tf4575140s2369.html#a13059094 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
