RE: [Hibernate] net.sf.hibernate.type.SerializationException: cou ld not deseriali ze

2005-10-19 Thread Ramnish Kalsi
Sorry, should have been more descriptive... The property type is marked as serializable & the database column type is bytea (binary equivalent in PostgreSQL) -thanx. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sameer Nanda Sent: 18 October 200

Re: [Hibernate] net.sf.hibernate.type.SerializationException: cou ld not deseriali ze

2005-10-19 Thread Christian Bauer
Ramnish Kalsi wrote: Sorry, should have been more descriptive... Please continue this discussion here: http://forum.hibernate.org/ --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussion

RE: [Hibernate] net.sf.hibernate.type.SerializationException: cou ld not deseriali ze

2005-10-19 Thread Ramnish Kalsi
Oh right. Did not realise I was in developers list. I will move to the users forum. Sorry for yet another spam !!! -Original Message- From: Christian Bauer [mailto:[EMAIL PROTECTED] Sent: 19 October 2005 11:07 To: Ramnish Kalsi Cc: Sameer Nanda; hibernate-devel@lists.sourceforge.net Su

[Hibernate] Hibernate tools 3.1 beta 1

2005-10-19 Thread Max Rydahl Andersen
The 3.1 beta1 release of the Hibernate Tools for Eclipse and Ant features support for annotations and query parameters in the query console, a reveng.xml editor and many improvements to wizards, templates, and code generators. See the complete list with screenshots for more infor

[Hibernate] Interesting separation in rev.eng.

2005-10-19 Thread Max Rydahl Andersen
Hi, Just a small mail to let you guys know that I just committed a refactoring of the JDBCBinder (reverse engineering) to be independent of JDBC metadata. What does this mean ? Well, it makes it possible to have database specific metadata reading (oracle can probably be done much more effic