[
https://issues.apache.org/jira/browse/JCR-1827?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-1827.
--------------------------------
Assignee: Jukka Zitting
Resolution: Won't Fix
Resolving as Won't Fix since the @PreDestroy annotation is not available in
Java SE 1.5 and IMHO such extra resource management support should ideally be
the responsibility of the client application or a container integration layer.
> SessionImpl should have @PreDestroy annotation a method to shut down cleanly
> from within container
> --------------------------------------------------------------------------------------------------
>
> Key: JCR-1827
> URL: https://issues.apache.org/jira/browse/JCR-1827
> Project: Jackrabbit Content Repository
> Issue Type: New Feature
> Components: jackrabbit-core
> Affects Versions: core 1.4.6
> Reporter: Chris Wilkes
> Assignee: Jukka Zitting
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> I'm using Spring and noticed that when I use an ObservationManager to
> register an eventListener tomcat doesn't shut down properly as the
> ClientEventPoll thread is still running. What I've done is annotate a method
> with the javax @PreDestroy annotation to unregister all listeners and to also
> call .terminate() on the ClientEventPoll in the ClientObservationManager.
> Ideally this would be done in SessionImpl so that it could go through all the
> Workspaces and do the same.
> @PreDestroy is a standard java annotation and isn't tied to spring or tomcat.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.