Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.3
-
None
-
None
Description
calling JackrabbitRepository.shutdown this is the call stack
RepositoryImpl.shutdown
RepositoryImpl.doShutdown
then calls logout in all active sessions
for each session logout it calls TransientRepository.loggedOut
if there are no more sessions stopRepository() is called
stopRepository() calls again RepositoryImpl.shutdown, and shutdownLock.writeLock().acquire() hangs