[jboss-cvs] JBossAS SVN: r63409 - branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jun 7 20:22:27 EDT 2007


Author: bdecoste
Date: 2007-06-07 20:22:27 -0400 (Thu, 07 Jun 2007)
New Revision: 63409

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/ejb-jar.xml
   branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/jboss.xml
Log:
[EJBTHREE-990] fix and test for merging messageListenerInterface from annotation and descriptor

Modified: branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/ejb-jar.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/ejb-jar.xml	2007-06-08 00:22:03 UTC (rev 63408)
+++ branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/ejb-jar.xml	2007-06-08 00:22:27 UTC (rev 63409)
@@ -8,7 +8,7 @@
 
     <enterprise-beans>
       <message-driven>
-        <ejb-name>QueueTestMDB</ejb-name>
+        <ejb-name>QueueMDB</ejb-name>
         <activation-config>
           <activation-config-property>
             <activation-config-property-name>maxSession</activation-config-property-name>

Modified: branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/jboss.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/jboss.xml	2007-06-08 00:22:03 UTC (rev 63408)
+++ branches/Branch_4_2/ejb3/src/resources/test/mdb/META-INF/jboss.xml	2007-06-08 00:22:27 UTC (rev 63409)
@@ -11,6 +11,10 @@
          <ejb-name>OverrideTestMDB</ejb-name>
          <destination-jndi-name>queue/overridequeuetest</destination-jndi-name>
       </message-driven>
+      <!--message-driven>
+         <description>Test</description>
+         <ejb-name>QueueMDB</ejb-name>
+      </message-driven-->
       <message-driven>
          <ejb-name>OverrideDefaultedQueueTestMDB</ejb-name>
          <default-activation-config>




More information about the jboss-cvs-commits mailing list