You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Thomas Diesler (JIRA)" <ji...@apache.org> on 2007/12/05 16:21:43 UTC

[jira] Updated: (CXF-1261) Handler does not see XOP message properly

     [ https://issues.apache.org/jira/browse/CXF-1261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Thomas Diesler updated CXF-1261:
--------------------------------

          Description: 
[tdiesler@tddell trunk]$ ant -Dtest=org.jboss.test.ws.jaxws.samples.xop.doclit.XOPHandlerTestCase one-test

    [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 9.393 sec
    [junit] Test org.jboss.test.ws.jaxws.samples.xop.doclit.XOPHandlerTestCase FAILED

    [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.handleInbound(MTOMProtocolHandler.java:53)
    [junit]     at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)
    [junit]     at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:334)
    [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.handleMessage(SOAPHandlerInterceptor.java:109)
    [junit]     at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:59)
    [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
    [junit]     at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:402)
    [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1948)
    [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1791)
    [junit]     at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
    [junit]     at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:575)
    [junit]     at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
    [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
    [junit]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:254)
    [junit]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205)
    [junit]     at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
    [junit]     at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
    [junit]     at $Proxy22.echoDataHandler(Unknown Source)
    [junit]     at org.jboss.test.ws.jaxws.samples.xop.doclit.XOPBase.testAttachmentpartSwap(XOPBase.java:141)


    Affects Version/s: 2.0.3

> Handler does not see XOP message properly
> -----------------------------------------
>
>                 Key: CXF-1261
>                 URL: https://issues.apache.org/jira/browse/CXF-1261
>             Project: CXF
>          Issue Type: Sub-task
>    Affects Versions: 2.0.3
>            Reporter: Thomas Diesler
>
> [tdiesler@tddell trunk]$ ant -Dtest=org.jboss.test.ws.jaxws.samples.xop.doclit.XOPHandlerTestCase one-test
>     [junit] Tests run: 7, Failures: 0, Errors: 7, Time elapsed: 9.393 sec
>     [junit] Test org.jboss.test.ws.jaxws.samples.xop.doclit.XOPHandlerTestCase FAILED
>     [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.handleInbound(MTOMProtocolHandler.java:53)
>     [junit]     at org.jboss.wsf.test.GenericHandler.handleMessage(GenericHandler.java:53)
>     [junit]     at org.apache.cxf.jaxws.handler.HandlerChainInvoker.invokeHandleMessage(HandlerChainInvoker.java:334)
>     [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.handleMessage(SOAPHandlerInterceptor.java:109)
>     [junit]     at org.apache.cxf.jaxws.handler.soap.SOAPHandlerInterceptor.handleMessage(SOAPHandlerInterceptor.java:59)
>     [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
>     [junit]     at org.apache.cxf.endpoint.ClientImpl.onMessage(ClientImpl.java:402)
>     [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1948)
>     [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1791)
>     [junit]     at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
>     [junit]     at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:575)
>     [junit]     at org.apache.cxf.interceptor.MessageSenderInterceptor$MessageSenderEndingInterceptor.handleMessage(MessageSenderInterceptor.java:62)
>     [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
>     [junit]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:254)
>     [junit]     at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:205)
>     [junit]     at org.apache.cxf.frontend.ClientProxy.invokeSync(ClientProxy.java:73)
>     [junit]     at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:135)
>     [junit]     at $Proxy22.echoDataHandler(Unknown Source)
>     [junit]     at org.jboss.test.ws.jaxws.samples.xop.doclit.XOPBase.testAttachmentpartSwap(XOPBase.java:141)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.