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 3B04210EAB for ; Tue, 25 Nov 2014 12:55:14 +0000 (UTC) Received: (qmail 41572 invoked by uid 500); 25 Nov 2014 12:55:14 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 41539 invoked by uid 500); 25 Nov 2014 12:55:14 -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 41527 invoked by uid 99); 25 Nov 2014 12:55:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Nov 2014 12:55:14 +0000 Date: Tue, 25 Nov 2014 12:55:12 +0000 (UTC) From: "Levente Kiss (JIRA)" To: issues@cxf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CXF-6116) memory leak in web service client with WS Addressing feature 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-6116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Levente Kiss updated CXF-6116: ------------------------------ Description: The jax-ws web service client is causing serious memory leak if the WS-Addressing feature is enabled. Relevant spring configuration: {noformat} {noformat} was: The jax-ws web service client is causing serious memory leak if the WS-Addressing feature is enabled. Relevant spring configuration: {noformat} {noformat} > memory leak in web service client with WS Addressing feature > ------------------------------------------------------------ > > Key: CXF-6116 > URL: https://issues.apache.org/jira/browse/CXF-6116 > Project: CXF > Issue Type: Bug > Components: WS-* Components > Affects Versions: 3.0.2 > Reporter: Levente Kiss > > The jax-ws web service client is causing serious memory leak if the WS-Addressing feature is enabled. > Relevant spring configuration: > {noformat} > serviceClass="com.example.WebServiceClient" > address="${service.url}" serviceName="s:WebService" > xmlns:s="http://ServiceContracts/2014/11/WebService" > endpointName="s:IWebService" bindingId="http://www.w3.org/2003/05/soap/bindings/HTTP/?mtom=true"> > > > > > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)