[jboss-cvs] JBossAS SVN: r67124 - trunk/ejb3/src/resources/test/dd/mdb/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 15 06:34:14 EST 2007


Author: adrian at jboss.org
Date: 2007-11-15 06:34:11 -0500 (Thu, 15 Nov 2007)
New Revision: 67124

Modified:
   trunk/ejb3/src/resources/test/dd/mdb/META-INF/jboss.xml
Log:
[EJBTHREE-1067] - reinstate the commented out user/password required for the durable topic test

Modified: trunk/ejb3/src/resources/test/dd/mdb/META-INF/jboss.xml
===================================================================
--- trunk/ejb3/src/resources/test/dd/mdb/META-INF/jboss.xml	2007-11-15 11:28:58 UTC (rev 67123)
+++ trunk/ejb3/src/resources/test/dd/mdb/META-INF/jboss.xml	2007-11-15 11:34:11 UTC (rev 67124)
@@ -42,10 +42,8 @@
       <message-driven>
          <ejb-name>DurableTopicBean</ejb-name>
          <destination-jndi-name>topic/testDurableTopic</destination-jndi-name>
-         <!--
          <mdb-user>dynsub</mdb-user>
          <mdb-passwd>dynsub</mdb-passwd>
-         -->
          <mdb-subscription-id>DurableTopicTest</mdb-subscription-id>
       </message-driven>
       <message-driven>




More information about the jboss-cvs-commits mailing list