DataStore: garbage collection fails if a workspace is not initialized
---------------------------------------------------------------------
Key: JCR-2084
URL: https://issues.apache.org/jira/browse/JCR-2084
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-core
Reporter: Thomas Mueller
Assignee: Thomas Mueller
The test case GCEventListenerTest fails with the following exception:
testEventListener(org.apache.jackrabbit.core.data.GCEventListenerTest) Time
elapsed: 10.235 sec <<< ERROR!
java.lang.IllegalStateException: workspace 'test' not initialized
at
org.apache.jackrabbit.core.RepositoryImpl$WorkspaceInfo.getPersistenceManager(RepositoryImpl.java:1703)
at
org.apache.jackrabbit.core.SessionImpl.createDataStoreGarbageCollector(SessionImpl.java:694)
at
org.apache.jackrabbit.core.data.GCEventListenerTest.doTestEventListener(GCEventListenerTest.java:75)
at
org.apache.jackrabbit.core.data.GCEventListenerTest.testEventListener(GCEventListenerTest.java:49)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.