From: <ad...@jb...> - 2005-04-29 17:08:03
|
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 View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875956#3875956 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875956 |