[portal-commits] JBoss Portal SVN: r5924 - branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-sar/META-INF

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Dec 21 11:05:53 EST 2006


Author: julien at jboss.com
Date: 2006-12-21 11:05:51 -0500 (Thu, 21 Dec 2006)
New Revision: 5924

Modified:
   branches/JBoss_Portal_Branch_2_4/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: branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
===================================================================
--- branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-sar/META-INF/jboss-service.xml	2006-12-21 14:52:17 UTC (rev 5923)
+++ branches/JBoss_Portal_Branch_2_4/core/src/resources/portal-core-sar/META-INF/jboss-service.xml	2006-12-21 16:05:51 UTC (rev 5924)
@@ -786,7 +786,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