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

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-common.xml:328: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-jboss-common.xml:130: Exit code: 1 See compile-build.log in Build Artifacts for details.
Date of build: 11/17/2006 08:23:45
Time to build: 16 minutes 18 seconds
Last changed: 11/17/2006 08:03:03
Last log entry: setting max resents in activation config

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

 Modifications since last build:  (first 50 of 99)
58493modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/TestStatusBean.javasetting max resents in activation config
58493modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/BMTQueueTestMDB.javasetting max resents in activation config
58493modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/CMTQueueTestMDB.javasetting max resents in activation config
58493modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/unit/MDBUnitTestCase.javasetting max resents in activation config
58493modifiedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/TestStatus.javasetting max resents in activation config
58493addedwolfc//trunk/ejb3/src/test/org/jboss/ejb3/test/mdb/RollbackCMTQueueTestMDB.javasetting max resents in activation config
58492modifiedalex.loubyansky@jboss.com//trunk/server/src/main/org/jboss/deployment/EjbJarObjectFactory.javafixed method metadata parsing
58492modifiedalex.loubyansky@jboss.com//trunk/server/src/main/org/jboss/metadata/MethodMetaData.javafixed method metadata parsing
58491modifieddimitris@jboss.org//trunk/build/build.xmlcopy bootstrap-beans.xml to the minimal config so that it boots.
58490modifiedwolfc//trunk/build/build-distr.xmlinstall jboss-messaging-client.jar instead of jboss-messaging.jar
58489modifieddimitris@jboss.org//trunk/build/build-thirdparty.xmlmove hibernate to 3.2.1.GA
58488modifiedweston.price@jboss.com//trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSessionPool.javaRemoved USE_OLD flag and replaced with JmsActivationSpec propertyfor redelivery in unspecified txn context.
58487modifiedweston.price@jboss.com//trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsServerSession.javaChanges for JBoss 5.0 beta. No JIRA issue as it was not logged. New transactionhandling of unspecified transaction context delivery for BMT as well as CMT MDB'swhere the transaction attribute is NOT_SUPPORTED.
58487modifiedweston.price@jboss.com//trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivationSpec.javaChanges for JBoss 5.0 beta. No JIRA issue as it was not logged. New transactionhandling of unspecified transaction context delivery for BMT as well as CMT MDB'swhere the transaction attribute is NOT_SUPPORTED.
58487modifiedweston.price@jboss.com//trunk/connector/src/main/org/jboss/resource/adapter/jms/inflow/JmsActivation.javaChanges for JBoss 5.0 beta. No JIRA issue as it was not logged. New transactionhandling of unspecified transaction context delivery for BMT as well as CMT MDB'swhere the transaction attribute is NOT_SUPPORTED.
58485modifiedscott.stark@jboss.org//trunk/ejb3/src/test/org/jboss/ejb3/test/CustomJNDIJBossTestCase.javaUpdate for JBossTestCase changes
58485modifiedscott.stark@jboss.org//trunk/ejb3/src/test/org/jboss/ejb3/test/CustomJNDIJBossTestSetup.javaUpdate for JBossTestCase changes
58485modifiedscott.stark@jboss.org//trunk/ejb3/src/test/org/jboss/ejb3/test/CustomJNDIJBossTestServices.javaUpdate for JBossTestCase changes
58484modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/recover/test/JBossCrashRecoveryTestCase.javaUpdate the suite exception clause to not conflict with the base class
58484modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/recover/test/JBossCrashRecoveryIIOPTestCase.javaUpdate the suite exception clause to not conflict with the base class
58483modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/jbossmessaging/JMSTestCase.javaLog the provider properties url
58482modifiedscott.stark@jboss.org//trunk/system/.classpathAdd the jbossxb source path
58480modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulBeanContext.javaIn StatefulRemoveInterceptor, do not remove if the ctx has already been discarded or removed.
58480modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveInterceptor.javaIn StatefulRemoveInterceptor, do not remove if the ctx has already been discarded or removed.
58479modifiedbill.burke@jboss.com//trunk/server/src/main/org/jboss/ejb/deployers/EjbDeployer.javaEJB 2.1 Deployer should ignore DeploymentUnit if the major version number of ejb-jar.xml file is greater than 2. (EJB3 deployer should handle the deployment then).
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/bank/BankBean.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/deployers/Ejb3ClientDeployer.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/AbstractPool.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/StatefulTreeCache.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/client/ClientContainer.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/bank/TellerBean.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulBeanContext.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/timerservice/quartz/TimerServiceImpl.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/tx/Ejb3TxPolicy.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/test/org/jboss/ejb3/test/bank/unit/BankDeploymentDescriptorTestCase.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/stateful/StatefulRemoveInterceptor.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/jms/ServerPeerJMSDestinationFactory.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/resources/test/bank/META-INF/ejb-jar.xml* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/Ejb3DescriptorHandler.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/cache/simple/SimpleStatefulCache.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/cache/tree/PassivationEvictionPolicy.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58478modifiedbill.burke@jboss.com//trunk/ejb3/src/main/org/jboss/ejb3/tx/TxUtil.java* Bank test was testing transaction timeout incorrectly* StatefulRemoveInterceptor was modified incorrectly and wasn't remove the bean instance at all.* make sure all resources are cleaned up on a SFSB remove even when parts of removal operation have exceptions thrown.
58476modifiedscott.stark@jboss.org//trunk/build/build-distr.xmlDisable the bsh-deployer.xml until its ported to the vdf
58475modifiedalex.loubyansky@jboss.com//trunk/server/src/main/org/jboss/ejb/plugins/cmp/jdbc2/DeclaredSQLQueryCommand.javause the correct entity
58474modifiedalex.loubyansky@jboss.com//trunk/server/src/main/org/jboss/metadata/BeanMetaData.javaremoved unused methods
58473modifiedalex.loubyansky@jboss.com//trunk/server/src/main/org/jboss/metadata/SessionMetaData.javafixed setStateful
58472modifiedscott.stark@jboss.org//trunk/testsuite/src/main/org/jboss/test/security/test/SRPUnitTestCase.javaAvoid hangs due to a client failure.
58471modifiedscott.stark@jboss.org//trunk/tomcat/src/main/org/jboss/web/tomcat/tc6/TomcatInjectionContainer.javaMove the tcl manipulation for the enc to TomcatDeployment
58470deletedscott.stark@jboss.org//trunk/testsuite/deprecated-build.xmldrop obsolete build files
58470deletedscott.stark@jboss.org//trunk/testsuite/jbossbuild.xmldrop obsolete build files