H2PersistenceManager: no need to call shutdown; javadoc bugs
------------------------------------------------------------
Key: JCR-1546
URL: https://issues.apache.org/jira/browse/JCR-1546
Project: Jackrabbit
Issue Type: Bug
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
Priority: Minor
Fix For: 1.5
The H2PersistenceManager implementation calls "shutdown" to force closing the
database when using file based databases. There is no need to do that when
using the H2 database engine: the database is closed automatically when the
last connection is closed.
Also, the javadocs of the H2PersistenceManager need to be fixed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.