[jboss-cvs] JBossAS SVN: r89432 - trunk/connector/src/resources/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue May 26 08:06:03 EDT 2009


Author: emuckenhuber
Date: 2009-05-26 08:06:03 -0400 (Tue, 26 May 2009)
New Revision: 89432

Modified:
   trunk/connector/src/resources/deployers/jca-deployers-jboss-beans.xml
Log:
add ManagedConnectionFactoryDeploymentGroup componentMapper

Modified: trunk/connector/src/resources/deployers/jca-deployers-jboss-beans.xml
===================================================================
--- trunk/connector/src/resources/deployers/jca-deployers-jboss-beans.xml	2009-05-26 11:52:29 UTC (rev 89431)
+++ trunk/connector/src/resources/deployers/jca-deployers-jboss-beans.xml	2009-05-26 12:06:03 UTC (rev 89432)
@@ -177,5 +177,10 @@
       </constructor>
       <property name="connectionFactoryType">no-tx-connection-factory</property>
    </bean>
+   
+   <!-- The ManagedConnectionFactoryDeploymentGroup component mapper -->
+   <bean name="MCFDGComponentMapper" class="org.jboss.resource.deployers.management.MCFDGComponentMapper">
+   		<constructor><parameter><inject bean="PersistenceFactory" /></parameter></constructor>
+   </bean>
 
 </deployment>




More information about the jboss-cvs-commits mailing list