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 13:53:09 UTC

[jira] Created: (CXF-459) Non-Daemon Timer thread created at RMManager

Non-Daemon Timer thread created at RMManager
--------------------------------------------

                 Key: CXF-459
                 URL: https://issues.apache.org/jira/browse/CXF-459
             Project: CXF
          Issue Type: Bug
          Components: Core
            Reporter: Bharath Ganesh


A Timer is created at org.apache.cxf.ws.rm.RMManager using the default Timer constructor. This causes the associate timer thread to run as a non-daemon thread.  
Since this timer is never cancelled, the thread to be there forever, stopping the VM from exiting. (Matters a lot at the JAX-WS client side)

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


[jira] Closed: (CXF-459) Non-Daemon Timer thread created at RMManager

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

Andrea Smyth closed CXF-459.
----------------------------


> Non-Daemon Timer thread created at RMManager
> --------------------------------------------
>
>                 Key: CXF-459
>                 URL: https://issues.apache.org/jira/browse/CXF-459
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Bharath Ganesh
>
> A Timer is created at org.apache.cxf.ws.rm.RMManager using the default Timer constructor. This causes the associate timer thread to run as a non-daemon thread.  
> Since this timer is never cancelled, the thread to be there forever, stopping the VM from exiting. (Matters a lot at the JAX-WS client side)

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


[jira] Resolved: (CXF-459) Non-Daemon Timer thread created at RMManager

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

Andrea Smyth resolved CXF-459.
------------------------------

    Resolution: Fixed

Used daemon thread instead.

> Non-Daemon Timer thread created at RMManager
> --------------------------------------------
>
>                 Key: CXF-459
>                 URL: https://issues.apache.org/jira/browse/CXF-459
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Bharath Ganesh
>
> A Timer is created at org.apache.cxf.ws.rm.RMManager using the default Timer constructor. This causes the associate timer thread to run as a non-daemon thread.  
> Since this timer is never cancelled, the thread to be there forever, stopping the VM from exiting. (Matters a lot at the JAX-WS client side)

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