[Hibernate] FULL OUTER JOIN - SYBASE 11

2003-12-24 Thread Lee, Michael.J
Hi, Recently, I started to Hibernate at work after playing with it @ home on and off for more than 6 months. At home, I use MySQL but at work, we use Sybase 11.92. I ran into a huge problem with "OUTER" join syntax generation when using Sybase 11 - b/c it does not support ANSI/92 syntax. I was

Re: [Hibernate] Ant build for Avalon wrapper

2003-12-24 Thread Gavin King
Thanks Eric. Eric Pugh wrote: I finished adding a first cut of an Ant build file for the Avalon wrapper, and removed the old icky calls to maven.bat from the main build for the HibernateExt project. Not sure what peoples feelings are, but there is heavy use of the get-deps tag to download jars.

Re: [Hibernate] Suggested Patch To (Abstract)Query Class

2003-12-24 Thread Gavin King
Please submit this to JIRA, so that it doesn't get lost... Thanks, Gavin Nick Heudecker wrote: Sorry for the resend, but were there any thoughts on this, or should I request an enhancement through JIRA? I would like to make the setProperties(Object) method in the Query class a bit smarter by ad

[Hibernate] Help : HibernateException

2003-12-24 Thread Pankaj Kabra
I am unable to retrieve/load object Item it1 = (Item) session.load(Item.class,new Long(1)); throws HibernateException Could not deserialize a serializable property: but u2 = (Users) session.load(Users.class,new Long(4)); is working properly. I am using Hibernate 2.0.3