-
Sub-task
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
-
None
After committing the fix_injection_container patch for JBAS-7862 a regression was uncovered in jbossas embedded test verifying WebServices:
testWs(org.jboss.jbossas.embedded.testsuite.ServerIntegrationTest) Time elapsed: 6.366 sec <<< ERROR!
javax.xml.ws.WebServiceException: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:152)
at org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:63)
at javax.xml.ws.Service.<init>(Service.java:57)
at org.jboss.jbossas.embedded.testsuite.wsclient.Embedded.<init>(Embedded.java:54)
at org.jboss.jbossas.embedded.testsuite.ServerIntegrationTest.testWs(ServerIntegrationTest.java:620)
<snip>
Caused by: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:93)
at org.apache.cxf.jaxws.ServiceImpl.initializePorts(ServiceImpl.java:207)
at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:150)
... 32 more
Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: com.ctc.wstx.exc.WstxParsingException: Unexpected close tag </body>; expected </HR>.
at [row,col,system-id]: [65,191,"http://localhost:8080/webservice/embedded?wsdl"]
at org.apache.cxf.wsdl11.WSDLManagerImpl.loadDefinition(WSDLManagerImpl.java:228)
at org.apache.cxf.wsdl11.WSDLManagerImpl.getDefinition(WSDLManagerImpl.java:179)
at org.apache.cxf.wsdl11.WSDLServiceFactory.<init>(WSDLServiceFactory.java:91)
... 34 more
- relates to
-
JBAS-7862 Servlet can't reach JNDI standard resources
- Closed