[jboss-cvs] JBossAS SVN: r61672 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 25 11:19:07 EDT 2007


Author: bstansberry at jboss.com
Date: 2007-03-25 11:19:07 -0400 (Sun, 25 Mar 2007)
New Revision: 61672

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
[EJBTHREE-881] Test proper local/remote routing of calls

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-03-25 15:17:39 UTC (rev 61671)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-03-25 15:19:07 UTC (rev 61672)
@@ -3082,6 +3082,21 @@
              <include name="META-INF/*.xml"/>
          </fileset>
       </jar>
+
+      <jar jarfile="${build.lib}/clusteredsession-local.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/clusteredsession/VMTester*.class"/>
+         </fileset>
+         <fileset dir="${resources}/test/clusteredsession/islocal">
+            <include name="META-INF/*.xml"/>
+         </fileset>
+      </jar>
+	
+	  <copy todir="${build.lib}">
+	     <fileset dir="${resources}/test/clusteredsession/islocal/foreign">
+	        <include name="testlocal-service.xml"/>
+	     </fileset>
+	  </copy>
    </target>
    
    <target name="jars" depends="propertyreplacement, persistenceunits, invalidtxmdb, descriptortypo, libdeployment, homeinterface, timestampentity, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 




More information about the jboss-cvs-commits mailing list