View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20060829220001

TESTS FAILED
Ant Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:127: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:83: The following error occurred while executing this line: /home/cruisecontrol/work/scripts/build-common-targets.xml:11: Build Successful - Tests completed with errors or failures.
Date of build: 08/29/2006 22:00:01
Time to build: 45 minutes 59 seconds
Last changed: 12/31/2005 20:44:14
Last log entry: less noisy

 Unit Tests: (899)  Total Errors and Failures: (43)
testComponentQueriesorg.hibernate.test.hql.ASTParserLoadingTest
testCollectionFetchWithDistinctionAndLimitorg.hibernate.test.hql.ASTParserLoadingTest
testTempTableGenerationIsolationorg.hibernate.test.hql.BulkManipulationTest
testBooleanHandlingorg.hibernate.test.hql.BulkManipulationTest
testSimpleInsertorg.hibernate.test.hql.BulkManipulationTest
testSimpleNativeSQLInsertorg.hibernate.test.hql.BulkManipulationTest
testInsertWithManyToOneorg.hibernate.test.hql.BulkManipulationTest
testInsertWithMismatchedTypesorg.hibernate.test.hql.BulkManipulationTest
testInsertIntoSuperclassPropertiesFailsorg.hibernate.test.hql.BulkManipulationTest
testInsertAcrossMappedJoinFailsorg.hibernate.test.hql.BulkManipulationTest
testUpdateWithWhereExistsSubqueryorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnComponentorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnManyToOneorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnImplicitJoinFailsorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnDiscriminatorSubclassorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnAnimalorg.hibernate.test.hql.BulkManipulationTest
testUpdateOnMammalorg.hibernate.test.hql.BulkManipulationTest
testUpdateSetNullUnionSubclassorg.hibernate.test.hql.BulkManipulationTest
testUpdateSetNullOnDiscriminatorSubclassorg.hibernate.test.hql.BulkManipulationTest
testUpdateSetNullOnJoinedSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteOnDiscriminatorSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteOnJoinedSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteOnMappedJoinorg.hibernate.test.hql.BulkManipulationTest
testDeleteUnionSubclassAbstractRootorg.hibernate.test.hql.BulkManipulationTest
testDeleteUnionSubclassConcreteSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteUnionSubclassLeafSubclassorg.hibernate.test.hql.BulkManipulationTest
testDeleteWithMetadataWhereFragmentsorg.hibernate.test.hql.BulkManipulationTest
testDeleteRestrictedOnManyToOneorg.hibernate.test.hql.BulkManipulationTest
testScrollingJoinFetchesForwardorg.hibernate.test.hql.ScrollableCollectionFetchingTest
testScrollingJoinFetchesReverseorg.hibernate.test.hql.ScrollableCollectionFetchingTest
testScrollingJoinFetchesPositioningorg.hibernate.test.hql.ScrollableCollectionFetchingTest
testWithClauseFailsWithFetchorg.hibernate.test.hql.WithClauseTest
testWithClauseorg.hibernate.test.hql.WithClauseTest
testQueryorg.hibernate.test.legacy.FooBarTest
testOneToOneGeneratororg.hibernate.test.legacy.FooBarTest
testReachabilityorg.hibernate.test.legacy.FooBarTest
testVersionedCollectionsorg.hibernate.test.legacy.FooBarTest
testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTest
testOneToManyLinkTableorg.hibernate.test.onetomany.OneToManyTest
testAutoDetectAliasingorg.hibernate.test.sql.GeneralTest
testScalarStoredProcedureorg.hibernate.test.sql.MySQLTest
testParameterHandlingorg.hibernate.test.sql.MySQLTest
testEntityStoredProcedureorg.hibernate.test.sql.MySQLTest
 

 Modifications since last build:  (first 50 of 1881)
