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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 31 17:44:02 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-08-31 17:44:02 -0400 (Fri, 31 Aug 2007)
New Revision: 64994

Modified:
   trunk/profileservice/src/resources/profileservice-beans.xml
Log:
Drop the ComponentTypeOverridesVisitor

Modified: trunk/profileservice/src/resources/profileservice-beans.xml
===================================================================
--- trunk/profileservice/src/resources/profileservice-beans.xml	2007-08-31 18:48:02 UTC (rev 64993)
+++ trunk/profileservice/src/resources/profileservice-beans.xml	2007-08-31 21:44:02 UTC (rev 64994)
@@ -46,7 +46,6 @@
         </uninstall>
         <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>
     
@@ -162,10 +161,6 @@
         <depends>ConnectorMBean</depends>
     </bean>
     
-    <bean name="ComponentTypeOverridesVisitor"
-        class="org.jboss.profileservice.management.ComponentTypeOverridesVisitor">
-    </bean>
-
     <!-- Hotdeployment of applications -->
     <bean name="HDScanner"
         class="org.jboss.system.server.profileservice.hotdeploy.HDScanner">




More information about the jboss-cvs-commits mailing list