[jboss-cvs] JBossAS SVN: r88171 - branches/Branch_5_x/profileservice/src/resources.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 4 17:52:50 EDT 2009


Author: scott.stark at jboss.org
Date: 2009-05-04 17:52:50 -0400 (Mon, 04 May 2009)
New Revision: 88171

Modified:
   branches/Branch_5_x/profileservice/src/resources/profileservice-jboss-beans.xml
Log:
JBAS-6676, Update the WarManagerManagedDeploymentFactory subtype to WebApplicationManager

Modified: branches/Branch_5_x/profileservice/src/resources/profileservice-jboss-beans.xml
===================================================================
--- branches/Branch_5_x/profileservice/src/resources/profileservice-jboss-beans.xml	2009-05-04 21:46:02 UTC (rev 88170)
+++ branches/Branch_5_x/profileservice/src/resources/profileservice-jboss-beans.xml	2009-05-04 21:52:50 UTC (rev 88171)
@@ -182,7 +182,7 @@
         class="org.jboss.profileservice.management.ProxyManagedDeploymentFactory">
         <property name="factoryName">WarManager</property>
         <property name="compType">MBean</property>
-        <property name="compSubtype">WebApplication</property>
+        <property name="compSubtype">WebApplicationManager</property>
         <property name="pattern">jboss.web:host=localhost,type=Manager,*</property>
         <property name="patternKey">path</property>
 




More information about the jboss-cvs-commits mailing list