You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Levente Kiss (JIRA)" <ji...@apache.org> on 2014/11/25 13:53:12 UTC

[jira] [Updated] (CXF-6116) memory leak in web service client with WS Addressing feature

     [ 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:
<jaxws:client id="wsClient"
		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">
		<jaxws:features>
			<wsa:addressing xmlns:wsa="http://cxf.apache.org/ws/addressing" />
		</jaxws:features>
	</jaxws:client>

  was:The jax-ws web service client is causing serious memory leak if the WS-Addressing feature is enabled.


> 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:
> <jaxws:client id="wsClient"
> 		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">
> 		<jaxws:features>
> 			<wsa:addressing xmlns:wsa="http://cxf.apache.org/ws/addressing" />
> 		</jaxws:features>
> 	</jaxws:client>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)