[hibernate-dev] hibernate-sybase-testsuite Build Completed With Testsuite Errors

2007-05-25 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sybase-testsuite?log=log2007052501 TESTS FAILEDAnt Error Message:/qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:126: The following error occurred while executing this line:

[hibernate-dev] hibernate-oracle10-testsuite build.40 Build Successful

2007-05-25 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20070525033113Lbuild.40 BUILD COMPLETE-build.40Date of build:05/25/2007 03:31:13Time to build:22 minutes 22 seconds Unit Tests: (1055)

[hibernate-dev] hibernate-sqlserver-jtds-testsuite build.42 Build Successful

2007-05-25 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20070525035428Lbuild.42 BUILD COMPLETE-build.42Date of build:05/25/2007 03:54:28Time to build:11 minutes 43 seconds Unit Tests: (1055)

[hibernate-dev] hibernate-mysql50-testsuite Build Completed With Testsuite Errors

2007-05-25 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql50-testsuite?log=log20070525040710 TESTS FAILEDAnt Error Message:/qa/services/cruisecontrol/work/scripts/build-hibernate-db-matrix.xml:154: The following error occurred while executing this line:

Re: [hibernate-dev] Hibernate Core 3.2.4.sp1 release

2007-05-25 Thread Donnchadh Ó Donnabháin
On 5/18/07, Steve Ebersole [EMAIL PROTECTED] wrote: Hibernate Core 3.2.4.sp1 has just been released to fix a serious bug with IDENTITY-based identifier generation (HHH-2605). If that affects you, you can download the patch release at

[hibernate-dev] hibernate-sqlserver-jtds-testsuite build.43 Build Successful

2007-05-25 Thread jboss-qa-internal
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-sqlserver-jtds-testsuite?log=log20070525055525Lbuild.43 BUILD COMPLETE-build.43Date of build:05/25/2007 05:55:25Time to build:12 minutes 29 seconds Unit Tests: (1055)

[hibernate-dev] sybase setup

2007-05-25 Thread Aleksandar Kostadinov
Looking at the latest hibernate cruisecontrol builds I see around 20 sybase tests are passing because I've enabled ddl in tran option of tempdb database. It is not recommended by sybase to use DDL in transactions so I think it should be good to avoid it in future hibernate releases if possible.

[hibernate-dev] Re: sybase setup

2007-05-25 Thread Steve Ebersole
1) I would guess that this because of temp tables. Hibernate allows the Dialect to say whether or not the database supports DDL statements within a transaction. Sybase does not override this; the default is to query the JDBC metadata to see whether DDL is allowed within transactions (see links

[hibernate-dev] Re: sybase setup

2007-05-25 Thread Aleksandar Kostadinov
I move here http://jira.jboss.com/jira/browse/JBPAPP-196 as I thing this stuff is out of my competence. Aleksandar Kostadinov wrote, On 05/25/2007 04:50 PM (EEST): Steve Ebersole wrote, On 05/25/2007 04:27 PM (EEST): 1) I would guess that this because of temp tables. Hibernate allows the

Re: [hibernate-dev] Hibernate Core 3.2.4.sp1 release

2007-05-25 Thread Emmanuel Bernard
Aleksei Valikov took the responsibility for Hibernate EntityManager. Open a JIRa issue, assign it to him and ask him if he is willing to. On 25 mai 07, at 09:28, Steve Ebersole wrote: Not I... On Fri, 2007-05-25 at 10:46 +0100, Donnchadh Ó Donnabháin wrote: On 5/18/07, Steve Ebersole [EMAIL

[hibernate-dev] Re: maven migration

2007-05-25 Thread Steve Ebersole
Ok, all clear. The Hibernate Mavenized project is now checked into trunk. All needed artifacts and plugins should be available from either the central repository or the JBoss repository. Let me know if you run into any issues. On Thu, 2007-05-24 at 14:46 -0500, Steve Ebersole wrote: Ok, I am