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.

Reply via email to