Re: [GENERAL] Postgresql with Hibernate issues

2006-05-25 Thread Bjørn T Johansen
How does your hibernate mapping look like? Especially your generator tag... BTJ On Thu, 25 May 2006 16:09:22 - "xuemei" <[EMAIL PROTECTED]> wrote: > Hello: > > > > I have a java application that starts several processes to retrieve data and > store them into the database tables; > > Whe

[GENERAL] Postgresql with Hibernate issues

2006-05-25 Thread xuemei
Hello:   I have a java application that starts several processes to retrieve data and store them into the database tables; When I run this on winXP and with Hibernate/Mysql, everything looks ok. Now I need to use postgresql, so I change the hibernate configuration file. When I run the