[
https://issues.apache.org/jira/browse/CXF-259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrea Smyth closed CXF-259.
----------------------------
> JSR 250: Support for @PreDestroy
> --------------------------------
>
> Key: CXF-259
> URL: https://issues.apache.org/jira/browse/CXF-259
> Project: CXF
> Issue Type: Task
> Components: Bus
> Reporter: Andrea Smyth
>
> Convert Jsr220BeanPosrProcessor into a DestructionAwareBeanPostProcessor
> that ensures the invocation of @PreDestroy annotated methods when a bean is
> about to be destroyed.
> Can be used for example to terminate RetransmissionQueue in RMManager -
> right now this needs to be done manually. IMO this is preferrable to using
> the proprietary BusLifeCycleManager..
> Could also use the destroy-method or default-destroy-method attributes on the
> bean/beans elements.
> If we want to support a non-Spring based bus, a similar mechanisms need to
> be implemented there also.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.