This content has been marked as final.
Show 1 reply
-
1. Re: Recoverable registration implementation
adrian.brock Apr 29, 2005 1:07 PM (in response to bill.burke)Its a bit confusing since there are two RARDeployment classes
(one that actually is the RARDeployment, the other for the MCF - ManagedConnectionFactory).
I assume you are talking about the one in
org.jboss.resource.connectionmanager
which is the one that turns the MCF into an MBean (by wrapping it).
Yes that is the correct place. It controls the MCF "lifecycle".
I believe the main change you need (beside the recovery registration)
is factoring out the security subject creation that is currently in BaseConnectionManager2?
OFF-TOPIC
It would be better named MCFDeployment or ConnectionDefinitionDeployment.
http://jira.jboss.com/jira/browse/JBAS-1425