[portal-commits] JBoss Portal SVN: r5925 - trunk/core/src/resources/portal-core-sar/META-INF

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Dec 21 11:07:10 EST 2006


Author: julien at jboss.com
Date: 2006-12-21 11:07:08 -0500 (Thu, 21 Dec 2006)
New Revision: 5925

Modified:
   trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
Log:
JBPORTAL-1168 : Wrong callback method in HA configuration for the portlet app deployer creating portlet instances at deployment

Modified: trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
===================================================================
--- trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml	2006-12-21 16:05:51 UTC (rev 5924)
+++ trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml	2006-12-21 16:07:08 UTC (rev 5925)
@@ -1043,7 +1043,7 @@
       <depends>portal:container=PortalObject</depends>
       <attribute name="Target">portal:deploymentFactory=PortletApp</attribute>
       <attribute name="OnStart">enableCreateInstances</attribute>
-      <attribute name="OnStop">disableCreateInstance</attribute>
+      <attribute name="OnStop">disableCreateInstances</attribute>
       </mbean>
    @portal.single.xml.open@
    -->




More information about the portal-commits mailing list