Re: DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Steve Sun
2009/9/22 Shalin Shekhar Mangar > On Tue, Sep 22, 2009 at 2:29 PM, Steve Sun wrote: > > > Hi, > > > > I spent a whole day trying to make "batchSize" work for JdbcDataSource > with > > "org.postgresql.Driver", but got frustrated. At last I

DIH import "out of memory" problem (batchSize and autoCommit not working)

2009-09-22 Thread Steve Sun
Hi, I spent a whole day trying to make "batchSize" work for JdbcDataSource with "org.postgresql.Driver", but got frustrated. At last I took a look into DIH's source code and found that there's actually a bug in there. When JDBC driver is placed in /lib (as instructed by DIHQuickStart page of Sol