[jboss-cvs] JBossAS SVN: r60492 - in branches/Branch_4_2/testsuite: src/resources/invokers/META-INF and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Feb 12 10:22:57 EST 2007


Author: tom.elrod at jboss.com
Date: 2007-02-12 10:22:57 -0500 (Mon, 12 Feb 2007)
New Revision: 60492

Modified:
   branches/Branch_4_2/testsuite/build.xml
   branches/Branch_4_2/testsuite/src/resources/invokers/META-INF/jboss.xml
Log:
JBAS-4015 - fixed MultiInvokersUnitTestCase

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-12 15:20:09 UTC (rev 60491)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-12 15:22:57 UTC (rev 60492)
@@ -15,12 +15,12 @@
 <!-- $Id$ -->
 
 <project default="main" name="JBoss/Testsuite" xmlns:server="http://jboss.org/ns/test/ant/server">
-  
+
   <import file="../tools/etc/buildmagic/build-common.xml"/>
-  
+
   <!-- Targets for integration tests -->
   <import file="build-integration.xml"/>
-  
+
   <!-- ======================================================== -->
   <!-- Initialization                                           -->
   <!-- ======================================================== -->
@@ -28,10 +28,10 @@
     <format property="TIMENOW" pattern="yyyy-MM-dd.HH-mm" timezone="GMT"/>
   </tstamp>
   <echo message="${TIMENOW}" file="run.tstamp"/>
-  
+
   <property name="results_web" value="http://jboss.sourceforge.net/junit-results/32"/>
   <property name="buildlog.level" value="info"/>
-  
+
   <!-- Set a hostname property based on COMPUTERNAME for win32, HOSTNAME
   otherwise and initialize the node0/node1 cluster hostnames to localhost
   and ${hostname} by default. If you cannot route multicast traffic between
@@ -47,12 +47,12 @@
       <os family="windows"/>
     </not>
   </condition>
-  
+
   <!--We will use local.properties file to provide some configuration
   to the testsuite mainly for the Clustering framework. Please
   do not checkin your local.properties file into CVS-->
   <property file="local.properties"/>
-  
+
   <!-- Cluster node0 defaults -->
   <property name="node0" value="localhost"/>
   <property name="node0.http.url" value="http://${node0}:8080"/>
@@ -63,34 +63,34 @@
   <property name="node1.http.url" value="http://${node1}:8080"/>
   <property name="node1.jndi.url" value="jnp://${node1}:1099"/>
   <property name="node1.hajndi.url" value="jnp://${node1}:1100"/>
-  
+
   <!-- UDP Group -->
   <!-- The value of the -u option passed to jboss -->
   <!-- A blank value will prevent the -u option from being passed -->
   <!-- Override this in the local.properties or pass to Ant as -DupdGroup=128.x.x.x -->
   <property name="udpGroup" value=""/>
-  
+
   <!-- =================== -->
   <!-- Basic Configuration -->
   <!-- =================== -->
-  
+
   <!-- Module name(s) & version -->
   <property name="module.name" value="testsuite"/>
   <property name="module.Name" value="JBoss Testsuite"/>
   <property name="module.version" value="DEV"/>
-  
+
   <!-- ========= -->
   <!-- Libraries -->
   <!-- ========= -->
-  
+
   &libraries;
-  
+
   <!-- define jbossws classpath explicitly because jbossws/lib contains other integration layers as well -->
   <path id="jbossws.integration.classpath">
     <pathelement path="${jboss.jbossws.lib}/jbossws-jboss42-integration.jar"/>
     <pathelement path="${jboss.jbossws.lib}/jbossws-client.jar"/>
   </path>
-  
+
   <!-- The combined library classpath -->
   <path id="library.classpath">
     <path refid="apache.avalon.classpath"/>
@@ -113,7 +113,7 @@
     <path refid="jboss.microcontainer.classpath"/>
     <path refid="jboss.profiler.jvmti.classpath"/>
     <path refid="jboss.remoting.classpath"/>
-    <path refid="jboss.web.classpath"/>    
+    <path refid="jboss.web.classpath"/>
     <path refid="jbossws.integration.classpath"/>
     <path refid="jgroups.jgroups.classpath"/>
     <path refid="joesnmp.joesnmp.classpath"/>
@@ -131,13 +131,13 @@
     <path refid="trove.classpath"/>
     <path refid="wutka.dtdparser.classpath"/>
   </path>
-  
+
   <!-- ======= -->
   <!-- Modules -->
   <!-- ======= -->
-  
+
   &modules;
-  
+
   <!-- InternalServer -->
   <!-- This could be a mistake.  Perhaps, though, it would be a good idea to separate
   tests that need internal jboss classes from those that don't.  When I put it in, only
@@ -148,7 +148,7 @@
     <pathelement path="${jboss.server.lib}/jboss.jar"/>
     <pathelement path="${jboss.server.lib}/jboss-system.jar"/>
   </path>
-  
+
   <!-- The combined dependant module classpath -->
   <path id="dependentmodule.classpath">
     <path refid="jboss.aop.classpath"/>
@@ -175,7 +175,7 @@
     <path refid="jboss.varia.classpath"/>
     <path refid="jboss.serialization.classpath"/>
   </path>
-  
+
   <!-- RMI Stub generation -->
   <patternset id="rmic.includes" description="The patternset passed to the compile-stubs target">
     <include name="org/jboss/test/cluster/test/DistributedStateTestCase$TestListener.class"/>
@@ -184,11 +184,11 @@
     <include name="org/jboss/test/jmx/invoker/BadListener.class"/>
     <include name="org/jboss/test/jmx/invoker/Listener.class"/>
   </patternset>
-  
+
   <!-- ===== -->
   <!-- Tasks -->
   <!-- ===== -->
-  
+
   <!-- Where source files live -->
   <property name="source.java" value="${module.source}/main"/>
   <property name="source.java.5" value="${module.source}/jdk15"/>
@@ -196,7 +196,7 @@
   <property name="source.docs" value="${module.source}/docs"/>
   <property name="source.resources" value="${module.source}/resources"/>
   <property name="source.stylesheets" value="${module.source}/stylesheets"/>
-  
+
   <!-- Where build generated files will go -->
   <property name="build.classes" value="${module.output}/classes"/>
   <property name="build.lib" value="${module.output}/lib"/>
@@ -208,22 +208,22 @@
   <property name="build.reports" value="${module.output}/reports"/>
   <property name="build.testlog" value="${module.output}/log"/>
   <property name="build.gen-src" value="${module.output}/gen-src/"/>
-  
+
   <!-- Install/Release structure -->
   <property name="install.id" value="${module.name}-${module.version}"/>
   <property name="release.id" value="${install.id}"/>
   <property name="install.root" value="${module.output}/${install.id}"/>
-  
+
   <!-- classpath and local.classpath must have a value using with a path -->
   <property name="classpath" value=""/>
   <property name="local.classpath" value=""/>
-  
+
   <!-- The combined thirdparty classpath -->
   <path id="thirdparty.classpath">
     <path refid="library.classpath"/>
     <path refid="dependentmodule.classpath"/>
   </path>
-  
+
   <!-- Classpath to build and run the tests -->
   <path id="tests.classpath">
     <pathelement path="${classpath}"/>
@@ -233,20 +233,20 @@
     <path refid="jboss.jmx.classpath"/>
     <path refid="thirdparty.classpath"/>
   </path>
-  
+
   <!-- Classpath to build the tests -->
   <path id="javac.classpath">
     <path refid="thirdparty.classpath"/>
   </path>
-  
+
   <!-- The classpath required to build javadocs. -->
   <path id="javadoc.classpath">
     <path refid="tests.classpath"/>
   </path>
-  
+
   <!-- Packages to include when generating api documentation -->
   <property name="javadoc.packages" value="org.jboss.*"/>
-  
+
   <!-- Override JUnit defaults -->
   <property name="junit.timeout" value="180000"/> <!-- 3 minutes -->
   <property name="jbosstest.iterationcount" value="10"/>
@@ -263,7 +263,7 @@
   <propertyset id="jbosstest-props">
     <propertyref prefix="jbosstest."/>
   </propertyset>
-  
+
   <target name="init">
     <record name="${basedir}/build.log" append="yes" action="start" loglevel="error"/>
     <!-- Setup the version 1 classes so the tests compile -->
@@ -274,7 +274,7 @@
     <copy tofile="${build.gen-src}/org/jboss/test/classloader/scoping/singleton/MySingleton.java"
       file="${source.java}/org/jboss/test/classloader/scoping/singleton/MySingleton_V1.txt" overwrite="false"/>
   </target>
