Re: [Hibernate] Glarch$$EnhancedByCGLIB$$3 (Repeative method name/signature) and deadlock!

2002-11-02 Thread Max Rydahl Andersen
ok - it was also the next panic attempt I was about to take :) /max - Original Message - From: "Gavin King" <[EMAIL PROTECTED]> To: "Max Rydahl Andersen" <[EMAIL PROTECTED]> Cc: "hibernate list" <[EMAIL PROTECTED]> Sent: Saturday, November 02, 2002 11:46 PM Subject: Re: [Hibernate] Glarch

Re: [Hibernate] Glarch$$EnhancedByCGLIB$$3 (Repeative method name/signature) and deadlock!

2002-11-02 Thread Gavin King
Ah. You need to grab the latest cglib.jar. I will add it to CVS now. - Original Message - From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 9:33 AM Subject: [Hibernate] Glarch$$EnhancedByCGLIB$$3 (Repeative method name/signature) and de

[Hibernate] Glarch$$EnhancedByCGLIB$$3 (Repeative method name/signature) and deadlock!

2002-11-02 Thread Max Rydahl Andersen
Hi! While running FooBarTest on the latest code from cvs I get the following error (multiple times): java.lang.reflect.InvocationTargetException: java.lang.ClassFormatError: cirrus/hibernate/test/Glarch$$EnhancedByCGLIB$$3 (Repeative method name/signature) The complete stack trace is at the botto

Re: [Hibernate] Single Identity column support for MSSQL ?

2002-11-02 Thread Gavin King
Yep, you got it. But if you are going to do it anyway, I suppose you might as well submit a patch - Original Message - From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: "Gavin King" <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 2:13 AM Subject: Re: [Hibernate] Single Identity c

Re: [Hibernate] Single Identity column support for MSSQL ?

2002-11-02 Thread Gavin King
I wanna leave this 'til after we have a proper SQL statement hierarchy; which I would like to get done ASAP and am considering spinning off as a new project. - Original Message - From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 1:55 AM

[Hibernate] Single Identity column support for MSSQL ?

2002-11-02 Thread Max Rydahl Andersen
As seen in http://sourceforge.net/forum/message.php?msg_id=1718579 it is actually possible to have MSSQL support that a has only a single identity column which is the case in many of the JUnit tests, but I've looked into the query generation and I don't see any calls to the Dialect for generat

Re: [Hibernate] CodeGenerator bug

2002-11-02 Thread Gavin King
Thanks Max :) - Original Message - From: "Max Rydahl Andersen" <[EMAIL PROTECTED]> To: "Gavin King" <[EMAIL PROTECTED]> Sent: Sunday, November 03, 2002 1:13 AM Subject: Re: [Hibernate] CodeGenerator bug > > > The codegenerator assumes there are at least ONE attribute on each > > > persis