Hi, timeouts would be a good solution. There is a troube in my case that I do not have a control over sessions but I can try this (as you suggested).
javax.jcr.Session session = ...; ((org.apache.jackrabbit.core.RepositoryImpl) session.getRepository()).shutdown(); Thanks Jukka Zitting wrote: > > Hi, > > On Jan 31, 2008 5:44 PM, safi <[EMAIL PROTECTED]> wrote: >> I would like to ask if there is a way how to close all opened jackrabbit >> sessions. > > The preferred way to do that is of course for each client to close > each session that it opens. Any open sessions will be forcibly closed > only when the entire repository is shutting down. > > There is a few feature request for session timeouts, but currently (as > of 1.4) it's not yet implemented. > > BR, > > Jukka Zitting > > -- View this message in context: http://www.nabble.com/Closing-all-sessions-tp15206566p15222161.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
