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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Mar 2 19:49:00 EST 2007


Author: bdecoste
Date: 2007-03-02 19:49:00 -0500 (Fri, 02 Mar 2007)
New Revision: 61061

Modified:
   branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml
Log:
commented out unused <session>

Modified: branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml
===================================================================
--- branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml	2007-03-02 22:38:24 UTC (rev 61060)
+++ branches/Branch_4_2/ejb3/src/resources/test/stateful/META-INF/ejb-jar.xml	2007-03-03 00:49:00 UTC (rev 61061)
@@ -19,7 +19,7 @@
             <retain-if-exception>false</retain-if-exception>
          </remove-method>
       </session>
-      <session>
+      <!--session>
          <ejb-name>CustomRemoveBean</ejb-name>
          <remove-method>
             <bean-method>
@@ -27,7 +27,7 @@
             </bean-method>
             <retain-if-exception>false</retain-if-exception>
          </remove-method>
-      </session>
+      </session-->
       <session>
          <ejb-name>OverrideConcurrentStateful</ejb-name>
          <remote>org.jboss.ejb3.test.stateful.ConcurrentStateful</remote>




More information about the jboss-cvs-commits mailing list