[jboss-cvs] JBossAS SVN: r67705 - trunk/ejb3/src/resources/test/ejbthree1123.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Dec 1 12:17:35 EST 2007


Author: ALRubinger
Date: 2007-12-01 12:17:34 -0500 (Sat, 01 Dec 2007)
New Revision: 67705

Added:
   trunk/ejb3/src/resources/test/ejbthree1123/ejbthree1123-service.xml
Log:
[EJBTHREE-1123] Added Deployment of Queue for test

Added: trunk/ejb3/src/resources/test/ejbthree1123/ejbthree1123-service.xml
===================================================================
--- trunk/ejb3/src/resources/test/ejbthree1123/ejbthree1123-service.xml	                        (rev 0)
+++ trunk/ejb3/src/resources/test/ejbthree1123/ejbthree1123-service.xml	2007-12-01 17:17:34 UTC (rev 67705)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<server>
+	<mbean code="org.jboss.jms.server.destination.QueueService"
+      name="jboss.messaging.destination:service=Queue,name=ejbthree1123"
+      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


Property changes on: trunk/ejb3/src/resources/test/ejbthree1123/ejbthree1123-service.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the jboss-cvs-commits mailing list