[jboss-cvs] JBossAS SVN: r60187 - trunk/profileservice/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Feb 2 04:20:14 EST 2007


Author: scott.stark at jboss.org
Date: 2007-02-02 04:20:14 -0500 (Fri, 02 Feb 2007)
New Revision: 60187

Modified:
   trunk/profileservice/src/resources/profileservice-beans.xml
Log:
Update repository beans

Modified: trunk/profileservice/src/resources/profileservice-beans.xml
===================================================================
--- trunk/profileservice/src/resources/profileservice-beans.xml	2007-02-02 09:19:47 UTC (rev 60186)
+++ trunk/profileservice/src/resources/profileservice-beans.xml	2007-02-02 09:20:14 UTC (rev 60187)
@@ -47,6 +47,7 @@
         <property name="mainDeployer"><inject bean="MainDeployer"/></property>
         <property name="profileService"><inject bean="ProfileService"/></property>
         <property name="compVisitor"><inject bean="ComponentTypeOverridesVisitor"/></property>
+        <property name="serializer"><inject bean="JavaSerializationAttachmentsSerializer"/></property>
     </bean>
     
     <!-- ConnectionFactory Deployment -->
@@ -59,6 +60,9 @@
             <parameter><this/></parameter>
         </uninstall>
         <property name="type">jca-ds</property>
+        <property name="propertyNameMappings">
+            <inject bean="DsPropertyMappings" />
+        </property>
     </bean>
     
     <!-- DeploymentTemplates -->




More information about the jboss-cvs-commits mailing list