View results here -> http://cruisecontrol.jboss.com/cc/buildresults/jboss-seam-testsuite?log=log20070625173929

BUILD FAILED
Ant Error Message: /services/cruisecontrol/work/scripts/build-jboss-seam-testsuite.xml:39: The following error occurred while executing this line: /services/cruisecontrol/work/scripts/build-common-targets.xml:86: Exit code: 1 See compile.log in Build Artifacts for details.
Date of build: 06/25/2007 17:39:29
Time to build: 1 minute 56 seconds
Last changed: 06/25/2007 17:16:29
Last log entry: jbseam-1550

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

 Modifications since last build:  (first 50 of 263)
1.30modifiedgavinsrc/main/org/jboss/seam/servlet/SeamExceptionFilter.javaget rid of non-ascii
1.13modifiedgavinsrc/main/org/jboss/seam/util/Strings.javaget rid of non-ascii
1.19modifiedgavinsrc/main/org/jboss/seam/web/ExceptionFilter.javaget rid of non-ascii
1.10modifiedgavinsrc/test/misc/org/jboss/seam/test/ComponentTest.javaits 2.0, so I can remove stuff I hate :)
1.8modifiedgavinsrc/test/misc/org/jboss/seam/test/Foo.javaits 2.0, so I can remove stuff I hate :)
1.35modifiedgavinsrc/test/misc/org/jboss/seam/test/InterceptorTest.javaits 2.0, so I can remove stuff I hate :)
1.14modifiedgavinsrc/main/org/jboss/seam/web/RedirectFilter.javaoops
1.18modifiedgavinsrc/main/org/jboss/seam/web/ExceptionFilter.javaJBSEAM-1294
1.6modifiedpmuirtrinidad/examples/seamdiscs/build.xmlUpdate to trinidad 1.0.1, package using ear/lib
1.4modifiedpmuirtrinidad/examples/seamdiscs/resources/META-INF/application.xmlUpdate to trinidad 1.0.1, package using ear/lib
1.2deletedpmuirtrinidad/lib/trinidad-api-1.0.0-incubating.jarUpdate to trinidad 1.0.1, package using ear/lib
1.1addedpmuirtrinidad/lib/trinidad-api-1.0.1.jarUpdate to trinidad 1.0.1, package using ear/lib
1.2deletedpmuirtrinidad/lib/trinidad-impl-1.0.0-incubating.jarUpdate to trinidad 1.0.1, package using ear/lib
1.1addedpmuirtrinidad/lib/trinidad-impl-1.0.1.jarUpdate to trinidad 1.0.1, package using ear/lib
1.13modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedHibernateSession.javadetect attempt to register sync when no tx active
1.10modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedPersistenceContext.javadetect attempt to register sync when no tx active
1.3modifiedgavinsrc/main/org/jboss/seam/transaction/CMTTransaction.javadetect attempt to register sync when no tx active
1.2modifiedgavinsrc/main/org/jboss/seam/transaction/EjbTransaction.javadetect attempt to register sync when no tx active
1.11modifiedgavinsrc/main/org/jboss/seam/transaction/Transaction.javadetect attempt to register sync when no tx active
1.6modifiedgavinsrc/main/org/jboss/seam/transaction/UTTransaction.javadetect attempt to register sync when no tx active
1.12modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedHibernateSession.javaSome EJBs can be BMTsthrow exception if PC is closed with an active tx
1.9modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedPersistenceContext.javaSome EJBs can be BMTsthrow exception if PC is closed with an active tx
1.2modifiedgavinsrc/main/org/jboss/seam/transaction/CMTTransaction.javaSome EJBs can be BMTsthrow exception if PC is closed with an active tx
1.5modifiedgavinsrc/main/org/jboss/seam/transaction/UTTransaction.javaSome EJBs can be BMTsthrow exception if PC is closed with an active tx
1.3modifiedgavinui/src/main/java/org/jboss/seam/ui/validator/ModelValidator.javaredesign model-based validation, according to advice of JacobJBSEAM-1593
1.5modifiedgavinsrc/main/org/jboss/seam/navigation/Param.javaredesign model-based validation, according to advice of JacobJBSEAM-1593
1.16modifiedgavinsrc/main/org/jboss/seam/persistence/HibernatePersistenceProvider.javafix synchronizations for resource-local txnsmore logging
1.11modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedHibernateSession.javafix synchronizations for resource-local txnsmore logging
1.8modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedPersistenceContext.javafix synchronizations for resource-local txnsmore logging
1.17modifiedgavinsrc/main/org/jboss/seam/persistence/PersistenceProvider.javafix synchronizations for resource-local txnsmore logging
1.6modifiedgavinsrc/main/org/jboss/seam/transaction/EntityTransaction.javafix synchronizations for resource-local txnsmore logging
1.5modifiedgavinsrc/main/org/jboss/seam/transaction/HibernateTransaction.javafix synchronizations for resource-local txnsmore logging
1.6modifiedsbryzak2src/main/org/jboss/seam/webservice/SOAPRequestHandler.javaauto-propagation of conversation id on web service test page
1.5modifiedsbryzak2src/main/org/jboss/seam/webservice/SOAPRequestHandler.javaremoved ws interceptor, fixed conversation id extractor method
1.1addedgavinsrc/main/org/jboss/seam/transaction/EjbTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.7modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedPersistenceContext.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.1addedgavinsrc/main/org/jboss/seam/transaction/AbstractUserTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.1addedgavinsrc/main/org/jboss/seam/transaction/CMTTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.3deletedgavinsrc/main/org/jboss/seam/transaction/EJBTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.5modifiedgavinsrc/main/org/jboss/seam/transaction/EntityTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.4modifiedgavinsrc/main/org/jboss/seam/transaction/HibernateTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.1addedgavinsrc/main/org/jboss/seam/transaction/LocalEjbTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.2modifiedgavinsrc/main/org/jboss/seam/transaction/NoTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.1addedgavinsrc/main/org/jboss/seam/transaction/SynchronizationRegistry.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.10modifiedgavinsrc/main/org/jboss/seam/transaction/Transaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.4modifiedgavinsrc/main/org/jboss/seam/transaction/UTTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.5modifiedgavinsrc/main/org/jboss/seam/transaction/UserTransaction.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.4modifiedgavinsrc/main/org/jboss/seam/transaction/package-info.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.8modifiedgavinsrc/main/org/jboss/seam/util/Work.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management
1.10modifiedgavinsrc/main/org/jboss/seam/persistence/ManagedHibernateSession.javagot rid of TransactionListener, merged with the Transaction package, for more consistent behavior across diff types of tx management