From: <bil...@jb...> - 2005-04-29 16:52:32
|
This is in regards to: http://jira.jboss.com/jira/browse/JBAS-1408 After looking at the JCA code a bunch, it seems that the best place for registering the recoverable might be in the RARDeployment class? After the MCF is fully created, the Recoverable would be registered with the Recovery manager based on all the recoverable properties. Not sure this is the best place, but what I've found is that there is no Proxy in front of an MCF and that the implementation of an MCF is defined by the component plugin, correct? So it seems that RARDeployment is the best place to register the Recoverable. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875952#3875952 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875952 |