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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jul 18 11:13:03 EDT 2007


Author: wolfc
Date: 2007-07-18 11:13:03 -0400 (Wed, 18 Jul 2007)
New Revision: 64122

Modified:
   trunk/server/src/etc/deploy/ejb2-timer-service.xml
Log:
JBAS-4561: EJB timer service persistence policy depends on DefaultDS metadata

Modified: trunk/server/src/etc/deploy/ejb2-timer-service.xml
===================================================================
--- trunk/server/src/etc/deploy/ejb2-timer-service.xml	2007-07-18 14:46:50 UTC (rev 64121)
+++ trunk/server/src/etc/deploy/ejb2-timer-service.xml	2007-07-18 15:13:03 UTC (rev 64122)
@@ -29,6 +29,7 @@
     <attribute name="DatabasePersistencePlugin">org.jboss.ejb.txtimer.GeneralPurposeDatabasePersistencePlugin</attribute>
     <!-- The timers table name -->
     <attribute name="TimersTable">TIMERS</attribute>
+    <depends>jboss.jdbc:datasource=DefaultDS,service=metadata</depends>
   </mbean>
 
   <!-- A persistence policy that does not persist the timer




More information about the jboss-cvs-commits mailing list