[jboss-cvs] JBossAS SVN: r78639 - trunk/testsuite/src/main/org/jboss/test/cts/test.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 17 05:15:11 EDT 2008


Author: emuckenhuber
Date: 2008-09-17 05:15:11 -0400 (Wed, 17 Sep 2008)
New Revision: 78639

Modified:
   trunk/testsuite/src/main/org/jboss/test/cts/test/IndependentJarsUnitTestCase.java
Log:
[JBAS-2149] javadoc

Modified: trunk/testsuite/src/main/org/jboss/test/cts/test/IndependentJarsUnitTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/cts/test/IndependentJarsUnitTestCase.java	2008-09-17 09:13:58 UTC (rev 78638)
+++ trunk/testsuite/src/main/org/jboss/test/cts/test/IndependentJarsUnitTestCase.java	2008-09-17 09:15:11 UTC (rev 78639)
@@ -65,7 +65,7 @@
 
    /** A test of two ejb deployments cts.jar and cts2.jar(scoped) with an EJB
     * in cts.jar calling an EJB in cts2.jar. The cts2.jar EJB is deployed with
-    * the ByValueInvokerInterceptor to isolate the two type namespaces.
+    * <call-by-value>true</call-by-value> to isolate the two type namespaces.
     * @throws Exception
     */
    public void testInterJarCall() throws Exception
@@ -99,7 +99,7 @@
 
    /** A test of two ejb deployments cts.jar and cts2.jar(scoped) with an EJB
     * in cts.jar calling an EJB in cts2.jar. The cts2.jar EJB is deployed with
-    * the ByValueInvokerInterceptor to isolate the two type namespaces.
+    * <call-by-value>true</call-by-value> to isolate the two type namespaces.
     * @throws Exception
     */
    public void testCallByValueInSameJar() throws Exception




More information about the jboss-cvs-commits mailing list