-  
+
   <!-- retrieve items from the repository, store them in the -->
   <!-- thirdparty folder, and create a testsuite-libraries.ent file -->
   <!-- then generate a new libraries.ent file and include it in  -->
@@ -282,7 +282,7 @@
   <target name="createthirdparty" unless="inhibit.downloads" depends="check.inhibit.downloads, set.proxy">
     <ant antfile="build-thirdparty.xml" target="generate-lib-file"/>
   </target>
-  
+
   <!-- check if thirdparty libraries are to be downloaded -->
   <target name="check.inhibit.downloads">
     <condition property="inhibit.downloads">
@@ -292,7 +292,7 @@
       </or>
     </condition>
   </target>
-  
+
   <!-- check if the the user has specied proxy settings -->
   <target name="check.proxy">
     <condition property="hasproxy">
@@ -308,18 +308,18 @@
       </and>
     </condition>
   </target>
-  
+
   <!-- set proxy settings -->
   <target name="set.proxy" if="hasproxy" depends="check.proxy">
     <echo>Proxy is set to ${proxy.host}:${proxy.port}</echo>
     <setproxy proxyhost="${proxy.host}" proxyport="${proxy.port}"/>
   </target>
-  
+
   <!-- ================================================================== -->
   <!-- Compile                                                            -->
   <!-- ================================================================== -->
   <import file="imports/code-generation.xml"/>
-  
+
   <!--
   |  Compile everything.
   |
@@ -329,14 +329,14 @@
   -->
   <target name="compile" depends="init, compile-classes, compile-xmbean-dds, compile-stubs, compile-etc, compile-stylesheets, compile-resources"
     description="Compile all source files."/>
-  
+
   <!-- Compile all class files -->
   <target name="compile-classes" depends="compile-bean-sources, compile-mbean-sources, compile-proxycompiler-bean-sources, compile-classes-only">
   </target>
-  
+
   <target name="compile-annotated-classes-50" if="HAVE_JDK_1.5">
     <mkdir dir="${build.classes}"/>
-    
+
     <!-- Make sure that jdk 50 aspect library comes first, since that contains the
     JDK 5 version of the annotation types
     -->
@@ -352,7 +352,7 @@
       <classpath refid="annotations.classpath"/>
     </javac>
   </target>
-  
+
   <target name="compile-classes-only" depends="compile-annotated-classes-50">
     <mkdir dir="${build.classes}"/>
     <javac destdir="${build.classes}" optimize="${javac.optimize}" source="${javac.source}" target="${javac.target}" debug="${javac.debug}" depend="${javac.depend}"
@@ -365,7 +365,7 @@
       <classpath refid="tests.classpath"/>
     </javac>
   </target>
-  
+
   <target name="compile-stubs">
     <rmic base="${build.classes}" sourcebase="${build.classes}" verify="${rmic.verify}" iiop="${rmic.iiop}" iiopopts="${rmic.iiopopts}" idl="${rmic.idl}"
       idlopts="${rmic.idlops}" debug="${rmic.debug}" stubVersion="${rmic.stubVersion}">
@@ -373,7 +373,7 @@
       <patternset refid="rmic.includes"/>
     </rmic>
   </target>
-  
+
   <!-- Compile resource files -->
   <target name="compile-resources">
     <mkdir dir="${build.resources}"/>
@@ -384,7 +384,7 @@
       </fileset>
     </copy>
   </target>
-  
+
   <!-- Compile stylesheets files -->
   <target name="compile-stylesheets">
     <mkdir dir="${build.stylesheets}"/>
@@ -394,7 +394,7 @@
       </fileset>
     </copy>
   </target>
-  
+
   <!-- Compile etc files (manifests and such) -->
   <target name="compile-etc">
     <mkdir dir="${build.etc}"/>
@@ -404,46 +404,46 @@
       </fileset>
     </copy>
   </target>
-  
+
   <!-- Import the test jars build targets -->
   <import file="imports/test-jars.xml"/>
-  
+
   <!-- Import the jboss server run targets -->
   <import file="imports/server-config.xml"/>
   <!-- Propagate the dist directory as a jbosstest system property -->
   <property name="jbosstest.dist" value="${jboss.dist}"/>
-  
+
   <!-- ================================================================== -->
   <!-- Cleaning                                                           -->
   <!-- ================================================================== -->
-  
+
   <!-- Clean up all build output -->
   <target name="clean" depends="_default:clean" description="Cleans up most generated files.">
   </target>
-  
+
   <!-- Clean up all build output -->
   <target name="clobber" depends="_default:clobber" description="Cleans up all generated files.">
   </target>
-  
+
   <!-- ================================================================== -->
   <!-- Misc.                                                              -->
   <!-- ================================================================== -->
-  
+
   <target name="main" description="Executes the default target (most)." depends="createthirdparty, most"/>
-  
+
   <target name="all" description="Builds everything." depends="jars"/>
-  
+
   <target name="most" description="Builds almost everything." depends="jars"/>
-  
+
   <target name="help" description="Displays the project help">
     <echo> The main targets are: + jars : compile the tests and build the test jars + tests : the main tests entry points which runs all normal unit tests Use ant -projecthelp to list all documented
       targets. </echo>
   </target>
-  
+
   <!-- ================================================================== -->
   <!-- Tests                                                              -->
   <!-- ================================================================== -->
-  
+
   <macrodef name="wait-on-host">
     <attribute name="seconds" default="60"/>
     <attribute name="host" default="${node0}"/>
@@ -455,7 +455,7 @@
       <fail message="Timeout waiting for nodes to start" if="startup.timeout"/>
     </sequential>
   </macrodef>
-  
+
   <macrodef name="wait-on-shutdown">
     <attribute name="seconds" default="60"/>
     <attribute name="conf"/>
@@ -473,7 +473,7 @@
       <fail message="Timeout waiting for '@{conf}' server to shutdown." if="shutdown.timeout"/>
     </sequential>
   </macrodef>
-  
+
   <!-- patternsets for that require clustering to be enabled -->
   <patternset id="cluster.field.includes">
     <include name="org/jboss/test/cluster/test/*FieldBasedTestCase.class"/>
@@ -588,7 +588,7 @@
   <patternset id="custom-secmgr.includes">
     <include name="**/test/**/CustomSecurityManagerTestCase.class"/>
   </patternset>
-  
+
   <!-- Tests needing non-clustered tomcat SSO -->
   <patternset id="tc-sso.includes">
     <include name="org/jboss/test/web/test/SingleSignOnUnitTestCase.class"/>
@@ -673,7 +673,7 @@
   <patternset id="binding-manager.excludes">
     <exclude name="org/jboss/test/binding/*TestCase.class"/>
   </patternset>
-  
+
   <!-- Tests that are currently broken -->
   <patternset id="badtest.excludes">
     <exclude name="org/jboss/test/aop/test/RemotingUnitTestCase"/>
@@ -681,7 +681,7 @@
     <exclude name="org/jboss/test/cluster/httpsessionreplication/**"/>
     <exclude name="org/jboss/test/cache/test/local/ConcurrentTransactionalUnitTestCase.class"/>
   </patternset>
-  
+
   <patternset id="aop-with-classloader.excludes">
     <!-- Needs to be started either with the bootclasspath or -javaagent classloader hooks -->
     <exclude name="org/jboss/test/aop/test/Scoped*.class"/>
@@ -689,7 +689,7 @@
   <patternset id="aop-with-classloader.includes">
     <include name="org/jboss/test/aop/test/Scoped*TestCase.class"/>
   </patternset>
-  
+
   <!-- The union of the excludes -->
   <patternset id="all.excludes">
     <patternset refid="aop-with-classloader.excludes"/>
@@ -708,14 +708,14 @@
     <patternset refid="tc-ssl.excludes"/>
     <patternset refid="webservice.excludes"/>
   </patternset>
-  
+
   <!-- A target that allows for conditional dependency on the compilation and
-  
+
   -->
   <target name="maybejars" unless="nojars">
     <antcall target="jars" inheritRefs="true"/>
   </target>
-  
+
   <!-- The top level entry point for all tests that can be run against
   variations of the standard jboss dist. This does not include long
   running benchmark oriented tests.
@@ -744,21 +744,21 @@
     <antcall target="tests-report"/>
     <record name="${basedir}/build.log" action="stop"/>
   </target>
-  
+
   <target name="tests-unified">
     <create-unifiedInvoker-server conf="unified-jboss" serial="jboss"/>
     <replace file="${jboss.dist}/server/unified-jboss/conf/standardjboss.xml">
       <replacefilter token="&lt;interceptor call-by-value=&quot;true&quot;&gt;org.jboss.invocation.MarshallingInvokerInterceptor&lt;/interceptor&gt;"
         value="&lt;interceptor call-by-value=&quot;true&quot;&gt;org.jboss.invocation.DataContainerMarshallingInvokerInterceptor&lt;/interceptor&gt;"/>
     </replace>
