Hi, On Thu, Jan 9, 2014 at 5:31 AM, <[email protected]> wrote: > + if (repo instanceof JackrabbitRepository) { > + ((JackrabbitRepository) repo).shutdown(); > + }
This looks ugly. It would be nice if the JCR repository wrapper around was stateless, i.e. could simply be collected as normal garbage when no longer used. BR, Jukka Zitting
