I think you need to add to the jaxws:endpoint an attribute of: wsdlLocation="/WEB-INF/wsdl/CompliancePort.wsdl"
It's pulling the location from the annotation which is a http:// url. Since the startup occurs before tomcate has the port open, for me, it's hanging. Once I set that, it starts fine with the latest 2.3.3-SNAPSHOT Dan On Friday 18 February 2011 6:35:34 PM trupti wrote: > Hi Daniel, > > I am also attaching the compliance.war file, that I am deploying on > tomcat...In the lib folder instead of the jar files, I have just included a > text document of the names of the jar files in my original war, so as to > reduce the size. Hopefully this helps to determine what's the issue. > > <p/> > http://cxf.547215.n5.nabble.com/file/n3391948/compliance.war compliance.war -- Daniel Kulp [email protected] http://dankulp.com/blog Talend - http://www.talend.com
