[
https://issues.apache.org/jira/browse/JCR-841?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved JCR-841.
-------------------------------
Resolution: Fixed
Fix Version/s: 1.3
Fixed in revision 527793. Thanks for spotting this!
> 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
> Assigned To: Jukka Zitting
> Fix For: 1.3
>
>
> 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.