[jboss-svn-commits] JBL Code SVN: r11485 - labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Apr 29 16:16:01 EDT 2007
Author: beve
Date: 2007-04-29 16:16:01 -0400 (Sun, 29 Apr 2007)
New Revision: 11485
Modified:
labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/jbm-queue-service.xml
Log:
Added depends: PostOffice
Modified: labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/jbm-queue-service.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/jbm-queue-service.xml 2007-04-29 20:15:23 UTC (rev 11484)
+++ labs/jbossesb/trunk/product/samples/quickstarts/transform_XML2XML_date_manipulation/jbm-queue-service.xml 2007-04-29 20:16:01 UTC (rev 11485)
@@ -4,10 +4,12 @@
name="jboss.messaging.destination:service=Queue,name=quickstart_date_manipulation_gw"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
</mbean>
<mbean code="org.jboss.jms.server.destination.QueueService"
name="jboss.messaging.destination:service=Queue,name=quickstart_date_manipulation_esb"
xmbean-dd="xmdesc/Queue-xmbean.xml">
<depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
+ <depends>jboss.messaging:service=PostOffice</depends>
</mbean>
-</server>
\ No newline at end of file
+</server>
More information about the jboss-svn-commits
mailing list