Re: [Hibernate] saving to pgsql

2003-01-03 Thread Juozas Baliuka
ions, but it must be possible to reproduce on most of them. - Original Message - From: "cheeser" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 5:40 AM Subject: [Hibernate] saving to pgsql I'm having troubles getting my objects to persis

Re: [Hibernate] saving to pgsql

2003-01-03 Thread cheeser
instead > of hi/lo generation? (And remember that you can't use > HiLoGenerator in an appserver) > > > -Original Message- > > From: cheeser [mailto:[EMAIL PROTECTED] > > Sent: Friday, 3 January 2003 2:40 PM > > To: [EMAIL PROTECTED] > > Subject:

RE: [Hibernate] saving to pgsql

2003-01-03 Thread Gavin King
--Original Message- > From: cheeser [mailto:[EMAIL PROTECTED] > Sent: Friday, 3 January 2003 2:40 PM > To: [EMAIL PROTECTED] > Subject: [Hibernate] saving to pgsql > > > I'm having troubles getting my objects to persist. In my > pgsql.err, i get > error messages ab

[Hibernate] saving to pgsql

2003-01-03 Thread cheeser
I'm having troubles getting my objects to persist. In my pgsql.err, i get error messages about "unexpected EOF on client connection." Has anyone seen this? I create the bean and call session.save() with it. When I'm done with the session, I call flush() and close() (trying to force it) and n