-    
+
     <server:start name="unified-jboss"/>
-    
+
     <antcall target="test-unified-unit">
       <param name="unified-config" value="UnifiedInvoker JBossSerialization"/>
     </antcall>
     <server:stop name="unified-jboss"/>
-    
+
     <create-unifiedInvoker-server conf="unified-java" serial="java"/>
     <server:start name="unified-java"/>
     <antcall target="test-unified-unit">
@@ -766,7 +766,7 @@
     </antcall>
     <server:stop name="unified-java"/>
   </target>
-  
+
   <!-- parameters:
   unitifed-config -->
   <target name="test-unified-unit">
@@ -776,13 +776,13 @@
       <include name="org/jboss/test/testbyvalue/test/**/*UnitTestCase.class"/>
       <include name="org/jboss/test/testbean/test/BeanUnitTestCase.class"/>
     </patternset>
-    
+
     <antcall target="test-execute-units">
       <param name="includes.refid" value="unified.include"/>
       <param name="jboss-junit-configuration" value="${unified-config}"/>
     </antcall>
   </target>
-  
+
   <!--
   parameters :
   <param name="includes.refid" />
@@ -793,7 +793,7 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}" failureProperty="tests.failure">
-      
+
       <sysproperty key="jboss.internal-server.serverroot" value="${jboss.dist}/server"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="jbosstest.cluster.node0" value="${node0}"/>
@@ -810,7 +810,7 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <!--Lets pass some parameters from local.properties file as system properties-->
       <syspropertyset>
         <propertyref prefix="org.apache."/>
@@ -821,36 +821,36 @@
       <syspropertyset>
         <propertyref prefix="node"/>
       </syspropertyset>
-      
+
       <!--jvmarg value="${junit.jvm.options}"/>
       <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8789,server=y,suspend=y"/>
       <jvmarg value="-Djava.compiler=NONE"/>
       <jvmarg value="-Xdebug"/>
       <jvmarg value="-Xnoagent"/-->
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <!-- definition of the property for keeping results between configuration -->
       <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-${jboss-junit-configuration}.xml"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="${includes.refid}"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-stress" description="Execute all stress tests." depends="tests-standard-stress,
              tests-report">
   </target>
-  
+
   <target name="jboss-minimal-tests" description="Validate the minimal config">
     <server:start name="minimal"/>
     <!-- Deploy a service that calls System.exit(0) in its stop -->
@@ -861,7 +861,7 @@
     <delete file="${jboss.dist}/server/minimal/deploy/shutdown.sar"/>
     <sleep seconds="7"/>
   </target>
-  
+
   <target name="jboss-all-config-tests" description="The units tests which are run against the jboss all config">
     <server:start name="all"/>
     <antcall target="tests-standard-unit"/>
@@ -877,7 +877,7 @@
     <antcall target="tests-txtimer"/>
     <server:stop name="all"/>
   </target>
-  
+
   <!-- Test netbooting a subset of the default configuration
   -->
   <target name="netboot-tests" description="Tests run against a custom netboot configuration">
@@ -924,14 +924,14 @@
     </java>
     <wait-on-host/>
     <stop-jboss/>
-    
+
     <!--
     <run-junit junit.patternset="netboot.includes"
     />
     -->
     <stop-jboss url="jnp://${node0}:11099"/>
   </target>
-  
+
   <target name="tests-apache-tomcat-clustering" description="Execute clustering tests requiring an apache load balanced two TC nodes.">
     <echo message="Will read config info from local.propeties file in testsuite dir"/>
     <!-- Definition of apache is in imports/server-config.xml -->
@@ -941,10 +941,10 @@
     <create-cluster-node conf="node1"/>
     <server:start name="node1"/>
     <echo message="Nodes have started, waiting for cluster to stablize..."/>
-    
+
     <!-- Need a custom condition that queries for the node membership == 2 -->
     <echo message="Going to call target tests-clustering-unit"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="apache_tomcat.cluster.includes"/>
       <param name="jboss-junit-configuration" value="Tomcat Clustering"/>
@@ -953,233 +953,233 @@
     <server:stop name="node1"/>
     <apache location="${apache.location}" action-type="stop"/>
   </target>
-  
+
   <!-- Tests for the ha stuff Ivelin wrote-->
   <target name="tests-ha" description="Execute ha tests.">
     <echo message="Going to call target tests-ha-unit"/>
     <antcall target="tests-ha-unit"></antcall>
   </target>
-  
+
   <!-- Run all clustering tests with two JGroups stacks (UDP and TCP)-->
   <target name="tests-clustering-all-stacks" description="Execute clustering tests requiring two nodes.">
     <!-- Test the default UDP stack -->
     <antcall target="tests-clustering">
       <param name="jboss-junit-configuration" value="UDP"/>
     </antcall>
-    
+
     <!-- Test a TCP stack. -->
     <antcall target="tests-clustering">
       <param name="jgroups-stack" value="TCP"/>
       <param name="jboss-junit-configuration" value="TCP"/>
     </antcall>
-    
+
   </target>
-  
+
   <!-- Depending on the value of the ${jboss-junit-configuration} variable, uses different JGroups stacks -->
   <target name="tests-clustering" description="Execute clustering tests requiring two nodes.">
-    
+
     <!-- If jboss-junit-configuration wasn't passed in, set it now -->
     <property name="jboss-junit-configuration" value="UDP"/>
-    
+
     <antcall target="tests-clustering-configure" inheritRefs="true"/>
-    
+
     <server:start name="cluster-${jboss-junit-configuration}-0"/>
     <server:start name="cluster-${jboss-junit-configuration}-1"/>
-    
+
     <echo message="Going to call target tests-clustering-unit for non-HTTP tests"/>
-    
+
     <antcall target="tests-clustering-udp" inheritRefs="true"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.non.http.includes"/>
       <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
     <echo message="Going to call target tests-clustering-unit for HTTP tests (ASYNC, no BR)"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.http.includes"/>
       <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-${jboss-junit-configuration}-0"/>
     <server:stop name="cluster-${jboss-junit-configuration}-1"/>
-    
+
     <sleep seconds="4"/>
-    
+
     <echo message="Going to call target tests-clustering-unit again for FIELD granularity tests (ASYNC, no BR)"/>
-    
+
     <antcall target="tests-clustering-field-configure" inheritRefs="true"/>
-    
+
     <server:start name="cluster-field-${jboss-junit-configuration}-0"/>
     <server:start name="cluster-field-${jboss-junit-configuration}-1"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.field.includes"/>
       <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-field-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-field-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-field-${jboss-junit-configuration}-0"/>
     <server:stop name="cluster-field-${jboss-junit-configuration}-1"/>
-    
+
     <sleep seconds="4"/>
-    
+
     <echo message="Going to call target tests-clustering-unit again with new configuration (SYNC, no BR)"/>
-    
+
     <antcall target="tests-clustering-sync-configure"/>
-    
+
     <server:start name="cluster-${jboss-junit-configuration}-SYNC-0"/>
     <server:start name="cluster-${jboss-junit-configuration}-SYNC-1"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.http.jk.includes"/>
       <param name="jboss-junit-configuration" value="SyncModeNUseJvm-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-SYNC-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-SYNC-1"/>
     </antcall>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.http.includes"/>
       <param name="jboss-junit-configuration" value="SyncModeNUseJvm-${jboss-junit-configuration}"/>
     </antcall>
-    
+
     <server:stop name="cluster-${jboss-junit-configuration}-SYNC-0"/>
     <server:stop name="cluster-${jboss-junit-configuration}-SYNC-1"/>
-    
+
     <sleep seconds="4"/>
-    
+
     <echo message="Going to call target tests-clustering-unit again for FIELD granularity tests with new configuration (SYNC, no BR)"/>
-    
+
     <antcall target="tests-clustering-field-sync-configure"/>
-    
+
     <server:start name="cluster-field-${jboss-junit-configuration}-SYNC-0"/>
     <server:start name="cluster-field-${jboss-junit-configuration}-SYNC-1"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.field.includes"/>
       <param name="jboss-junit-configuration" value="SyncModeNUseJvm-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-field-${jboss-junit-configuration}-SYNC-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-field-${jboss-junit-configuration}-SYNC-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-field-${jboss-junit-configuration}-SYNC-0"/>
     <server:stop name="cluster-field-${jboss-junit-configuration}-SYNC-1"/>
-    
+
     <sleep seconds="4"/>
