[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1760) Investigate CXF samples xop

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Jul 24 09:16:47 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBWS-1760?page=comments#action_12369856 ] 
            
Thomas Diesler commented on JBWS-1760:
--------------------------------------

[tdiesler at tddell xfire]$ ant -Dtest=jaxws/samples/xop test

tests-run-internal:
    [junit] Running org.jboss.test.ws.jaxws.samples.xop.doclit.XOPBareTestCase
    [junit] Jul 24, 2007 3:07:36 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] The Apache Software Foundation, Apache CXF Runtime Simple Frontend, 2.0-incubator
    [junit] Jul 24, 2007 3:07:38 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] Jul 24, 2007 3:07:38 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] Corrupt JPEG data: 1 extraneous bytes before marker 0xc4
    [junit] Jul 24, 2007 3:07:40 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] Corrupt JPEG data: 1 extraneous bytes before marker 0xc4
    [junit] Jul 24, 2007 3:07:41 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] Jul 24, 2007 3:07:41 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] Tests run: 6, Failures: 2, Errors: 0, Time elapsed: 10.359 sec
    [junit] Test org.jboss.test.ws.jaxws.samples.xop.doclit.XOPBareTestCase FAILED
    [junit] Running org.jboss.test.ws.jaxws.samples.xop.doclit.XOPHandlerTestCase
    [junit] Jul 24, 2007 3:07:47 PM org.apache.cxf.service.factory.ReflectionServiceFactoryBean buildServiceFromWSDL
    [junit] INFO: Creating Service {http://doclit.xop.samples.jaxws.ws.test.jboss.org/}MTOMService from WSDL: http://localhost:8080/jaxws-samples-xop-doclit/bare?wsdl
    [junit] Jul 24, 2007 3:07:48 PM org.apache.cxf.jaxws.handler.HandlerChainInvoker invokeHandleMessage
    [junit] WARNING: HANDLER_RAISED_RUNTIME_EXCEPTION
    [junit] java.lang.IllegalStateException: XOP request not properly inlined
    [junit]     at org.jboss.test.ws.jaxws.samples.xop.doclit.MTOMProtocolHandler.verifyXOPPackage(MTOMProtocolHandler.java:66)
    [junit]     at org.jboss.test.ws.jaxws.samples.xop.doclit.MTOMProtocolHandler.handleOutbound(MTOMProtocolHandler.java:48)
    [junit]     at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)
    [junit]     at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:336)
    [junit]     at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandlerChain(HandlerChainInvoker.java:259)
    [junit]     at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeProtocolHandlers(HandlerChainInvoker.java:135)
    [junit]     at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessageInternal(SOAPHandlerInterceptor.java:129)
    [junit]     at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.access$000(SOAPHandlerInterceptor.java:59)
    [junit]     at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor$1.handleMessage(SOAPHandlerInterceptor.java:69)
    [junit]     at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor$1.handleMessage(SOAPHandlerInterceptor.java:68)
    [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:206)
    [junit]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:253)
    [junit]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:204)
    [junit]     at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
    [junit]     at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:134)
    [junit]     at $Proxy21.echoDataHandler(Unknown Source)


> Investigate CXF samples xop
> ---------------------------
>
>                 Key: JBWS-1760
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1760
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: integration-cxf
>            Reporter: Thomas Diesler
>             Fix For: jbossws-2.1.0
>
>


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

        



More information about the jbossws-issues mailing list