Return-Path: X-Original-To: apmail-cxf-issues-archive@www.apache.org Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 255DC1093F for ; Fri, 24 Jan 2014 14:42:45 +0000 (UTC) Received: (qmail 98639 invoked by uid 500); 24 Jan 2014 14:42:41 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 98551 invoked by uid 500); 24 Jan 2014 14:42:40 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 98495 invoked by uid 99); 24 Jan 2014 14:42:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jan 2014 14:42:39 +0000 Date: Fri, 24 Jan 2014 14:42:39 +0000 (UTC) From: "Andrei Shakirin (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-5516) Decoupled endpoints is not compatible with @UseAsyncMethod annotation MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-5516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrei Shakirin resolved CXF-5516. ---------------------------------- Resolution: Fixed Fix Version/s: 2.7.9 3.0.0-milestone2 > Decoupled endpoints is not compatible with @UseAsyncMethod annotation > --------------------------------------------------------------------- > > Key: CXF-5516 > URL: https://issues.apache.org/jira/browse/CXF-5516 > Project: CXF > Issue Type: Bug > Reporter: Andrei Shakirin > Assignee: Andrei Shakirin > Fix For: 3.0.0-milestone2, 2.7.9 > > > In case of use decoupled endpoints in combination with @UseAsyncMethod annotation, code in AbstractJAXWSMethodInvoker tries to suspend transport continuation. > It causes "java.lang.IllegalStateException: IDLE,initial" 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)