-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.4.2
-
Component/s: jackrabbit-core
-
Labels:None
It is possible that the method inBatchMode() returns true and meanwhile the connection will be closed.
Closing the Connection and removing it from BatchMode is not synchronized. I must check if we can handle it by order the close and remove.