[jboss-cvs] JBossAS SVN: r80004 - projects/ejb3/trunk/testsuite/src/test/resources/test/interceptors2/META-INF.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 23 15:10:15 EDT 2008


Author: ALRubinger
Date: 2008-10-23 15:10:15 -0400 (Thu, 23 Oct 2008)
New Revision: 80004

Modified:
   projects/ejb3/trunk/testsuite/src/test/resources/test/interceptors2/META-INF/ejb-jar.xml
Log:
[EJBTHREE-1490] Fix invalid EJB2.x View in interceptors2 test to expose true failure

Modified: projects/ejb3/trunk/testsuite/src/test/resources/test/interceptors2/META-INF/ejb-jar.xml
===================================================================
--- projects/ejb3/trunk/testsuite/src/test/resources/test/interceptors2/META-INF/ejb-jar.xml	2008-10-23 18:55:56 UTC (rev 80003)
+++ projects/ejb3/trunk/testsuite/src/test/resources/test/interceptors2/META-INF/ejb-jar.xml	2008-10-23 19:10:15 UTC (rev 80004)
@@ -9,7 +9,7 @@
    <enterprise-beans>
        <session>
           <ejb-name>XMLOnlySLSB</ejb-name>
-          <remote>org.jboss.ejb3.test.interceptors2.XMLOnlySLSBRemote</remote>
+          <business-remote>org.jboss.ejb3.test.interceptors2.XMLOnlySLSBRemote</business-remote>
           <ejb-class>org.jboss.ejb3.test.interceptors2.XMLOnlySLSB</ejb-class>
            <session-type>Stateless</session-type>
            <transaction-type>Container</transaction-type>




More information about the jboss-cvs-commits mailing list