[jboss-cvs] JBossAS SVN: r109070 - branches/JBPAPP_5_1/profileservice/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 2 11:08:37 EDT 2010


Author: emuckenhuber
Date: 2010-11-02 11:08:37 -0400 (Tue, 02 Nov 2010)
New Revision: 109070

Modified:
   branches/JBPAPP_5_1/profileservice/src/resources/hdscanner-jboss-beans-production.xml
Log:
add profile repository to hd-scanner production config

Modified: branches/JBPAPP_5_1/profileservice/src/resources/hdscanner-jboss-beans-production.xml
===================================================================
--- branches/JBPAPP_5_1/profileservice/src/resources/hdscanner-jboss-beans-production.xml	2010-11-02 14:29:52 UTC (rev 109069)
+++ branches/JBPAPP_5_1/profileservice/src/resources/hdscanner-jboss-beans-production.xml	2010-11-02 15:08:37 UTC (rev 109070)
@@ -28,6 +28,7 @@
         <parameter><inject bean="ProfileService"/></parameter>
         <parameter><inject bean="StructureModificationChecker"/></parameter>
       </constructor>
+      <property name="profileRepository"><inject bean="ProfileRepositoryFactory" /></property>
     </bean>
 
 </deployment>



More information about the jboss-cvs-commits mailing list