BundleDbPersistenceManager does not work with MySQL
---------------------------------------------------
Key: JCR-841
URL: https://issues.apache.org/jira/browse/JCR-841
Project: Jackrabbit
Issue Type: Bug
Components: core
Reporter: Martijn Hendriks
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. Anyway, commenting out the line fixes the issue, I think.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.