Re: [GENERAL] [JDBC] Postgres 8.3.7 -- EOF on client connection

2009-06-25 Thread CM J
Hi, The problem turned out to be not with postgres but my JDBC connection code. Thanks ! On Thu, Jun 25, 2009 at 5:25 PM, Saurabh Dave wrote: > Hi CMJ, > > If you are using WebNMS framework with hibernate, can you check if you have > done this: > > *ConfigReader configReader

Re: [GENERAL] [JDBC] Postgres 8.3.7 -- EOF on client connection

2009-06-25 Thread Saurabh Dave
Hi CMJ, If you are using WebNMS framework with hibernate, can you check if you have done this: *ConfigReader configReader = ConfigReader.getInstance(); configReader.modifyHbmToDdl(true); * Thanks, Saurabh On Wed, Jun 24, 2009 at 6:06 PM, CM J wrote: > Hi , > > I