Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 25510 invoked from network); 8 Feb 2007 19:35:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Feb 2007 19:35:33 -0000 Received: (qmail 26251 invoked by uid 500); 8 Feb 2007 19:35:35 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 26145 invoked by uid 500); 8 Feb 2007 19:35:35 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 25856 invoked by uid 99); 8 Feb 2007 19:35:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 11:35:34 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Feb 2007 11:35:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 547F6410955 for ; Thu, 8 Feb 2007 11:35:06 -0800 (PST) Message-ID: <10146692.1170963306344.JavaMail.jira@brutus> Date: Thu, 8 Feb 2007 11:35:06 -0800 (PST) From: "Ajay Paibir (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Assigned: (CXF-415) Decoupled Endpoint Observer should not insert HttpRequest and HttpResponse instances into the Message. In-Reply-To: <25281646.1170963306286.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/CXF-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ajay Paibir reassigned CXF-415: ------------------------------- Assignee: Ajay Paibir > Decoupled Endpoint Observer should not insert HttpRequest and HttpResponse instances into the Message. > ------------------------------------------------------------------------------------------------------ > > Key: CXF-415 > URL: https://issues.apache.org/jira/browse/CXF-415 > Project: CXF > Issue Type: Bug > Components: Transports > Affects Versions: 2.0-M1 > Reporter: Ajay Paibir > Assigned To: Ajay Paibir > Fix For: 2.0-RC > > > The Decouple Endpoint Observer inserts HttpRequest,HttpResponse instances into the Application supplied response context. Now if the ClientImpl.invoke is generally called on a thread different from the thread on which decoupled endpoint received the response then a race condition is introduced. The thread on which invoke was called may sometime see a IllegalStateException for the HttpResponse instance inserted into the context during decoupled endpoint thread processing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.