10361modifiedepbernard//trunk/Hibernate3/src/org/hibernate/cfg/Mappings.javaGet rid of the private attributes: too hard for annotations
10361addedepbernard//trunk/Hibernate3/test/org/hibernate/test/boaGet rid of the private attributes: too hard for annotations
10347modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/transaction/JTATransactionFactory.javaHHH-2023 : perf optimization in JTATransactionFactory.isTransactionInProgress()
10328deletedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/ja/fop/msgothic.xmlHB-1566
10328deletedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/ja/fop/msmincho.xmlHB-1566
10328deletedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/ja/fop/MSMINCHO.TTCHB-1566
10328deletedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/ja/fop/msgothic.ttcHB-1566
10325modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/lib/version.propertiesHHH-2001 : upgrade javassist
10325modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/lib/javassist.jarHHH-2001 : upgrade javassist
10322modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/bytecode/javassist/BulkAccessorFactory.javaHHH-2001 : upgrade javassist
10320modifiedepbernard//trunk/Hibernate3/src/org/hibernate/mapping/PersistentClass.javaANN-381 add identifierProperty to getProperty and getRecursiveProperty
10315modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/util/StringHelper.javaHHH-2022 : property names with leading underscores
10314modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/util/StringHelperTest.javaHHH-2022 : property names with leading underscores
10314modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/util/UtilSuite.javaHHH-2022 : property names with leading underscores
10313addedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/util/StringHelperTest.javaHHH-2022 : property names with leading underscores
10312modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/TransactionException.javaallow nested exception
10310modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/engine/CascadingAction.javacleanup
10310modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/engine/Cascade.javacleanup
10308modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/hibernate-mapping-3.0.dtdHHH-1470 : collection <element/> DTD definition
10306modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-1806 : java.sql.Types.DECIMAL mappings
10306modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/dialect/Oracle9Dialect.javaHHH-1806 : java.sql.Types.DECIMAL mappings
10300modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/dialect/Oracle9Dialect.javaHHH-2017 : locate function on Oracle
10299modifiedjdkim528//trunk/Hibernate3/doc/reference/ko/modules/architecture.xml3.2 cr3 korean
10294modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/SelectClause.javaHHH-1944 : generated subqueries and jpaql compliance (derived select clause) check
10293modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.javaHHH-1944 : generated subqueries and jpaql compliance (derived select clause) check
10292modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.javaexpanded many-to-one proxy test case
10292modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/instrument/domain/Documents.hbm.xmlexpanded many-to-one proxy test case
10292modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/instrument/domain/Entity.javaexpanded many-to-one proxy test case
10292modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/instrument/runtime/CGLIBInstrumentationTest.javaexpanded many-to-one proxy test case
10290modifiedepbernard//trunk/Hibernate3/src/org/hibernate/persister/collection/AbstractCollectionPersister.javaHHH-2015 add parenthesis around <class where=/> or <collection where=/> clauses, allowing safe multi term clauses
10287modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/build.xmlfix issue with running junit target on in-process hsqldb instance
10285modifiedepbernard//trunk/Hibernate3/src/org/hibernate/persister/collection/AbstractCollectionPersister.javaHHH-2015 add parenthesis around <class where=/> or <collection where=/> clauses, allowing safe multi term clauses
10285modifiedepbernard//trunk/Hibernate3/src/org/hibernate/persister/entity/AbstractEntityPersister.javaHHH-2015 add parenthesis around <class where=/> or <collection where=/> clauses, allowing safe multi term clauses
10279modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/build.xmldisable forking on instrumentation tests; fix jar task to include DTDs
10275modifiedmax.andersen@jboss.com//trunk/Hibernate3/build.xmljavadoc stylesheet copy and typo fix.
10273modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/test/org/hibernate/test/instrument/buildtime/InstrumentTest.javacorrected execution
10269modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/build.xmlHHH-2005 : standardized the build script
10268modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/etc/hibernate.propertiesbuild dir layout changes
10267modifiedsteve.ebersole@jboss.com//trunk/Hibernate3/src/org/hibernate/tool/instrument/BasicInstrumentationTask.javaminor logging changes
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/images/CustomerOrderProduct.gifImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/xml.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/performance.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/images/hibernate_logo_a.pngImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/tutorial.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/events.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/collection_mapping.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/toolset_guide.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/images/AuthorWork.gifImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/transactions.xmlImported PT-BR translation
10262addedchristian.bauer@jboss.com//trunk/Hibernate3/doc/reference/pt-br/modules/query_hql.xmlImported PT-BR translation