-    
+
     <echo message="Going to call target tests-clustering-unit again with new configuration (SYNC, with BR)"/>
-    
+
     <antcall target="tests-clustering-br-configure"/>
-    
+
     <server:start name="cluster-${jboss-junit-configuration}-BR-0"/>
     <server:start name="cluster-${jboss-junit-configuration}-BR-1"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.http.includes"/>
       <param name="jboss-junit-configuration" value="BuddyReplEnabled-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-BR-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-BR-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-${jboss-junit-configuration}-BR-0"/>
     <server:stop name="cluster-${jboss-junit-configuration}-BR-1"/>
-    
+
     <sleep seconds="4"/>
-    
+
     <echo message="Going to call target tests-clustering-unit again for FIELD granularity tests with new configuration (SYNC, with BR)"/>
-    
+
     <antcall target="tests-clustering-field-br-configure"/>
-    
+
     <server:start name="cluster-field-${jboss-junit-configuration}-BR-0"/>
     <server:start name="cluster-field-${jboss-junit-configuration}-BR-1"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.field.includes"/>
       <param name="jboss-junit-configuration" value="BuddyReplEnabled-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-field-${jboss-junit-configuration}-BR-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-field-${jboss-junit-configuration}-BR-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-field-${jboss-junit-configuration}-BR-0"/>
     <server:stop name="cluster-field-${jboss-junit-configuration}-BR-1"/>
-    
+
   </target>
-  
+
   <target name="tests-clustering-udp" unless="jgroups-stack">
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="cluster.non.http.udp.includes"/>
       <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
   </target>
-  
+
   <target name="tests-clustering-configure" unless="${tests.clustering.skip.startup}">
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-0" host="${node0}"/>
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-1" host="${node1}"/>
   </target>
-  
+
   <target name="tests-clustering-field-configure" unless="${tests.clustering.skip.startup}">
     <create-cluster-node conf="cluster-field-${jboss-junit-configuration}-0" host="${node0}"/>
     <create-cluster-node conf="cluster-field-${jboss-junit-configuration}-1" host="${node1}"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for FIELD"/>
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-0"/>
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-1"/>
   </target>
-  
+
   <target name="tests-clustering-sync-configure" unless="${tests.clustering.skip.startup}">
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-SYNC-0" host="${node0}"/>
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-SYNC-1" host="${node1}"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK"/>
     <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-SYNC-0" useBuddyRepl="false"/>
     <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-SYNC-1" useBuddyRepl="false"/>
   </target>
-  
+
   <target name="tests-clustering-field-sync-configure" unless="${tests.clustering.skip.startup}">
     <create-cluster-node conf="cluster-field-${jboss-junit-configuration}-SYNC-0" host="${node0}"/>
     <create-cluster-node conf="cluster-field-${jboss-junit-configuration}-SYNC-1" host="${node1}"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for FIELD"/>
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-SYNC-0"/>
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-SYNC-1"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK"/>
     <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-SYNC-0" useBuddyRepl="false"/>
     <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-SYNC-1" useBuddyRepl="false"/>
   </target>
-  
+
   <target name="tests-clustering-br-configure" unless="${tests.clustering.skip.startup}">
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-BR-0" host="${node0}"/>
     <create-cluster-node conf="cluster-${jboss-junit-configuration}-BR-1" host="${node1}"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK/BR"/>
     <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-BR-0" useBuddyRepl="true"/>
     <http-cluster-node-config-change conf="cluster-${jboss-junit-configuration}-BR-1" useBuddyRepl="true"/>
   </target>
-  
+
   <target name="tests-clustering-field-br-configure" unless="${tests.clustering.skip.startup}">
     <create-cluster-node conf="cluster-field-${jboss-junit-configuration}-BR-0" host="${node0}"/>
     <create-cluster-node conf="cluster-field-${jboss-junit-configuration}-BR-1" host="${node1}"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for FIELD"/>
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-0"/>
     <http-cluster-field-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-1"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK/BR"/>
     <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-0" useBuddyRepl="true"/>
     <http-cluster-node-config-change conf="cluster-field-${jboss-junit-configuration}-BR-1" useBuddyRepl="true"/>
   </target>
-  
+
   <!-- Tests of tomcat needing a ssl connector
   -->
   <target name="tomcat-ssl-tests" description="Tomcat tests requiring an SSL connector">
@@ -1193,21 +1193,21 @@
       </patternset>
     </create-config>
     <server:start name="tomcat-ssl"/>
-    
+
     <!-- Specify the JSSE properties -->
     <property name="javax.net.ssl.keyStore" value="${build.resources}/test-configs/tomcat-ssl/conf/client.keystore"/>
     <property name="javax.net.ssl.keyStorePassword" value="unit-tests-client"/>
     <property name="javax.net.ssl.trustStore" value="${build.resources}/test-configs/tomcat-ssl/conf/client.keystore"/>
     <property name="javax.net.ssl.trustStorePassword" value="unit-tests-client"/>
-    
+
     <propertyset id="tomcat-ssl-tests-props">
       <propertyref prefix="javax.net.ssl"/>
     </propertyset>
     <run-junit junit.patternset="tc-ssl.includes" junit.configuration="tomcat-ssl-tests" junit.syspropertyset="tomcat-ssl-tests-props"/>
-    
+
     <server:stop name="tomcat-ssl"/>
   </target>
-  
+
   <!-- Tests of tomcat requiring SSO configured
   -->
   <target name="tomcat-sso-tests" description="Tomcat tests requiring SSO configured">
@@ -1230,29 +1230,29 @@
     <run-junit junit.patternset="tc-sso.includes" junit.configuration="tomcat-sso"/>
     <server:stop name="tomcat-sso"/>
   </target>
-  
+
   <target name="tomcat-sso-clustered-tests" description="Tomcat tests requiring clustered SSO configured">
     <!-- Create the sso enabled tomcat config starting with the all config -->
     <create-cluster-sso-node newconf="tomcat-sso-cluster0"/>
     <create-cluster-sso-node newconf="tomcat-sso-cluster1"/>
-    
+
     <echo message="Modifying the node0 and node1 Tomcat configuration for REPL_SYNC/UseJK"/>
     <http-cluster-node-config-change conf="tomcat-sso-cluster0" useBuddyRepl="false"/>
     <http-cluster-node-config-change conf="tomcat-sso-cluster1" useBuddyRepl="false"/>
-    
+
     <server:start name="tomcat-sso-cluster0"/>
     <server:start name="tomcat-sso-cluster1"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="tc-sso-clustered.includes"/>
       <param name="jboss-junit-configuration" value="tomcat-sso-cluster"/>
     </antcall>
-    
+
     <server:stop name="tomcat-sso-cluster0"/>
     <server:stop name="tomcat-sso-cluster1"/>
-    
+
   </target>
-  
+
   <!-- Tests that require the attribute "UseJBossWebLoader" set to true -->
   <target name="tomcat-webctx-tests" description="Tomcat tests requiring classloader set to the web loader">
     <create-config baseconf="default" newconf="tomcat-webctx" newconf-src="tomcat-webctx">
@@ -1263,12 +1263,12 @@
         <include name="lib/**"/>
       </patternset>
     </create-config>
-    
+
     <server:start name="tomcat-webctx"/>
     <run-junit junit.patternset="tomcat.webctx.includes" junit.configuration="tomcat-webctx"/>
     <server:stop name="tomcat-webctx"/>
   </target>
-  
+
   <!-- Tests of tomcat requiring Federation configured -->
   <target name="tomcat-federation-tests" description="Tomcat tests requiring Federation configured">
     <!-- Create the federation enabled tomcat config starting with the default config -->
@@ -1294,19 +1294,19 @@
     <run-junit junit.patternset="tc-federation.includes" junit.configuration="tomcat-federation"/>
     <server:stop name="tomcat-federation"/>
   </target>
-  
+
   <target name="test-example-binding-manager" description="Test the example binding configuration">
     <create-all-cluster-node conf="binding-manager1" ports="ports-01"/>
     <create-all-cluster-node conf="binding-manager2" ports="ports-02"/>
     <server:start name="binding-manager1"/>
     <server:start name="binding-manager2"/>
-    
+
     <run-junit junit.patternset="binding-manager.includes" junit.configuration="binding-manager"/>
-    
+
     <server:stop name="binding-manager1"/>
     <server:stop name="binding-manager2"/>
   </target>
-  
+
   <!--
   | Tests DeploymentService
   -->
@@ -1340,16 +1340,16 @@
     </antcall>
     <server:stop name="deployment-service"/>
   </target>
