[jira] Resolved: (JCR-600) Repository does not release all resources on shutdown

2006-10-31 Thread Marcel Reutegger (JIRA)
 [ http://issues.apache.org/jira/browse/JCR-600?page=all ]

Marcel Reutegger resolved JCR-600.
--

Fix Version/s: 1.1.1
   Resolution: Fixed

Second attempt ;)

Fixed in revision: http://svn.apache.org/viewvc?view=rev&revision=469412

> Repository does not release all resources on shutdown
> -
>
> Key: JCR-600
> URL: http://issues.apache.org/jira/browse/JCR-600
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.0, 1.0.1, 1.1
>Reporter: Marcel Reutegger
> Assigned To: Marcel Reutegger
>Priority: Minor
> Fix For: 1.1.1
>
> Attachments: Screenshot_1.png, Screenshot_2.png
>
>
> When Jackrabbit is shutdown some java.util.Timer threads are still running in 
> the background even though no tasks are scheduled. This prevents the GC from 
> collecting the classes when Jackrabbit is redeployed within a web application.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Resolved: (JCR-600) Repository does not release all resources on shutdown

2006-10-24 Thread Marcel Reutegger (JIRA)
 [ http://issues.apache.org/jira/browse/JCR-600?page=all ]

Marcel Reutegger resolved JCR-600.
--

Resolution: Fixed

Jackrabbit now uses a custom Timer class which wraps the java.util.Timer. When 
there are no tasks scheduled the wrapped java.util.Timer is canceled which 
effectively terminates the background thread.

Fixed in revision: 467292

> Repository does not release all resources on shutdown
> -
>
> Key: JCR-600
> URL: http://issues.apache.org/jira/browse/JCR-600
> Project: Jackrabbit
>  Issue Type: Bug
>  Components: core
>Affects Versions: 1.0, 1.0.1, 1.1
>Reporter: Marcel Reutegger
> Assigned To: Marcel Reutegger
>Priority: Minor
>
> When Jackrabbit is shutdown some java.util.Timer threads are still running in 
> the background even though no tasks are scheduled. This prevents the GC from 
> collecting the classes when Jackrabbit is redeployed within a web application.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira