You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2007/08/24 20:19:30 UTC

[jira] Created: (CXF-941) Dispatch invokeOneWay is trying to parse responses

Dispatch invokeOneWay is trying to parse responses
--------------------------------------------------

                 Key: CXF-941
                 URL: https://issues.apache.org/jira/browse/CXF-941
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
    Affects Versions: 2.0.1
            Reporter: Daniel Kulp
            Assignee: Jervis Liu
             Fix For: 2.1



If I call dispatch.invokeOneWay, I'm seeing stack traces as it tries to parse a response that it shouldn't be waiting for:

    [junit] org.apache.cxf.interceptor.Fault: Unable to create envelope from given source:
    [junit]     at org.apache.cxf.jaxws.interceptors.DispatchInDatabindingInterceptor$PostDispatchSOAPHandlerInterceptor.handleMessage(DispatchInDatabindingInterceptor.java:196)
    [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
    [junit]     at org.apache.cxf.jaxws.DispatchImpl.onMessage(DispatchImpl.java:289)
    [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1947)
    [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1794)
    [junit]     at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
    [junit]     at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:574)
    [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.jaxws.DispatchImpl.invoke(DispatchImpl.java:168)
    [junit]     at org.apache.cxf.jaxws.DispatchImpl.invokeOneWay(DispatchImpl.java:331)


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


[jira] Resolved: (CXF-941) Dispatch invokeOneWay is trying to parse responses

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-941.
-----------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.1)
                   2.0.4
         Assignee: Daniel Kulp  (was: Jervis Liu)

> Dispatch invokeOneWay is trying to parse responses
> --------------------------------------------------
>
>                 Key: CXF-941
>                 URL: https://issues.apache.org/jira/browse/CXF-941
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>    Affects Versions: 2.0.1
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.4
>
>
> If I call dispatch.invokeOneWay, I'm seeing stack traces as it tries to parse a response that it shouldn't be waiting for:
>     [junit] org.apache.cxf.interceptor.Fault: Unable to create envelope from given source:
>     [junit]     at org.apache.cxf.jaxws.interceptors.DispatchInDatabindingInterceptor$PostDispatchSOAPHandlerInterceptor.handleMessage(DispatchInDatabindingInterceptor.java:196)
>     [junit]     at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:207)
>     [junit]     at org.apache.cxf.jaxws.DispatchImpl.onMessage(DispatchImpl.java:289)
>     [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponse(HTTPConduit.java:1947)
>     [junit]     at org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.close(HTTPConduit.java:1794)
>     [junit]     at org.apache.cxf.transport.AbstractConduit.close(AbstractConduit.java:66)
>     [junit]     at org.apache.cxf.transport.http.HTTPConduit.close(HTTPConduit.java:574)
>     [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.jaxws.DispatchImpl.invoke(DispatchImpl.java:168)
>     [junit]     at org.apache.cxf.jaxws.DispatchImpl.invokeOneWay(DispatchImpl.java:331)

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