ServiceDescriptionImpl.updateEndpointDescription() re-creates
EndpointDescription objects when portQName is not specified
-------------------------------------------------------------------------------------------------------------------------
Key: AXIS2-3018
URL: https://issues.apache.org/jira/browse/AXIS2-3018
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Jarek Gawor
ServiceDescriptionImpl.updateEndpointDescription() looks for existing
EndpointDescription objects only when portQName is specified. When portQName is
not specified, the updateEndpointDescription() function will create a new
EndpointDescription each time it is called. This can lead to a memory leak when
the client configuration context is reused because somehow the
EndpointDescription objects remain retained (through AxisConfiguration). I can
provide more info on that later.
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]