[jboss-cvs] JBossAS SVN: r64025 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 13 02:12:48 EDT 2007


Author: scott.stark at jboss.org
Date: 2007-07-13 02:12:48 -0400 (Fri, 13 Jul 2007)
New Revision: 64025

Modified:
   trunk/server/src/etc/deploy/ejb2-timer-service.xml
Log:
JBCTS-505, use proper depends for the plugins on the ejb timer service

Modified: trunk/server/src/etc/deploy/ejb2-timer-service.xml
===================================================================
--- trunk/server/src/etc/deploy/ejb2-timer-service.xml	2007-07-13 04:53:26 UTC (rev 64024)
+++ trunk/server/src/etc/deploy/ejb2-timer-service.xml	2007-07-13 06:12:48 UTC (rev 64025)
@@ -43,10 +43,10 @@
   <!-- An EJB Timer Service that is Tx aware -->
   <mbean code="org.jboss.ejb.txtimer.EJBTimerServiceImpl"
     name="jboss.ejb:service=EJBTimerService">
-    <attribute name="RetryPolicy">jboss.ejb:service=EJBTimerService,retryPolicy=fixedDelay</attribute>
-    <attribute name="PersistencePolicy">jboss.ejb:service=EJBTimerService,persistencePolicy=database</attribute>
     <attribute name="TimerIdGeneratorClassName">org.jboss.ejb.txtimer.BigIntegerTimerIdGenerator</attribute>
     <attribute name="TimedObjectInvokerClassName">org.jboss.ejb.txtimer.TimedObjectInvokerImpl</attribute>
+    <depends optional-attribute-name="RetryPolicy">jboss.ejb:service=EJBTimerService,retryPolicy=fixedDelay</depends>
+    <depends optional-attribute-name="PersistencePolicy">jboss.ejb:service=EJBTimerService,persistencePolicy=database</depends>
     <depends optional-attribute-name="TransactionManagerFactory" proxy-type="org.jboss.tm.TransactionManagerFactory">
       jboss:service=TransactionManager
     </depends>    




More information about the jboss-cvs-commits mailing list