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 7386D17603 for ; Tue, 10 Feb 2015 21:06:12 +0000 (UTC) Received: (qmail 82248 invoked by uid 500); 10 Feb 2015 21:06:12 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 82191 invoked by uid 500); 10 Feb 2015 21:06:12 -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 82179 invoked by uid 99); 10 Feb 2015 21:06:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2015 21:06:12 +0000 Date: Tue, 10 Feb 2015 21:06:11 +0000 (UTC) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CXF-6156) JMS Conduit calling Spring Connection Factory close only through Finalize 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-6156?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Kulp resolved CXF-6156. ------------------------------ Resolution: Incomplete Fix Version/s: (was: NeedMoreInfo) Invalid We'd need more information based on 3.0.x to go much further with this. The CXF clients do implement the Closable interface that you can cast them to and close them which would force the close of the conduit. Any integration with the EJB's is outside the CXF scope. > JMS Conduit calling Spring Connection Factory close only through Finalize > ------------------------------------------------------------------------- > > Key: CXF-6156 > URL: https://issues.apache.org/jira/browse/CXF-6156 > Project: CXF > Issue Type: Test > Components: JMS > Affects Versions: 2.6.11 > Reporter: CXFuser1 > Fix For: Invalid > > > Hi, > I am using apache cxf 2.6.11 with org.apache.cxf.transport.jms.JMSConfiguration. > which internally creates SingleConnectionFactory.initconnection eveytime a request is made. > However the connections are only closed after the Conduit.finalize is called. > I am not sure whats incorrect in my configuration. have tried researching for quite some time now. > Any help is appreciated > Thanks > Tia -- This message was sent by Atlassian JIRA (v6.3.4#6332)