[Hibernate] composite-id still doesn't work for me...

2003-01-22 Thread Raible, Matt
I just did a fresh checkout from CVS and updated my hibernate version. I can still retrieve data (and children) just fine, but not save it. I noticed now that 's "unsaved-value" only allows "any" and "none" - however, neither of these work for me: res

Re: [Hibernate] New Logo

2003-01-22 Thread Christian Bauer
On 22 Jan (16:42), Aslak Hellesoy wrote: > I'm happy with it ;-) I scaled it down and put it on the Middlegen website: > > http://boss.bekk.no/boss/middlegen/ > > I would suggest you make it a gif or a png. jpegs with few colours are ugly. Ah, please wait. It's not finished, only a quick export

RE: [Hibernate] New Logo

2003-01-22 Thread Aslak Hellesoy
I'm happy with it ;-) I scaled it down and put it on the Middlegen website: http://boss.bekk.no/boss/middlegen/ I would suggest you make it a gif or a png. jpegs with few colours are ugly. Aslak > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Chris

[Hibernate] New Logo

2003-01-22 Thread Christian Bauer
Three days since I put the Logo up on the Wiki and no comment yet? Everyone happy with it? :) So I'll just go ahead and create new templates for our website... -- Christian Bauer [EMAIL PROTECTED] --- This SF.net email is sponsored by: Schola

[Hibernate] composite-id patch

2003-01-22 Thread Raible, Matt
Gavin, Can you send me a hint on how to patch the composite-id bug myself? Thanks, Matt --- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-on trai

Re: [Hibernate] Re: Comment: Hibernate Help Needed

2003-01-22 Thread Matt Raible
I just tried it (co and build) and it seemed to work fine here at home. I had issues yesterday at work though. Maybe something to do with getting the source through the web ui. I'll try again today once Gavin hooks me up with the composite-id patch. Thanks, Matt > Matt Raible wrote: > > >The

[Hibernate] interesting sql approach...

2003-01-22 Thread Max Rydahl Andersen
http://sourceforge.net/docman/display_doc.php?docid=14872&group_id=65066 Just for info :) /max --- This SF.net email is sponsored by: Scholarships for Techies! Can't afford IT training? All 2003 ictp students receive scholarships. Get hands-o

[Hibernate] [ hibernate-Patches-662319 ] Codegen for Hibernate 2 - release

2003-01-22 Thread SourceForge.net
Patches item #662319, was opened at 2003-01-05 07:15 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428710&aid=662319&group_id=40712 Category: Codegen Group: None Status: Open Resolution: Accepted Priority: 5 Submitted By: Max R. Andersen (maxcsaucdk) Assigned to:

[Hibernate] [ hibernate-Bugs-671328 ] CodeGenerator: m_ for variables

2003-01-22 Thread SourceForge.net
Bugs item #671328, was opened at 2003-01-21 06:50 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=671328&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody

[Hibernate] [ hibernate-Bugs-653858 ] Line feeds in queries parsed incorrectly

2003-01-22 Thread SourceForge.net
Bugs item #653858, was opened at 2002-12-15 08:33 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=428708&aid=653858&group_id=40712 Category: None Group: None >Status: Closed >Resolution: Works For Me Priority: 3 Submitted By: Alex Staubo (byzantium) Assigned to: Nob

Re: [Hibernate] Re: Comment: Hibernate Help Needed

2003-01-22 Thread Mark Woon
Matt Raible wrote: There probably isn't a nightly build I can grab then is there? I tried to build hibernate today and received a lot of compile errors - causing me to abandon mission. Can one of you committers send me your ant.properties file so I can get an idea of how to build? Hmm... Hib

Re: [Hibernate] Re: Comment: Hibernate Help Needed

2003-01-22 Thread Gavin . King
Its a simple fix that I will apply tonight (AU time). I certainly already plan a 1.2.3 release sometime soon but I'm not promising *that* for tonight.

Re: [Hibernate] Cursors still open after session.close()

2003-01-22 Thread Gavin . King
Your code doesn't guarantee that close() gets called, if an exception occurs during commit() However, that is probably not the problem. You could try disabling Hibernate's PreparedStatement cache (there is mention of this in the FAQ) which is quite aggressive by default. Also try disabling c