[hibernate-dev] RE: oracle test results
Sweet, thanks! -Original Message- From: Aleksandar Kostadinov [mailto:[EMAIL PROTECTED] Sent: Thursday, December 07, 2006 10:05 AM To: Steve Ebersole Cc: hibernate-dev@lists.jboss.org Subject: Re: oracle test results I've updated the driver to 10.2.0.2 You should be able to see the new results in half an hour. Steve Ebersole wrote: >OK, I just tracked down the cause of the failures I found disturbing >with the hibernate-oracle-10g testsuite. Y'all are using a much older >driver: >22:32:44,850 INFO SettingsFactory:82 - JDBC driver: Oracle JDBC driver, >version: 10.1.0.3.0 > >We should be using some 10.2.x series driver. Locally I use 10.2.0.1.0; >they are up to 10.2.0.2 (either of which should work): >http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.htm l > >This is the cause (I believe) for failures in: >org.hibernate.test.lob.BlobTest#testBoundedMaterializedBlobAccess >org.hibernate.test.generatedkeys.seqidentity.SequenceIdentityTest#testS e >quenceIdentityGenerator > > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
[hibernate-dev] Re: oracle test results
I've updated the driver to 10.2.0.2 You should be able to see the new results in half an hour. Steve Ebersole wrote: >OK, I just tracked down the cause of the failures I found disturbing >with the hibernate-oracle-10g testsuite. Y'all are using a much older >driver: >22:32:44,850 INFO SettingsFactory:82 - JDBC driver: Oracle JDBC driver, >version: 10.1.0.3.0 > >We should be using some 10.2.x series driver. Locally I use 10.2.0.1.0; >they are up to 10.2.0.2 (either of which should work): >http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html > >This is the cause (I believe) for failures in: >org.hibernate.test.lob.BlobTest#testBoundedMaterializedBlobAccess >org.hibernate.test.generatedkeys.seqidentity.SequenceIdentityTest#testSe >quenceIdentityGenerator > > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
[hibernate-dev] hibernate-oracle10-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20061207110031 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:106: 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: 12/07/2006 11:00:31Time to build: 18 minutes 51 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (959) Total Errors and Failures: (4)testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestManyToManyPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTesttestImplicitJoinsInDifferentClausesorg.hibernate.test.hql.ASTParserLoadingTesttestJoinFetchPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTest Modifications since last build: (first 50 of 2384)10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/TestCase.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Cache71Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/exec/AbstractStatementExecutor.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/BulkManipulationTest.javaHHH-2221 : MySQL and temporary table creation10933modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java(follow-on) HHH-2257 : implicit joins and shallow queries10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javaHHH-2284 : HQL + sub-component references10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.javaHHH-2284 : HQL + sub-component references10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.hbm.xmlHHH-2284 : HQL + sub-component references10932modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2284 : HQL + sub-component references10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.javaHHH-2284 : HQL + sub-component references10930modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaHHH-2257 : implicit joins and shallow queries10930modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2257 : implicit joins and shallow queries10930modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.javaHHH-2257 : implicit joins and shallow queries10928modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/PropertyRefSuite.javaoops!10927modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/mapping/PersistentClass.javaHHH-2282 : PersistentClass propetty lookups and embedded composite identifiers;consolidate property-ref tests10924modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/jpa/ql/JPAQLComplianceTest.javaadditional test query10923deleted[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/pr
[hibernate-dev] hibernate-sqlserver-jtds-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061207113515 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: 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: 12/07/2006 11:35:15Time to build: 10 minutes 39 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (953) Total Errors and Failures: (8)testOnCascadeDeleteorg.hibernate.test.legacy.FooBarTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestManyToManyPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTesttestUnionSubclassorg.hibernate.test.unionsubclass2.UnionSubclassTesttestImplicitJoinsInDifferentClausesorg.hibernate.test.hql.ASTParserLoadingTesttestExpressionWithParamInFunctionorg.hibernate.test.hql.HQLTesttestConcatenationorg.hibernate.test.hql.HQLTesttestJoinFetchPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTest Modifications since last build: (first 50 of 2384)10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/TestCase.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Cache71Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/exec/AbstractStatementExecutor.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/BulkManipulationTest.javaHHH-2221 : MySQL and temporary table creation10933modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java(follow-on) HHH-2257 : implicit joins and shallow queries10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javaHHH-2284 : HQL + sub-component references10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.javaHHH-2284 : HQL + sub-component references10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.hbm.xmlHHH-2284 : HQL + sub-component references10932modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2284 : HQL + sub-component references10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.javaHHH-2284 : HQL + sub-component references10930modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaHHH-2257 : implicit joins and shallow queries10930modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2257 : implicit joins and shallow queries10930modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/QueryTranslatorTestCase.javaHHH-2257 : implicit joins and shallow queries10928modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/PropertyRefSuite.javaoops!10927modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/mapping/PersistentClass.javaHHH-2282 : PersistentClass propetty lookups and embedded composite id
[hibernate-dev] [Fwd: hibernate-sqlserver-jtds-testsuite Build Completed With Testsuite Errors]
Hi. As you see I used jtds driver for this one. It doesn't support setting the transaction isolation level to snapshot, but I tuned the database this way: ALTER DATABASE cruisecontrol SET ALLOW_SNAPSHOT_ISOLATION ON; ALTER DATABASE cruisecontrol SET READ_COMMITTED_SNAPSHOT ON; This should set the default isolation level to snapshot. When I runned the tests with the MS jdbc driver I got one more error than with the jdts driver. It is org.hibernate.test.legacy.MasterDetailTest.testCachedCollectionRefresh. But I'm not sure in the results as the cruesecintrol builds give half the errors of these I've got from the mentioned tests. So to conclude see if you see the results consistent with your local tests. I'll modify the build if you do not like the jtds driver or something else. --- Begin Message --- View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061207113515 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: 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: 12/07/2006 11:35:15Time to build: 10 minutes 39 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (953) Total Errors and Failures: (8)testOnCascadeDeleteorg.hibernate.test.legacy.FooBarTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestManyToManyPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTesttestUnionSubclassorg.hibernate.test.unionsubclass2.UnionSubclassTesttestImplicitJoinsInDifferentClausesorg.hibernate.test.hql.ASTParserLoadingTesttestExpressionWithParamInFunctionorg.hibernate.test.hql.HQLTesttestConcatenationorg.hibernate.test.hql.HQLTesttestJoinFetchPropertyReforg.hibernate.test.propertyref.basic.PropertyRefTest Modifications since last build: (first 50 of 2384)10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/TestCase.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Cache71Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/exec/AbstractStatementExecutor.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/BulkManipulationTest.javaHHH-2221 : MySQL and temporary table creation10933modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.java(follow-on) HHH-2257 : implicit joins and shallow queries10932modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javaHHH-2284 : HQL + sub-component references10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.javaHHH-2284 : HQL + sub-component references10932added[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ComponentContainer.hbm.xmlHHH-2284 : HQL + sub-component references10932modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javaHHH-2284 : HQL + sub-component references10932modified[EMAIL PROTECTED]//trunk/Hiber
[hibernate-dev] hibernate-sqlserver-jtds-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20061207220047 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:120: 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: 12/07/2006 22:00:47Time to build: 10 minutes 56 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (953) Total Errors and Failures: (3)testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestExpressionWithParamInFunctionorg.hibernate.test.hql.HQLTesttestConcatenationorg.hibernate.test.hql.HQLTest Modifications since last build: (first 50 of 2398)10954modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/unionsubclass2/UnionSubclassTest.javadoh!10953modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/FooBarTest.javaadded skip protection regarding circular cascade delete constraints10950modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javacorrected test expectation based on earlier fix for implicit joins10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/ReattachVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractReassociateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultDeleteEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultSaveOrUpdateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnUpdateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xmlHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultReplicateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnLockVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnReplicateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractSaveEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/
[hibernate-dev] hibernate-hsqldb-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061207221254 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:92: 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: 12/07/2006 22:12:54Time to build: 8 minutes 43 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (951) Total Errors and Failures: (1)testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTest Modifications since last build: (first 50 of 2398)10954modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/unionsubclass2/UnionSubclassTest.javadoh!10953modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/FooBarTest.javaadded skip protection regarding circular cascade delete constraints10950modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javacorrected test expectation based on earlier fix for implicit joins10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/ReattachVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractReassociateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultDeleteEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultSaveOrUpdateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnUpdateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xmlHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultReplicateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnLockVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnReplicateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractSaveEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//
[hibernate-dev] hibernate-oracle10-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log2006120733 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:106: 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: 12/07/2006 22:22:33Time to build: 17 minutes 56 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (959) Total Errors and Failures: (1)testReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTest Modifications since last build: (first 50 of 2398)10954modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/unionsubclass2/UnionSubclassTest.javadoh!10953modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/FooBarTest.javaadded skip protection regarding circular cascade delete constraints10950modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javacorrected test expectation based on earlier fix for implicit joins10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/ReattachVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractReassociateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultDeleteEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultSaveOrUpdateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnUpdateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xmlHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultReplicateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnLockVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnReplicateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractSaveEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/tree/DotNode.javatest failures - shallow + implicit joins10939modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/jdbc/ConnectionManager.javabug in borrowed connection releasing10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/Dialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/dialect/MySQLDialect.javaHHH-2221 : MySQL and temporary table creation10936modified[EMAIL PROTECTE
[hibernate-dev] hibernate-mysql-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20061207224116 TESTS FAILEDAnt 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: 12/07/2006 22:41:16Time to build: 24 minutes 26 secondsLast changed: 12/31/2005 20:44:14Last log entry: less noisy Unit Tests: (949) Total Errors and Failures: (13)testDom4jorg.hibernate.test.dom4j.Dom4jTesttestMapIndexEmisionorg.hibernate.test.dom4j.Dom4jTesttestQueryorg.hibernate.test.legacy.FooBarTesttestOneToOneGeneratororg.hibernate.test.legacy.FooBarTesttestReachabilityorg.hibernate.test.legacy.FooBarTesttestVersionedCollectionsorg.hibernate.test.legacy.FooBarTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestPaginationorg.hibernate.test.pagination.PaginationTesttestManualSynchronizationorg.hibernate.test.sql.GeneralTesttestAutoDetectAliasingorg.hibernate.test.sql.GeneralTesttestScalarStoredProcedureorg.hibernate.test.sql.MySQLTesttestParameterHandlingorg.hibernate.test.sql.MySQLTesttestEntityStoredProcedureorg.hibernate.test.sql.MySQLTest Modifications since last build: (first 50 of 2398)10954modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/unionsubclass2/UnionSubclassTest.javadoh!10953modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/FooBarTest.javaadded skip protection regarding circular cascade delete constraints10950modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javacorrected test expectation based on earlier fix for implicit joins10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/ReattachVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractReassociateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultDeleteEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultSaveOrUpdateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnUpdateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xmlHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultReplicateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnLockVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnReplicateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractSaveEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hi
[hibernate-dev] hibernate-mysql50-testsuite Build Completed With Testsuite Errors
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20061207230641 TESTS FAILEDAnt Error Message: /home/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:134: 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: 12/07/2006 23:06:41Time to build: 20 minutes 7 secondsLast changed: 12/07/2006 17:28:06Last log entry: doh! Unit Tests: (949) Total Errors and Failures: (10)testSimpleNativeSQLInsertorg.hibernate.test.hql.BulkManipulationTesttestQueryorg.hibernate.test.legacy.FooBarTesttestOneToOneGeneratororg.hibernate.test.legacy.FooBarTesttestReachabilityorg.hibernate.test.legacy.FooBarTesttestVersionedCollectionsorg.hibernate.test.legacy.FooBarTesttestReturnPropertyComponentRenameorg.hibernate.test.legacy.SQLLoaderTesttestManualSynchronizationorg.hibernate.test.sql.GeneralTesttestAutoDetectAliasingorg.hibernate.test.sql.GeneralTesttestHandSQLorg.hibernate.test.sql.MySQLTesttestEntityStoredProcedureorg.hibernate.test.sql.MySQLTest Modifications since last build: (first 50 of 97)10954modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/unionsubclass2/UnionSubclassTest.javadoh!10953modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/legacy/FooBarTest.javaadded skip protection regarding circular cascade delete constraints10950modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javacorrected test expectation based on earlier fix for implicit joins10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/ReattachVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/PropertyRefTest.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractReassociateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultDeleteEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultSaveOrUpdateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnUpdateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/propertyref/basic/Person.hbm.xmlHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/DefaultReplicateEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnLockVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/OnReplicateVisitor.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10948modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/event/def/AbstractSaveEventListener.javaHHH-2291 - reattachment of collections with a property-ref key;code and javadoc cleanup10945modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/WithClauseTest.javaspecialized InvalidWithClauseException10945modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/HqlSqlWalker.javaspecialized InvalidWithClauseException10945added[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/ast/InvalidWithClauseException.javaspecialized InvalidWithClauseException10943modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javaremoved FailureExpected10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xmltest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/ASTParserLoadingTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/test/org/hibernate/test/hql/HQLTest.javatest failures - shallow + implicit joins10941modified[EMAIL PROTECTED]//trunk/Hibernate3/src/org/hibernate/hql/