-  
+
   <target name="deployment-service-unit-tests">
     <run-junit junit.patternset="deployment-service.includes" junit.configuration="${jboss-junit-configuration}"/>
   </target>
-  
+
   <!--
   | Standard tests that should run successfully against a default JBoss
   | server distribution build.
   -->
-  
+
   <target name="tests-standard-unit">
     <echo>
       <![CDATA[
@@ -1363,7 +1363,7 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <!-- Used for JGroups -->
       <jvmarg value="-Dbind.address=${node0}"/>
@@ -1381,11 +1381,11 @@
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/*UnitTestCase.class"/>
           <patternset refid="all.excludes"/>
@@ -1394,13 +1394,13 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-standard-stress">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
@@ -1411,17 +1411,17 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/*StressTestCase.class"/>
           <patternset refid="all.excludes"/>
@@ -1429,13 +1429,13 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-clustering-unit">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}" failureProperty="tests.failure">
-      
+
       <sysproperty key="jboss.internal-server.serverroot" value="${jboss.dist}/server"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="jbosstest.cluster.node0" value="${node0}"/>
@@ -1452,7 +1452,7 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <!--Lets pass some parameters from local.properties file as system properties-->
       <syspropertyset>
         <propertyref prefix="org.apache."/>
@@ -1463,38 +1463,38 @@
       <syspropertyset>
         <propertyref prefix="node"/>
       </syspropertyset>
-      
+
       <!--jvmarg value="${junit.jvm.options}"/>
       <jvmarg value="-Xrunjdwp:transport=dt_socket,address=8789,server=y,suspend=y"/>
       <jvmarg value="-Djava.compiler=NONE"/>
       <jvmarg value="-Xdebug"/>
       <jvmarg value="-Xnoagent"/-->
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <!-- definition of the property for keeping results between configuration -->
       <sysproperty key="jboss-junit-configuration" value="${jboss-junit-configuration}"/>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}" extension="-${jboss-junit-configuration}.xml"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="${cluster.includes.refid}"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-ha-unit">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}" failureProperty="tests.failure">
-      
+
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
@@ -1502,24 +1502,24 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="ha.includes"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Tests that need to be run by loading the testcase code from a client
   | jar rather than the build.classes.dir. Typically these tests need to
@@ -1530,7 +1530,7 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="jbosstest.secure" value="true"/>
@@ -1542,21 +1542,21 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <jvmarg value="-Djava.security.manager"/>
       <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/>
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
-      
+
       <classpath>
         <pathelement path="${build.lib}/jrmp-dl-client.jar"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/jrmp/test/DynLoadingUnitTestCase.class"/>
           <include name="org/jboss/test/jrmp/test/DynLoadingFromSARUnitTestCase.class"/>
@@ -1565,7 +1565,7 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Standard security tests that should run successfully against a default
   | JBoss server distribution build.
@@ -1578,14 +1578,14 @@
     <propertyset id="security-tests-props">
       <propertyref prefix="java.security.auth"/>
     </propertyset>
-    
+
     <run-junit junit.patternset="security.includes" junit.syspropertyset="security-tests-props"/>
   </target>
-  
+
   <!-- Tests of Java2 permissions. The JBoss server must be running with
   a security manager for this test -->
   <target name="tests-security-manager" description="Tests run against a jboss server with a security manager">
-    
+
     <server:start name="securitymgr"/>
     <property name="jboss.home" location="${project.root}"/>
     <property name="jboss.thirdparty.dir" location="${project.root}/thirdparty"/>
@@ -1596,17 +1596,17 @@
       <propertyref prefix="java.security"/>
       <propertyref prefix="jboss"/>
     </propertyset>
-    
+
     <patternset id="test.includes">
       <exclude name="org/jboss/test/securitymgr/test/PolicyUnitTestCase.class"/>
       <patternset refid="securitymgr.includes"/>
     </patternset>
     <run-junit junit.patternset="test.includes" junit.syspropertyset="tests-security-manager-props"/>
-    
+
     <echo>Waiting for server to shutdown...</echo>
     <server:stop name="securitymgr"/>
   </target>
-  
+
   <!-- Tests of the JACC security implementation -->
   <target name="tests-jacc-security" description="Tests run against a jboss server with JACC configured">
     <!-- Create the ssl enabled tomcat config -->
@@ -1634,10 +1634,10 @@
       </patternset>
     </create-config>
     <server:start name="jacc"/>
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
-    
+
     <property name="jbosstest.secure" value="true"/>
     <property name="jboss.security.jacc" value="true"/>
     <property name="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
@@ -1646,10 +1646,10 @@
       <propertyref prefix="jboss.security"/>
     </propertyset>
     <run-junit junit.patternset="jacc.includes" junit.configuration="JACC" junit.syspropertyset="jacc-tests-props"/>
-    
+
     <server:stop name="jacc"/>
   </target>
-  
+
   <target name="tests-jacc-securitymgr" description="Tests run against a jboss server with JACC configured + security manager">
     <!-- Create the security manager enabled jacc -->
     <create-config baseconf="default" newconf="jacc-securitymgr" newconf-src="jacc">
@@ -1685,7 +1685,7 @@
       </fileset>
     </unzip>
     <server:start name="jacc-securitymgr"/>
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <waitfor maxwait="60" maxwaitunit="second" checkevery="5" checkeveryunit="second" timeoutproperty="startup.timeout">
@@ -1698,18 +1698,18 @@
     <propertyset id="jacc-tests-props">
       <propertyref prefix="java.security.auth"/>
     </propertyset>
-    
+
     <propertyset id="jacc-tests-props">
       <propertyref prefix="java.security.auth"/>
       <propertyref prefix="jboss.security"/>
     </propertyset>
-    
+
     <run-junit junit.patternset="jacc.includes" junit.configuration="JACC+SecurityMgr" junit.syspropertyset="jacc-tests-props"/>
-    
+
     <stop-jboss/>
     <wait-on-shutdown conf="jacc-securitymgr"/>
   </target>
-  
+
   <target name="tests-jacc-security-external"
     description="Tests run against a jboss server with JACC configured with an
                         external policy provider">
@@ -1763,9 +1763,9 @@
       <replacevalue><![CDATA[org.jboss.test.jacc.test.external.TestExternalPolicyProvider]]>
       </replacevalue>
     </replace>
-    
+
     <server:start name="jacc-security-external"/>
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <waitfor maxwait="60" maxwaitunit="second" checkevery="5" checkeveryunit="second" timeoutproperty="startup.timeout">
@@ -1778,18 +1778,18 @@
     <propertyset id="jacc-tests-props">
       <propertyref prefix="java.security.auth"/>
     </propertyset>
-    
+
     <propertyset id="jacc-tests-props">
       <propertyref prefix="java.security.auth"/>
       <propertyref prefix="jboss.security"/>
     </propertyset>
-    
+
     <run-junit junit.patternset="jacc.external.includes" junit.configuration="jacc-security-external" junit.syspropertyset="jacc-tests-props"/>
-    
+
     <stop-jboss/>
     <wait-on-shutdown conf="jacc-security-external"/>
   </target>
-  
+
   <!-- Tests of the custom security manager plugin -->
   <target name="tests-custom-securitymgr" description="Tests run against a jboss server with custom security manager configured">
     <!-- Create the ssl enabled tomcat config -->
@@ -1815,7 +1815,7 @@
     </create-config>
     <!-- Copy the custom security manager jar -->
     <copy todir="${jboss.dist}/server/custom-securitymgr/lib" file="${build.lib}/custom-securitymgr.jar"/>
-    
+
     <!-- Replace the security manager classname -->
     <replace file="${jboss.dist}/server/custom-securitymgr/conf/jboss-service.xml">
       <replacetoken><![CDATA[<attribute name="SecurityManagerClassName">org.jboss.security.plugins.JaasSecurityManager</attribute>]]>
@@ -1842,7 +1842,7 @@
     <run-junit junit.patternset="custom-secmgr.includes" junit.configuration="custom-secmgr" junit.syspropertyset="jacc-tests-props"/>
     <server:stop name="custom-securitymgr"/>
   </target>
-  
+
   <target name="x">
     <!-- Create the ssl enabled tomcat config -->
     <create-config baseconf="default" newconf="jacc">
@@ -1864,7 +1864,7 @@
       </patternset>
     </create-config>
     <start-securitymgr conf="jacc"/>
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <waitfor maxwait="60" maxwaitunit="second" checkevery="5" checkeveryunit="second" timeoutproperty="startup.timeout">
@@ -1876,20 +1876,20 @@
     <propertyset id="jacc-tests-props">
       <propertyref prefix="java.security.auth"/>
     </propertyset>
-    
+
     <propertyset id="jacc-tests-props">
       <propertyref prefix="java.security.auth"/>
     </propertyset>
-    
+
     <patternset id="x">
       <include name="org/jboss/test/jacc/test/EJBSpecUnitTestCase.class"/>
     </patternset>
-    
+
     <run-junit junit.patternset="x" junit.configuration="JACC+SecurityMgr" junit.syspropertyset="jacc-tests-props"/>
-    
+
     <server:stop name="jacc-securitymgr"/>
   </target>
-  
+
   <target name="tests-standalone-aop-unit">
     <!--
     <antcall target="tests-treecacheaop-unit" inheritRefs="true"/>
@@ -1897,11 +1897,11 @@
     <antcall target="tests-treecacheaopc-unit" inheritRefs="true"/>
     <antcall target="tests-baseaop-unit" inheritRefs="true"/>
   </target>
-  
+
   <target name="tests-compatibility" description="Checks compatibility on SerialUUID" depends="init">
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="true" timeout="300000"
       jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <jvmarg value="-XX:MaxPermSize=256m"/>
       <jvmarg value="-Xms256m"/>
@@ -1916,7 +1916,7 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <!-- This runs with a minimal classpath as the jboss classes need to
       be loaded in a seperate class loader.
       -->
@@ -1925,24 +1925,24 @@
         <pathelement location="${build.resources}"/>
         <path refid="jboss.varia.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="compatibility.includes"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-treecacheaop-unit" depends="init">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="-Djava.system.class.loader=org.jboss.aop.standalone.SystemClassLoader"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
@@ -1953,24 +1953,24 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}/cache/standalone"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/cache/test/standAloneAop/*AopTest.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-treecacheaopc-unit" depends="init">
     <!-- pre-compile the aop classes -->
     <taskdef name="aopc" classname="org.jboss.aop.ant.AopC" classpathref="jboss.aop.classpath"/>
@@ -1980,7 +1980,7 @@
       <path refid="jboss.aop.classpath"/>
       <path refid="jboss.common.classpath"/>
     </path>
-    
+
     <aopc compilerclasspathref="aop.task.classpath">
       <classpath refid="thirdparty.classpath"/>
       <classpath path="${build.classes}"/>
@@ -1988,7 +1988,7 @@
       <include name="org/jboss/test/cache/test/standAloneAop/**"/>
       <aoppath path="${source.resources}/cache/standalone/META-INF/jboss-aop.xml"/>
     </aopc>
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
@@ -2002,24 +2002,24 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}/cache/standalone"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/cache/test/standAloneAop/*AopTest.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-baseaop-unit" depends="init">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
@@ -2035,23 +2035,23 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/aop/nonjunit/StandaloneTest.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Standard Foe-Deployer tests that should run successfully against a default
   | JBoss server distribution build.
@@ -2061,10 +2061,10 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
-      
+
       <jvmarg value="-Djava.security.manager"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/>
@@ -2075,25 +2075,25 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}/security"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/test/foedeployer/test/**TestCase.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | JBossMX implementation tests that should run correctly.
   -->
@@ -2102,21 +2102,21 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/jbossmx/implementation/**/*TestCase.class"/>
           <!-- Ignore the abstract class -->
@@ -2126,7 +2126,7 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | JBossMX performance tests that should run correctly.
   -->
@@ -2135,21 +2135,21 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/jbossmx/performance/**/*TestCase.class"/>
           <!-- Ignore the abstract class -->
@@ -2158,7 +2158,7 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | JBossMX compliance tests that should run correctly.
   -->
@@ -2167,21 +2167,21 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/jbossmx/compliance/**/*TestCase.class"/>
           <!-- Ignore the abstract class -->
@@ -2190,7 +2190,7 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | IIOP test cases that should run successfully
   -->
@@ -2199,7 +2199,7 @@
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB"/>
       <jvmarg value="-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton"/>
       <jvmarg value="-Djacorb.orb.print_version=off"/>
@@ -2221,32 +2221,32 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
         <path refid="jboss.iiop.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="iiop.includes"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!-- Test the XML binding framework -->
   <target name="tests-xml-unit">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
@@ -2256,7 +2256,7 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
@@ -2264,33 +2264,33 @@
         <path refid="apache.jaxme.classpath"/>
         <path refid="wutka.dtdparser.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="jbossxb.includes"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Standard JBossWS tests that should run successfully against a
   | JBoss server distribution build that contains jboss-ws4ee.
   -->
-  
+
   <target name="tests-deployment" description="Execute deployment Tests">
-    
+
     <mkdir dir="${build.reports}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg line="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="jbosstest.secure" value="true"/>
-      
+
       <jvmarg value="-Djava.security.manager"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/>
@@ -2301,41 +2301,41 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}/security"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/deployment/*TestCase.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Standard JBossWS tests that should run successfully against a
   | JBoss server distribution build that contains jboss-ws4ee.
   -->
-  
+
   <target name="tests-webservice" description="Execute JBossWS Tests">
-    
+
     <mkdir dir="${build.reports}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" showoutput="${junit.showoutput}" jvm="${junit.jvm}">
-      
+
       <jvmarg line="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="jbosstest.secure" value="true"/>
-      
+
       <jvmarg value="-Djava.security.manager"/>
       <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/>
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
@@ -2347,29 +2347,29 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <!-- The crimson parser cannot do schema validation, which we need for jaxrpc-mapping.xml -->
       <sysproperty key="java.endorsed.dirs" value="${jboss.dist}/lib/endorsed"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}/security"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/webservice/**/*TestCase.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <target name="tests-webservice-ssl" description="Tomcat tests requiring an SSL connector">
     <!-- Create the ssl enabled tomcat config -->
     <create-config baseconf="default" newconf="webservice-ssl">
