To work aronud repository shutdowns, you can use the pool configuration present in some application servers, (I use oc4j and it works.) if you configure a minimum number of sessions open at start up. check the source code of JCAManagedConnectionFactory at createManagedConnection maybe yo need adjust it to your scenario, because this method is called by the container at sartUp time.
I have Jcr2davRepositoryFactory working fine, with oc4j+JCA+Spring but I´m using a generic user/pw for login in .properties file I hope this helps. -- View this message in context: http://jackrabbit.510166.n4.nabble.com/Using-Jackrabbit-deployed-as-JCA-Webapp-on-JBoss-6-tp4176445p4188378.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
