[
https://issues.apache.org/jira/browse/JCR-940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12527553
]
Thomas Mueller commented on JCR-940:
------------------------------------
Revision 575734: BundleDbPersistenceManager auto-reconnect
I have implemented the loop BundleDbPersistenceManager.store(ChangeLog), but
unfortunately the feature still doesn't work always in the following case:
- enabling 'blockOnConnectionLoss'
- run mvn install
- stop the database server (for example PostgreSQL) while the test runs
- start the database server
Sometimes the SQLException is thrown, and the test fails.
This needs to be tested some more.
> add db connection autoConnect for BundleDbPersistenceManager.
> -------------------------------------------------------------
>
> Key: JCR-940
> URL: https://issues.apache.org/jira/browse/JCR-940
> Project: Jackrabbit
> Issue Type: Improvement
> Components: core
> Affects Versions: 1.3
> Reporter: Xiaohua Lu
> Attachments: JCR-940-v2.patch, JCR-940-v3.patch, JCR-940.patch
>
>
> Since bundled db pm doesn't inherited from database pm, it can't reconnect
> once database is bounced. it would be nice to add this feature.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.