Return-Path: Delivered-To: apmail-axis-java-dev-archive@www.apache.org Received: (qmail 5116 invoked from network); 27 Nov 2010 16:00:01 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Nov 2010 16:00:01 -0000 Received: (qmail 34301 invoked by uid 500); 27 Nov 2010 16:00:00 -0000 Delivered-To: apmail-axis-java-dev-archive@axis.apache.org Received: (qmail 33916 invoked by uid 500); 27 Nov 2010 15:59:59 -0000 Mailing-List: contact java-dev-help@axis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@axis.apache.org Delivered-To: mailing list java-dev@axis.apache.org Received: (qmail 33907 invoked by uid 99); 27 Nov 2010 15:59:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 15:59:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 27 Nov 2010 15:59:58 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oARFxbV9012303 for ; Sat, 27 Nov 2010 15:59:37 GMT Message-ID: <1459329.341290873577520.JavaMail.jira@thor> Date: Sat, 27 Nov 2010 10:59:37 -0500 (EST) From: "Andreas Veithen (JIRA)" To: java-dev@axis.apache.org Subject: [jira] Updated: (AXIS2-4586) JiBX Client Stub not cleaning up HTTP connections after each operation 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/AXIS2-4586?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Veithen updated AXIS2-4586: ----------------------------------- Fix Version/s: 1.5.4 > JiBX Client Stub not cleaning up HTTP connections after each operation > ---------------------------------------------------------------------- > > Key: AXIS2-4586 > URL: https://issues.apache.org/jira/browse/AXIS2-4586 > Project: Axis2 > Issue Type: Bug > Components: databinding > Affects Versions: 1.5 > Environment: Windows XP, Java 5 > Reporter: Anuj Bhatia > Fix For: 1.5.4 > > Attachments: template.patch > > > It seems that java/modules/jibx/src/org/apache/axis2/jibx/template/JibXDatabindingTemplate.xsl has a bug. The Stub classes generated for a service using JiBX data binding do not make a call to the method _messageContext.getTransportOut().getSender().cleanup(_messageContext); after each operation. This method is being called in the client stubs generated for services using ADB binding. > Not calling this method results in the HTTP connection not getting released if the MultiThreadedHttpConnectionManager is being used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@axis.apache.org For additional commands, e-mail: java-dev-help@axis.apache.org