Andrei Shakirin created CXF-5516:
------------------------------------
Summary: @UseAsyncMethod annotation is not compatible with
decoupled endpoint
Key: CXF-5516
URL: https://issues.apache.org/jira/browse/CXF-5516
Project: CXF
Issue Type: Bug
Reporter: Andrei Shakirin
In case of use decoupled endpoints in combination with @UseAsyncMethod
annotation, code in AbstractJAXWSMethodInvoker tries to suspend transport
continuation.
It causes exception and doesn't make sense, because partial response is already
sent to the client and new processing thread is started. Full response will be
sent in separate transport connection.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)