[jboss-jira] [JBoss JIRA] Updated: (JBAS-8358) org.jboss.jbossas.embedded.testsuite.ServerIntegrationTest- testWS

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Mon Aug 23 19:55:11 EDT 2010


     [ https://jira.jboss.org/browse/JBAS-8358?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shelly McGowan updated JBAS-8358:
---------------------------------

         Assignee: Carlo de Wolf
    Fix Version/s: 6.0.0.CR1
      Description: 
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


> org.jboss.jbossas.embedded.testsuite.ServerIntegrationTest- testWS
> ------------------------------------------------------------------
>
>                 Key: JBAS-8358
>                 URL: https://jira.jboss.org/browse/JBAS-8358
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>            Reporter: Shelly McGowan
>            Assignee: Carlo de Wolf
>             Fix For: 6.0.0.CR1
>
>
> 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list