Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: MR-589
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Willem Jiang
Reporter: Willem Jiang
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FUSE Mediation Router

CxfProducer should release the CXF client when the Producer is stopped.

Created: 24/Feb/12 04:28 AM   Updated: 24/Feb/12 01:15 PM
Component/s: None
Affects Version/s: 2.6.0-fuse-00-00, 2.7.1-fuse-00-27, 2.8.0-fuse-00-06
Fix Version/s: 2.6.0-fuse-03-xx, 2.7.3-fuse-00-89, 2.8.0-fuse-03-06, 2.9.0-fuse-00-00

External Issue URL: https://issues.apache.org/jira/browse/CAMEL-5035


 Description  « Hide
CXF ClientImpl has the requestContext need to be cleaned when the CxfProducer is stopped.
If we don't call the Client.destory() method, the requestContext will cause the memory leak.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Willem Jiang added a comment - 24/Feb/12 06:19 AM
Merged the patch into trunk-fuse, 2.9.x-fuse, 2.8.x-fuse, 2.7.x-fuse and 2.6.x-fuse branches.