[Jboss-cvs] JBossAS SVN: r56912 - branches/MC_VDF_WORK/server/src/resources/uuid-key-generator/META-INF

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 16 08:43:55 EDT 2006


Author: adrian at jboss.org
Date: 2006-09-16 08:43:53 -0400 (Sat, 16 Sep 2006)
New Revision: 56912

Modified:
   branches/MC_VDF_WORK/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml
Log:
Missing MBean dependency for UUID

Modified: branches/MC_VDF_WORK/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml
===================================================================
--- branches/MC_VDF_WORK/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml	2006-09-16 12:40:47 UTC (rev 56911)
+++ branches/MC_VDF_WORK/server/src/resources/uuid-key-generator/META-INF/jboss-service.xml	2006-09-16 12:43:53 UTC (rev 56912)
@@ -11,6 +11,7 @@
   <!-- UUIDKeyGeneratorFactoryService -->
   <mbean code="org.jboss.ejb.plugins.keygenerator.uuid.UUIDKeyGeneratorFactoryService"
          name="jboss:service=KeyGeneratorFactory,type=UUID">
+     <depends>jboss:service=Naming</depends>
   </mbean>
 
   <!-- HiLoKeyGeneratorFactory -->




More information about the jboss-cvs-commits mailing list