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

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Tue Dec 5 10:54:55 EST 2006


Author: thomas.heute at jboss.com
Date: 2006-12-05 10:54:52 -0500 (Tue, 05 Dec 2006)
New Revision: 5760

Modified:
   trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml
Log:
Use the new interface of the Scheduler

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-04 23:06:50 UTC (rev 5759)
+++ trunk/core/src/resources/portal-core-sar/META-INF/jboss-service.xml	2006-12-05 15:54:52 UTC (rev 5760)
@@ -28,11 +28,11 @@
    <!-- Portlet discovery executed every 30 seconds -->
    <mbean code="org.jboss.varia.scheduler.Scheduler"
           name="portal:service=Management,type=Scheduler">
-     <attribute name="TargetName">portal:service=Management,type=PortletDiscoveryManagement,name=Default</attribute>
-     <attribute name="TargetMethod">processPortletDiscovery()</attribute>
-     <attribute name="StartDate">NOW</attribute>
-     <attribute name="Period">30000</attribute>
-     <attribute name="Repetitions">-1</attribute>
+     <attribute name="SchedulableMBean">portal:service=Management,type=PortletDiscoveryManagement,name=Default</attribute>
+     <attribute name="SchedulableMBeanMethod">processPortletDiscovery()</attribute>
+     <attribute name="InitialStartDate">NOW</attribute>
+     <attribute name="SchedulePeriod">30000</attribute>
+     <attribute name="InitialRepetitions">-1</attribute>
    </mbean>
 
    <mbean




More information about the portal-commits mailing list