Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A644010671 for ; Thu, 27 Nov 2014 04:02:12 +0000 (UTC) Received: (qmail 49784 invoked by uid 500); 27 Nov 2014 04:02:12 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 49740 invoked by uid 500); 27 Nov 2014 04:02:12 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 49730 invoked by uid 99); 27 Nov 2014 04:02:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Nov 2014 04:02:12 +0000 Date: Thu, 27 Nov 2014 04:02:12 +0000 (UTC) From: "Willem Jiang (JIRA)" To: issues@camel.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CAMEL-8082) CxfRs producer should close the connection if MEP is InOnly 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/CAMEL-8082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Willem Jiang updated CAMEL-8082: -------------------------------- Affects Version/s: 2.13.3 2.14.0 Issue Type: Bug (was: Improvement) > CxfRs producer should close the connection if MEP is InOnly > ----------------------------------------------------------- > > Key: CAMEL-8082 > URL: https://issues.apache.org/jira/browse/CAMEL-8082 > Project: Camel > Issue Type: Bug > Affects Versions: 2.13.3, 2.14.0 > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.14.1, 2.15.0, 2.13.4 > > > When using cxfRs to send a rest message in InOnly mode, Camel do not close > the javax.ws.rs.core.Response object. As we are InOnly, the reponse object is not passed through the exchange, so the caller can not close it either. > Here is [the mail thread|http://camel.465427.n5.nabble.com/CxfRs-producer-connection-not-closed-td5759664.html] which talks about it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)