RE: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Steve Ebersole
yep -Original Message- From: Emmanuel Bernard Sent: Wednesday, May 10, 2006 10:41 AM To: Steve Ebersole; '[EMAIL PROTECTED]'; 'hibernate-devel@lists.sourceforge.net' Subject: Re: [Hibernate] Issue with pluggable functions Yes add back the old method signature We

Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Emmanuel Bernard
can't do that unless JBoss 4.0.4 goes With a core 3.2.0.CR3 Max Rydahl Andersen wrote: On Wed, 10 May 2006 16:05:27 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > public static String renderWhereStringTemplate(String sqlWhereString, > Dialect dialect, *SQLFunctionRegistry functionRegis

RE: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Steve Ebersole
To: Steve Ebersole; hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Issue with pluggable functions okey - sounds like a crazy feature ;) So the fix is to apply the "hack" I wrote in the last email; it will be in the same league as what is done currently for this map/many-to-ma

Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen
leases out. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Max Rydahl Andersen Sent: Wednesday, May 10, 2006 9:57 AM To: Emmanuel Bernard; [EMAIL PROTECTED]; hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Issue with pluggable functions On W

RE: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Steve Ebersole
]; hibernate-devel@lists.sourceforge.net Subject: Re: [Hibernate] Issue with pluggable functions On Wed, 10 May 2006 16:45:02 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: > Yes at least we must not release another core version until we find a > solution Again why are you using this

Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen
have ;) /max -Original Message- From: Max Rydahl Andersen <[EMAIL PROTECTED]> To: Emmanuel Bernard <[EMAIL PROTECTED]>; Hibernate development Sent: Wed May 10 09:24:46 2006 Subject: Re: [Hibernate] Issue with pluggable functions ...so I apparently did not have the latest-latest

RE: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Steve Ebersole
for your use, and which would not account for user-registered functions (planned feature).  That work?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Bernard Sent: Wednesday, May 10, 2006 9:05 AM To: Hibernate development Subject: [Hibernate] Issue with pluggable

Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen
...so I apparently did not have the latest-latest of annotations checkked out when i added this; sorry! Is it a show-stopper ? public static String renderWhereStringTemplate(String sqlWhereString, Dialect dialect, *SQLFunctionRegistry functionRegistry*) Breaks binary compatibility with Hi

Re: [Hibernate] Issue with pluggable functions

2006-05-10 Thread Max Rydahl Andersen
On Wed, 10 May 2006 16:05:27 +0200, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: public static String renderWhereStringTemplate(String sqlWhereString, Dialect dialect, *SQLFunctionRegistry functionRegistry*) Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1 Damn...but why are

[Hibernate] Issue with pluggable functions

2006-05-10 Thread Emmanuel Bernard
public static String renderWhereStringTemplate(String sqlWhereString, Dialect dialect, SQLFunctionRegistry functionRegistry) Breaks binary compatibility with Hibernate Annotations 3.2.0.CR1