You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Bharath Ganesh (JIRA)" <ji...@apache.org> on 2007/03/13 09:44:09 UTC

[jira] Created: (CXF-457) Threadlocal memory leak

Threadlocal memory leak
-----------------------

                 Key: CXF-457
                 URL: https://issues.apache.org/jira/browse/CXF-457
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime
            Reporter: Bharath Ganesh


During web service invocation, the context threadlocal is set but never cleared. I think the threadlocal should be cleared at the end of invoke() method in JaxWsMethodInvoker. 



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CXF-457) Threadlocal memory leak

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

willem Jiang reassigned CXF-457:
--------------------------------

    Assignee: willem Jiang

> Threadlocal memory leak
> -----------------------
>
>                 Key: CXF-457
>                 URL: https://issues.apache.org/jira/browse/CXF-457
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>            Reporter: Bharath Ganesh
>         Assigned To: willem Jiang
>
> During web service invocation, the context threadlocal is set but never cleared. I think the threadlocal should be cleared at the end of invoke() method in JaxWsMethodInvoker. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-457) Threadlocal memory leak

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

willem Jiang resolved CXF-457.
------------------------------

    Resolution: Fixed

this issue has been fix in the reversion 518544

> Threadlocal memory leak
> -----------------------
>
>                 Key: CXF-457
>                 URL: https://issues.apache.org/jira/browse/CXF-457
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>            Reporter: Bharath Ganesh
>         Assigned To: willem Jiang
>
> During web service invocation, the context threadlocal is set but never cleared. I think the threadlocal should be cleared at the end of invoke() method in JaxWsMethodInvoker. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.