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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 19 04:13:46 EST 2007


Author: bstansberry at jboss.com
Date: 2007-02-19 04:13:46 -0500 (Mon, 19 Feb 2007)
New Revision: 60659

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
Refactor and expand testing of nested SFSBs
Add test of XPC handling with a scoped classloader

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-02-19 09:12:25 UTC (rev 60658)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-02-19 09:13:46 UTC (rev 60659)
@@ -2868,10 +2868,29 @@
          <fileset dir="${build.classes}">
             <include name="org/jboss/ejb3/test/clusteredsession/**/*.class"/>
          </fileset>
+        <fileset dir="${build.classes}">
+           <include name="org/jboss/ejb3/test/stateful/nested/base/**/*.class"/>
+        </fileset>
          <fileset dir="${resources}/test/clusteredsession">
             <include name="META-INF/*.xml"/>
          </fileset>
       </jar>
+
+      <jar jarfile="${build.lib}/clusteredsession-test-scoped.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/clusteredsession/**/*.class"/>
+         </fileset>
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/stateful/nested/base/**/*.class"/>
+         </fileset>
+         <fileset dir="${resources}/test/clusteredsession">
+            <include name="META-INF/*.xml"/>
+	        <exclude name="META-INF/jboss.xml"/>
+         </fileset>
+         <fileset dir="${resources}/test/clusteredsession/scoped">
+             <include name="META-INF/*.xml"/>
+         </fileset>
+      </jar>
    </target>
    
    <target name="jars" depends="timestampentity, servicexmbean, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader, 




More information about the jboss-cvs-commits mailing list