[hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Aleksandar Kostadinov
I've already sent this, but got no answer. Please take a look at it. Take a look at the hibernate mysql tests: http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite There are much failings. As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Darryl Miles
Aleksandar Kostadinov wrote: As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18 I think it's worth installing newer version. Have you got a reference to this bug ? Darryl ___ hibernate-dev mailing list hibernate-

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Max Rydahl Andersen
On Wed, 29 Nov 2006 10:10:46 +0100, Darryl Miles <[EMAIL PROTECTED]> wrote: Aleksandar Kostadinov wrote: As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18 I think it's worth installing newer version. Have you got a reference to this bug ? yes, knowing

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Darryl Miles
Max Rydahl Andersen wrote: On Wed, 29 Nov 2006 10:10:46 +0100, Darryl Miles <[EMAIL PROTECTED]> wrote: Aleksandar Kostadinov wrote: As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18 I think it's worth installing newer version. Have you got a reference t

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Donnchadh Ó Donnabháin
On 11/29/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote: And regarding the version then Mysql 4.whateveristhelateststable sounds like the best match. Mysql 5 is still in beta, correct ? MySQL 5.0 has been released for some time now (October 2005 -http://www.theserverside.com/news/threa

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Max Rydahl Andersen
As the testsuite was continually failing because of a mysql bug that is fixed in 4.1.18 I think it's worth installing newer version. Have you got a reference to this bug ? yes, knowing what that bug is would be beneficial. And regarding the version then Mysql 4.whateveristhelateststable

Re: [hibernate-dev] hibernate mysql testsuite

2006-11-29 Thread Aleksandar Kostadinov
Max Rydahl Andersen wrote: > > As the testsuite was continually failing because of a mysql bug > that is > fixed in 4.1.18 I think it's worth installing newer version. Have you got a reference to this bug ? >>> >>> yes, knowing what that bug is would be beneficial. >>>

[hibernate-dev] overriding target through annotations

2006-11-29 Thread Emmanuel Bernard
I'm looking at ANN-422 In HA, the target is usually inferred from the API (generics), and can be overridden in all associations through targetEntity ( @ManyToOne(targetEntity...) ) currently, you cannot override the target for a component, nor you can override it for a Two solutions 1. Def

Re: [hibernate-dev] overriding target through annotations

2006-11-29 Thread Christian Bauer
On Nov 29, 2006, at 9:23 PM, Emmanuel Bernard wrote: Note that I hope the future spec will hopefully handle all cases nicely (ie add a targetElement in @Embedded), @MapKey should go to back the drawing board from a spec POV so we can think of something clean from the begining. I'm for 2.

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

2006-11-29 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-oracle10-testsuite?log=log20061129215952 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

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

2006-11-29 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-hsqldb-testsuite?log=log20061129221943 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/sc

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

2006-11-29 Thread qa
View results here -> http://cruisecontrol.jboss.com/cc/buildresults/hibernate-mysql-testsuite?log=log20061129222920 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/sc

Re: [hibernate-dev] overriding target through annotations

2006-11-29 Thread Max Rydahl Andersen
this would help on a related issue http://opensource.atlassian.com/projects/hibernate/browse/HHH-2268 which is about the problem of redundant methods in jdk5 when you have covariant methods (e.g. Object clone() in Object and Customer clone() in Customer) With respect to HHH-2268 we could al