Hi all,
we have configured Jackrabbit 2.2.10 to use an embedded H2 database. Everything works fine except of a restart of Jackrabbit. We call explicitly RepositoryImpl#shutdown on the Jackrabbit repository but not all connections are closed. It seems that Jackrabbit uses 5 connections when started and after a shutdown only 1 connection gets closed. The other 4 connections are still open. My question is: How do I force Jackrabbit to free all connections so that our embedded H2 database is correctly shutdown? I can use the H2 shutdown command here to force the shutdown of the H2 database but does this have any impact on Jackrabbit? BR, Sascha
