You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Willem Jiang (Created) (JIRA)" <ji...@apache.org> on 2012/02/24 05:31:50 UTC

[jira] [Created] (CAMEL-5035) CxfProducer should release the CXF when the Producer is stopped.

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

                 Key: CAMEL-5035
                 URL: https://issues.apache.org/jira/browse/CAMEL-5035
             Project: Camel
          Issue Type: Bug
          Components: camel-cxf
    Affects Versions: 2.9.0, 2.8.4, 2.7.5, 2.6.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 2.8.5, 2.9.1, 2.10.0


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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CAMEL-5035) CxfProducer should release the CXF when the Producer is stopped.

Posted by "Willem Jiang (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-5035.
---------------------------------

    Resolution: Fixed

Committed the patch into trunk, camel2.9.x and camel-2.8.x branches.
                
> CxfProducer should release the CXF when the Producer is stopped.
> ----------------------------------------------------------------
>
>                 Key: CAMEL-5035
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5035
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-cxf
>    Affects Versions: 2.6.0, 2.7.5, 2.8.4, 2.9.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 2.8.5, 2.9.1, 2.10.0
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira