View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-head-testsuite-1.5?log=log20070325145301

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:261: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:163: Exit code: 1 See tests.log in Build Artifacts for details.
Date of build: 03/25/2007 14:53:01
Time to build: 157 minutes 17 seconds
Last changed: 03/25/2007 14:24:28
Last log entry: [EJBTHREE-881] Clustered proxy factories get the partition name from EJBContainer

 Unit Tests: (0)  Total Errors and Failures: (0)
 

 Modifications since last build:  (first 50 of 44)
61682modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/session/BaseSessionProxyFactory.java[EJBTHREE-881] Clustered proxy factories get the partition name from EJBContainer
61681modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusterProxyFactory.java[EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata
61681modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusterProxyFactory.java[EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata
61681modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulClusteredProxy.java[EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata
61681modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateless/StatelessClusteredProxy.java[EJBTHREE-881] Clustered proxies pass the partition name as invocation metadata
61680modifiedbstansberry@jboss.com//trunk/ejb3/build.xml[EJBTHREE-881] Create a clustered version of IsLocalInterceptor
61680modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/remoting/IsLocalInterceptor.java[EJBTHREE-881] Create a clustered version of IsLocalInterceptor
61680modifiedbstansberry@jboss.com//trunk/ejb3/src/resources/ejb3-interceptors-aop.xml[EJBTHREE-881] Create a clustered version of IsLocalInterceptor
61680addedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/remoting/ClusteredIsLocalInterceptor.java[EJBTHREE-881] Create a clustered version of IsLocalInterceptor
61679modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/EJBContainer.java[EJBTHREE-881] Store partition name in EJBContainer if clustered
61678modifiedbstansberry@jboss.com//trunk/ejb3/build-test.xml[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/unit/InvokeLocalTestBase.java[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTesterBase.java[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTesterStatefulBean.java[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTesterStatelessBean.java[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/unit/ForeignPartitionLocalInterceptorUnitTestCase.java[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/VMTester.java[EJBTHREE-881] Test proper local/remote routing of calls
61678addedbstansberry@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/unit/SimpleIsLocalInterceptorUnitTestCase.java[EJBTHREE-881] Test proper local/remote routing of calls
61677addedbstansberry@jboss.com//trunk/ejb3/src/resources/test/clusteredsession/islocal[EJBTHREE-881] Test proper local/remote routing of calls
61676modifiedbstansberry@jboss.com//trunk/testsuite/imports/server-config.xml[EJBTHREE-881] Test proper local/remote routing of calls
61665modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/annotation/ejb/ClusteredImpl.java[EJBTHREE-924] Add a default value for partition.
61663modifiedbstansberry@jboss.com//trunk/ejb3/src/main/org/jboss/annotation/ejb/Clustered.javaRemove extra ;
61661modifiedscott.stark@jboss.org//trunk/ejb3/src/main/org/jboss/injection/EjbEncInjector.javaCleanup the multiple statements per line
61660modifiedscott.stark@jboss.org//trunk/testsuite/src/resources/web/META-INF/application-bad.xmlFix the invalid web module elements
61660modifiedscott.stark@jboss.org//trunk/testsuite/src/resources/web/META-INF/application-good.xmlFix the invalid web module elements
61660modifiedscott.stark@jboss.org//trunk/testsuite/src/resources/web/META-INF/application2.xmlFix the invalid web module elements
61659modifiedscott.stark@jboss.org//trunk/naming/src/main/org/jnp/server/NamingServer.javaExpand the trace logging to setBinding
61655modifiedscott.stark@jboss.org//trunk/aspects/.classpathUpdate the logging sourcepaths
61654modifiedscott.stark@jboss.org//trunk/build/build-thirdparty.xmlUpdate to log4j 1.2.14
61653modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployment2.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployer.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/server/src/etc/deployers/client-deployer-beans.xml+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployment.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/tomcat/service/WarEjbResolver.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/server/src/main/org/jboss/deployment/ClientDeployer.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/server/src/main/org/jboss/deployment/security/SecurityDeployer.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/tomcat/service/TomcatInjectionContainer.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/tomcat/src/resources/war-deployers-beans.xml+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/server/src/main/org/jboss/ejb/EjbUtil50.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/tomcat/service/deployers/TomcatDeployment.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61653modifiedscott.stark@jboss.org//trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.java+ Correct the handling of local ejb refs+ Update the handling of cross module refs to use the new MainDeployer
61652modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/web/test/WebIntegrationUnitTestCase.javaRemove the invoker test as it relies on an obsolete setup
61651modifiedscott.stark@jboss.org//trunk/server/src/main/org/jboss/web/deployers/AbstractWarDeployer.javaCorrect the web app object name for the root context
61650modifiedbstansberry@jboss.com//trunk/ejb3/docs/reference/reference/en/modules/session.xmlDocument replicationIsPassivation