[jboss-cvs] JBossAS SVN: r87452 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 16:23:07 EDT 2009


Author: bstansberry at jboss.com
Date: 2009-04-16 16:23:07 -0400 (Thu, 16 Apr 2009)
New Revision: 87452

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
[EJBTHREE-1807] Test that removal failures don't disrupt timeout removal of other beans

Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2009-04-16 20:04:10 UTC (rev 87451)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2009-04-16 20:23:07 UTC (rev 87452)
@@ -4271,6 +4271,18 @@
 		</jar>
 	</target>
 
+  <target name="ejbthree1807"
+      description="Builds all jar files required to test EJBTHREE-1807.">
+      <delete file="${build.lib}/ejbthree1807.jar"/>
+      <mkdir dir="${build.lib}"/>
+
+      <jar jarfile="${build.lib}/ejbthree1807.jar">
+         <fileset dir="${build.classes}">
+            <include name="org/jboss/ejb3/test/ejbthree1807/*.class"/>
+         </fileset>
+      </jar>
+   </target>
+
    
    <target name="jars" depends="statefulproxyfactoryoverride, removedislocal, statelesscreation, defaultremotebindings, localfromremote, clusteredjms, entityoptimisticlocking, concurrentnaming, propertyreplacement, persistenceunits, appclient, tck5sec, invalidtxmdb, descriptortypo, libdeployment, homeinterface, arjuna, mdbtransactions, unauthenticatedprincipal, clusteredservice, invoker, classloader,
       concurrent,
@@ -4300,7 +4312,7 @@
       timer, benchmark, entity, joininheritance, singletable, tableperclass, dependent, mdb, manytomany, regression,
       composite, composite2, entitycallback, relationships, ssl, ssladvanced, clusteredsession, strictpool, jacc,
       localcall, interceptors, interceptors2, interceptors3, iiop, clientinterceptor,
-      statelesscreation, changexml, externalrefscoped, singleton, ejbthree1671, ejbthree1677, ejbthree1629"/>
+      statelesscreation, changexml, externalrefscoped, singleton, ejbthree1671, ejbthree1677, ejbthree1629, ejbthree1807"/>
 
    <target name="test" depends="init" if="test"
       description="Execute all tests in the given test directory.">




More information about the jboss-cvs-commits mailing list