MySQL and the bundle persistence managers

2007-04-11 Thread Martijn Hendriks
Hi, It seems that the bundle persistence manager base does not work with MySQL. A SQLException is thrown on the line con.commit(); in BundleDbPersistenceManager.checkSchema() because autoCommit is set to true in the init method. For some reason, this is ignored by the Oracle and MSSQL drivers.

Re: MySQL and the bundle persistence managers

2007-04-11 Thread Stefan Guggisberg
hi martijn, On 4/11/07, Martijn Hendriks [EMAIL PROTECTED] wrote: Hi, It seems that the bundle persistence manager base does not work with MySQL. A SQLException is thrown on the line con.commit(); in BundleDbPersistenceManager.checkSchema() because autoCommit is set to true in the init method.