On Mon, 2006-04-17 at 18:19 +0300, Jukka Zitting wrote: > > > On 4/16/06, Torgeir Veimo <[EMAIL PROTECTED]> wrote: > > A TransientRepository wouldn't be sufficient here, since it doesn't > > actually persist any data? > > It does persist the data. The naming is a bit unfortunate (my > mistake), it refers to the transient nature of the underlying > RepositoryImpl instance (it is only present when one or more sessions > are open), not to whether the content data is persisted or not.
Ok, I'm now using a TransientRepository. There's no way to force a shutdown of it, even if not all sessions are logged out? On a webapp redeploy, it's not possible to get at all sessions and log them out properly. -- Torgeir Veimo <[EMAIL PROTECTED]>