@@ -2385,7 +2385,7 @@
     <property name="javax.net.ssl.trustStorePassword" value="unit-tests-client"/>
     <property name="rootDir" value="${build.resources}"/>
     <property name="org.jboss.security.ignoreHttpsHost" value="true"/>
-    
+
     <propertyset id="tests-webservice-ssl-props">
       <propertyref prefix="javax.net.ssl"/>
       <propertyref prefix="org.jboss.security"/>
@@ -2400,7 +2400,7 @@
     <run-junit junit.patternset="webservice-ssl.noenv.includes" junit.syspropertyset="tests-webservice-ssl-noenv-props" junit.configuration="webservice-ssl"/>
     <server:stop name="webservice-ssl"/>
   </target>
-  
+
   <target name="tests-aop-scoped" description="AOP tests requiring a native classloader hook">
     <!--
     Generate the JDK 1.4 classloader hook (we use this both when running with JDK 1.4 and 5.0 since
@@ -2417,14 +2417,14 @@
     <!-- copy across the jdk 1.4 pluggable instrumentor -->
     <copy todir="${jboss.dist}/bin" file="${jboss.aop.lib}/jdk14-pluggable-instrumentor.jar"/>
     <server:start name="scoped-aop"/>
-    
+
     <run-junit junit.patternset="aop-with-classloader.includes" junit.configuration="aop-scoped"/>
-    
+
     <server:stop name="scoped-aop"/>
     <delete dir="${jboss.dist}/bin/woven-classloader"/>
     <delete file="${jboss.dist}/bin/jdk14-pluggable-instrumentor.jar"/>
   </target>
-  
+
   <!--
   | Standard jaxr tests that should run successfully against a
   | JBoss server distribution build that contains jaxr.
@@ -2437,7 +2437,7 @@
     <echo message="retro-cp=${x}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}" failureProperty="tests.failure">
-      
+
       <!-- JPDA Debugging begin-->
       <!--
       <jvmarg value="-Xdebug"/>
@@ -2446,7 +2446,7 @@
       <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8686"/>
       -->
       <!-- End JPDA Debuuging begin-->
-      
+
       <jvmarg value="-Djava.endorsed.dirs=${jboss.server.lib}/endorsed"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
@@ -2463,37 +2463,37 @@
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <patternset refid="jaxr.includes"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Standard EJB Timer tests that should run successfully against a default
   | JBoss server distribution build.
   -->
-  
+
   <target name="tests-txtimer">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
-      
+
       <jvmarg value="-Djava.security.manager"/>
       <sysproperty key="java.security.policy" value="${build.resources}/security/tst.policy"/>
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
@@ -2501,53 +2501,53 @@
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
       <sysproperty key="java.naming.provider.url" value="${node0.jndi.url}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}/security"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/test/txtimer/test/**TestCase.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Run all database related tests
   -->
   <target name="tests-db" depends="run-db-tests, tests-report-html"/>
-  
+
   <target name="run-db-tests">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
       <sysproperty key="jbosstest.iterationcount" value="2"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="**/bank/**/*StressTestCase.class"/>
           <include name="**/bmp/**/*UnitTestCase.class"/>
@@ -2563,20 +2563,20 @@
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Run testcases in a single directory by specifing the test directory
   | name in -Dtest=dirname in tests/dirname/test/**TestCase.class
   -->
   <target name="test" if="test" description="Execute a a group of tests">
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <!-- Remove the test.log so each test has a fresh log -->
     <delete file="${build.testlog}/test.log"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" showoutput="${junit.showoutput}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <!-- Used for JGroups -->
       <jvmarg value="-Dbind.address=${node0}"/>
@@ -2600,7 +2600,7 @@
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
       <sysproperty key="javax.net.ssl.trustStore" value="${build.resources}/security/tst.keystore"/>
       <sysproperty key="org.jboss.security.ignoreHttpsHost" value="true"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
@@ -2608,19 +2608,19 @@
         <pathelement location="${build.resources}/security"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/${test}/**/*TestCase.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Run iiop testcases in a single directory by specifing the test
   | directory name in -Dtest=dirname in tests/dirname/test/**TestCase.class
@@ -2632,13 +2632,13 @@
     <delete file="${build.testlog}/test.log"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <sysproperty key="jbosstest.server.host" value="${node0}"/>
       <sysproperty key="jbosstest.deploy.dir" file="${build.lib}"/>
       <sysproperty key="build.testlog" value="${build.testlog}"/>
       <sysproperty key="log4j.configuration" value="file:${build.resources}/log4j.xml"/>
-      
+
       <jvmarg value="-Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB"/>
       <jvmarg value="-Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton"/>
       <jvmarg value="-Djacorb.orb.print_version=off"/>
@@ -2651,45 +2651,45 @@
       <jvmarg value="-Djava.security.policy==${build.resources}/${test}/client.policy"/>
       <jvmarg value="-DORBInitRef.NameService=corbaloc::${node0}:3528/JBoss/Naming/root"/>
       <jvmarg value="-Dorg.omg.PortableInterceptor.ORBInitializerClass.org.jboss.tm.iiop.TxClientInterceptorInitializer"/>
-      
+
       <sysproperty key="log4j.properties" file="${build.resources}/log4j.properties"/>
       <!-- Pass along any jbosstest.* system properties -->
       <syspropertyset>
         <propertyref prefix="jbosstest."/>
       </syspropertyset>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
         <path refid="jboss.iiop.classpath"/>
       </classpath>
-      
+
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/${test}/**/*TestCase.class"/>
         </fileset>
       </batchtest>
     </junit>
   </target>
-  
+
   <!--
   | Run a single testcase by specifing the fully qualified class name
   | of the unit test using the test property, -Dtest=org.jboss.test....
   | Here you specify the testcase class, not the directory
   -->
   <target name="one-test" if="test" description="Execute a single test.">
-    
+
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
     <!-- Remove the test.log so each test has a fresh log -->
     <delete file="${build.testlog}/test.log"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" showoutput="${junit.showoutput}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <!-- Used for JGroups -->
       <jvmarg value="-Dbind.address=${node0}"/>
@@ -2713,7 +2713,7 @@
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
       <sysproperty key="javax.net.ssl.trustStore" value="${build.resources}/security/tst.keystore"/>
       <sysproperty key="org.jboss.security.ignoreHttpsHost" value="true"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
@@ -2721,15 +2721,15 @@
         <pathelement location="${build.resources}/security"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <test todir="${build.reports}" name="${test}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}"
         fork="${junit.batchtest.fork}"/>
     </junit>
   </target>
-  
+
   <target name="one-test-debug" if="test" description="Execute a single test.">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
@@ -2737,14 +2737,14 @@
     <delete file="${build.testlog}/test.log"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="-verbose:gc"/>
-      
+
       <jvmarg value="-Xdebug"/>
       <jvmarg value="-Xnoagent"/>
       <jvmarg value="-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8686"/>
       <jvmarg value="${junit.jvm.options}"/>
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <!-- Used for JGroups -->
       <jvmarg value="-Dbind.address=${node0}"/>
@@ -2767,7 +2767,7 @@
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
       <sysproperty key="javax.net.ssl.trustStore" value="${build.resources}/security/tst.keystore"/>
       <sysproperty key="org.jboss.security.ignoreHttpsHost" value="true"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
@@ -2775,15 +2775,15 @@
         <pathelement location="${build.resources}/security"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <test todir="${build.reports}" name="${test}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}"
         fork="${junit.batchtest.fork}"/>
     </junit>
   </target>
-  
+
   <target name="one-test-ssl" if="test" description="Execute a single test.">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
@@ -2791,7 +2791,7 @@
     <delete file="${build.testlog}/test.log"/>
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <!-- Used for JGroups -->
       <jvmarg value="-Dbind.address=${node0}"/>
@@ -2807,12 +2807,12 @@
       </syspropertyset>
       <sysproperty key="java.security.auth.login.config" value="${build.resources}/security/auth.conf"/>
       <sysproperty key="org.jboss.security.ignoreHttpsHost" value="true"/>
-      
+
       <sysproperty key="javax.net.ssl.keyStore" value="${build.resources}/test-configs/tomcat-ssl/conf/client.keystore"/>
       <sysproperty key="javax.net.ssl.keyStorePassword" value="unit-tests-client"/>
       <sysproperty key="javax.net.ssl.trustStore" value="${build.resources}/test-configs/tomcat-ssl/conf/client.keystore"/>
       <sysproperty key="javax.net.ssl.trustStorePassword" value="unit-tests-client"/>
-      
+
       <classpath>
         <pathelement location="${build.classes}"/>
         <pathelement location="${build.resources}"/>
@@ -2820,43 +2820,43 @@
         <pathelement location="${build.resources}/security"/>
         <path refid="tests.classpath"/>
       </classpath>
-      
+
       <formatter type="plain" usefile="${junit.formatter.usefile}"/>
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
-      
+
       <test todir="${build.reports}" name="${test}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}"
         fork="${junit.batchtest.fork}"/>
     </junit>
   </target>
-  
+
   <target name="one-cluster-test" if="test">
-    
+
     <property name="jboss-junit-configuration" value="UDP"/>
-    
+
     <antcall target="tests-clustering-configure" inheritRefs="true"/>
-    
+
     <server:start name="cluster-${jboss-junit-configuration}-0"/>
     <server:start name="cluster-${jboss-junit-configuration}-1"/>
-    
+
     <echo message="Going to call target tests-clustering-unit for ${test}"/>
-    
+
     <antcall target="tests-clustering-unit">
       <param name="cluster.includes.refid" value="one.test.includes"/>
       <param name="jboss-junit-configuration" value="Default-${jboss-junit-configuration}"/>
       <param name="jbosstest.cluster.node0.config" value="cluster-${jboss-junit-configuration}-0"/>
       <param name="jbosstest.cluster.node1.config" value="cluster-${jboss-junit-configuration}-1"/>
     </antcall>
-    
+
     <server:stop name="cluster-${jboss-junit-configuration}-0"/>
     <server:stop name="cluster-${jboss-junit-configuration}-1"/>
   </target>
-  
+
   <target name="one-cluster-test-tcp">
     <property name="jgroups-stack" value="TCP"/>
     <property name="jboss-junit-configuration" value="TCP"/>
     <antcall target="one-cluster-test" inheritRefs="true"/>
   </target>
-  
+
   <!-- Misc tests of the testing framework itself
   -->
   <target name="tests-apache" description="Test that apache can be started/stopped from ant">
@@ -2865,7 +2865,7 @@
     <apache location="${apache.location}" action-type="stop"/>
     <start-sleep seconds="5"/>
   </target>
-  
+
   <target name="tests-jboss-cluster" description="Test that two jboss cluster nodes can be started/stopped from ant">
     <server:start name="node0"/>
     <server:start name="node1"/>
@@ -2873,15 +2873,15 @@
     <server:stop name="node0"/>
     <server:stop name="node1"/>
   </target>
-  
+
   <!-- Reporting targets that generate reports from JUnit output.
   -->
   <target name="reports" depends="tests-report" description="Generates all reports."/>
-  
+
   <target name="tests-report-clean">
     <delete dir="${build.reports}"/>
   </target>
-  
+
   <target name="tests-report" depends="tests-report-html, tests-report-text, tests-report-xml">
     <tar tarfile="${module.output}/${TIMENOW}.tgz" compression="gzip" longfile="gnu">
       <tarfileset dir="${build.reports}/html" prefix="${TIMENOW}">
@@ -2889,10 +2889,10 @@
       </tarfileset>
     </tar>
   </target>
-  
+
   <target name="tests-report-html" depends="compile-stylesheets">
     <mkdir dir="${build.reports}/html"/>
-    
+
     <junitreport todir="${build.reports}">
       <fileset dir="${build.reports}">
         <include name="TEST-*.xml"/>
@@ -2900,14 +2900,14 @@
       <report format="frames" todir="${build.reports}/html" styledir="${build.stylesheets}"/>
     </junitreport>
   </target>
-  
+
   <target name="tests-matrix" description="Executes only the version check compatibility suite. Use -Dmatrix-versions=[version container] for this task"
     depends="maybejars" if="matrix-versions">
-   
+
     <fail message="Use -Dmatrix-versions=[version container] for this task" unless="matrix-versions"/>
     <fail message="Set -Djdk14= to a JDK1.4 installation" unless="jdk14"/>
     <fail message="Set -Djdk15= to a JDK1.5 installation" unless="jdk15"/>
- 
+
     <test-compatibility client-version="3_2_8SP1" client-jdk="${jdk14}" serialization-flag="-Dorg.jboss.invocation.pooled.Legacy" client-serialization-flag="-Dorg.jboss.j2ee.Serialization"/>
     <test-compatibility client-version="3_2_x" client-jdk="${jdk14}" serialization-flag="-Dorg.jboss.invocation.pooled.Legacy" client-serialization-flag="-Dorg.jboss.j2ee.Serialization"/>
     <test-compatibility client-version="4_0_1SP1" client-jdk="${jdk14}" serialization-flag="-Dorg.jboss.invocation.pooled.Legacy -Dorg.jboss.j2ee.LegacySerialization"
@@ -2919,7 +2919,7 @@
     <test-compatibility client-version="4_0_5_GA" client-jdk="${jdk14}" serialization-flag="-Dnone" client-serialization-flag="-Dnone"/>
     <test-compatibility client-version="4_0_x" client-jdk="${jdk14}" serialization-flag="-Dnone" client-serialization-flag="-Dnone"/>
     <test-compatibility client-version="4_2_x" client-jdk="${jdk15}" serialization-flag="-Dnone" client-serialization-flag="-Dnone"/>
-    
+
     <test-compatibility-pooledInvokers client-version="4_0_3" client-jdk="${jdk14}" serialization-flag="-Dorg.jboss.invocation.pooled.Legacy" client-serialization-flag="-Dnone"/>
     <test-compatibility-pooledInvokers client-version="4_0_3SP1" client-jdk="${jdk14}" serialization-flag="-Dorg.jboss.invocation.pooled.Legacy" client-serialization-flag="-Dnone"/>
     <test-compatibility-pooledInvokers client-version="4_0_4_GA" client-jdk="${jdk14}" serialization-flag="-Dnone" client-serialization-flag="-Dnone"/>
@@ -2927,7 +2927,7 @@
     <test-compatibility-pooledInvokers client-version="4_0_x" client-jdk="${jdk14}" serialization-flag="-Dnone" client-serialization-flag="-Dnone"/>
     <test-compatibility-pooledInvokers client-version="4_2_x" client-jdk="${jdk15}" serialization-flag="-Dnone" client-serialization-flag="-Dnone"/>
   </target>
-  
+
   <macrodef name="test-compatibility-pooledInvokers">
     <attribute name="client-version"/>
     <attribute name="client-jdk"/>
@@ -2946,7 +2946,7 @@
       <wait-on-shutdown conf="all"/>
     </sequential>
   </macrodef>
-  
+
   <macrodef name="test-compatibility">
     <attribute name="client-version"/>
     <attribute name="client-jdk"/>
@@ -2965,7 +2965,7 @@
       <wait-on-shutdown conf="all"/>
     </sequential>
   </macrodef>
-  
+
   <target name="tests-standard-unit-matrix-version">
     <execute-matrix-unit test-name="testbyvalue" parameter-filter="org/jboss/test/testbyvalue/test/**/*TestCase.class"/>
     <execute-matrix-unit test-name="client" parameter-filter="org/jboss/test/client/**/*TestCase.class"/>
@@ -2973,11 +2973,11 @@
     <execute-matrix-unit test-name="cmp2" parameter-filter="org/jboss/test/cmp2/**/*TestCase.class"/>
     <execute-matrix-unit test-name="jms" parameter-filter="org/jboss/test/jbossmq/test/JBossMQUnitTest.class"/>
   </target>
-  
+
   <target name="tests-standard-unit-matrix-version-pooled">
     <execute-matrix-unit test-name="pooled-invoker" parameter-filter="org/jboss/test/pooled/test/**/BeanStressTestCase.class"/>
   </target>
-  
+
   <macrodef name="execute-matrix-unit">
     <attribute name="test-name"/>
     <attribute name="parameter-filter"/>
@@ -2989,13 +2989,13 @@
       </antcall>
     </sequential>
   </macrodef>
-  
+
   <target name="execute-matrix-unit-target">
     <echo message=">>>>>> Executing test=${test-name} filter=${parameter-filter}"/>
     <pathconvert pathSep="," dirSep="/" property="jbosstest.hometest">
       <path location="${build.classes}"/>
     </pathconvert>
-    
+
     <pathconvert pathSep="," dirSep="/" property="jbosstest.executionlist">
       <path>
         <fileset dir="${build.classes}">
@@ -3003,10 +3003,10 @@
         </fileset>
       </path>
     </pathconvert>
-    
+
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="true"
       timeout="${junit.timeout}" jvm="${junit-jvm-command}">
-      
+
       <jvmarg value="${junit.jvm.options}"/>
       <!-- Used for JGroups -->
       <jvmarg value="-Dbind.address=${node0}"/>
@@ -3029,26 +3029,26 @@
       </classpath>
       <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter" usefile="${junit.formatter.usefile}"
         extension="-${test-name}_${matrix-configuration}.xml"/>
-      
+
       <batchtest todir="${build.reports}" haltonerror="${junit.batchtest.haltonerror}" haltonfailure="${junit.batchtest.haltonfailure}" fork="${junit.batchtest.fork}">
-        
+
         <fileset dir="${build.classes}">
           <include name="org/jboss/test/compatibility/test/matrix/MatrixTestContainer.class"/>
         </fileset>
       </batchtest>
     </junit>
-    
+
   </target>
-  
+
   <!--
   | this currently spews logs of VariableReference crap, so it is turned
   | off by default.  Once this is fixed, it should be built after
   | tests-report-html
   -->
-  
+
   <target name="tests-report-text" depends="tests-report-html">
     <mkdir dir="${build.reports}/text"/>
-    
+
     <style basedir="${build.reports}" destdir="${build.reports}/text" extension=".txt" style="${build.stylesheets}/summary1b.xsl" includes="TESTS-TestSuites.xml">
       <param name="thedate" expression="${TIMENOW}"/>
       <param name="java_version" expression="${java.version}"/>
@@ -3066,10 +3066,10 @@
       <param name="results_web" expression="${results_web}"/>
     </style>
   </target>
-  
+
   <target name="tests-report-xml" depends="tests-report-html">
     <mkdir dir="${build.reports}/xml"/>
-    
+
     <style basedir="${build.reports}" destdir="${build.reports}/xml" extension=".xml" style="${build.stylesheets}/shortXmlSummary.xsl" includes="TESTS-TestSuites.xml">
       <param name="thedate" expression="${TIMENOW}"/>
       <param name="java_version" expression="${java.version}"/>
@@ -3085,7 +3085,7 @@
       <param name="os_version" expression="${os.version}"/>
     </style>
   </target>
-  
+
   <!--
   | Integration Tests
   | The targets are defined in build-integration.xml

Modified: branches/Branch_4_2/testsuite/src/resources/invokers/META-INF/jboss.xml
===================================================================
--- branches/Branch_4_2/testsuite/src/resources/invokers/META-INF/jboss.xml	2007-02-12 15:20:09 UTC (rev 60491)
+++ branches/Branch_4_2/testsuite/src/resources/invokers/META-INF/jboss.xml	2007-02-12 15:22:57 UTC (rev 60492)
@@ -41,7 +41,12 @@
       </session>
       <session>
          <ejb-name>BusinessSession</ejb-name>
-         <jndi-name>BusinessSession</jndi-name>
+         <invoker-bindings>
+            <invoker>
+               <invoker-proxy-binding-name>stateless-rmi-invoker</invoker-proxy-binding-name>
+               <jndi-name>BusinessSession</jndi-name>
+            </invoker>
+         </invoker-bindings>
       </session>
       <message-driven>
          <ejb-name>JMSGatewayMDB</ejb-name>




More information about the jboss-cvs-commits mailing list