Well, that could be true, but I'm not restarting the webapp, it allways
happens after the first request!

But anyway, I gave up fighting JNDI (dunno but in every web project where
I/we use JNDI I/we seem to run into trouble with it) and switched to using
one of the servlets that comes with jackrabbit that uses a servlet context
attribute to pass the repository around.

Thanks anyway!

On Fri, Oct 3, 2008 at 03:00, Torgeir Veimo <[EMAIL PROTECTED]> wrote:

>
> On 3 Oct 2008, at 02:00, Tako Schotanus wrote:
>
>  I've got a problem that a web app trying to use a Jackrabbit JCR
>> repository
>> obtained via JNDI will always throw the following exception after the
>> first
>> time:
>>
>
>
> A BindableRepository doesn't seem to close down on webapp restart. Try
> calling RegistryHelper.unregisterRepository(ctx, "jcr/repository"); in a
> servlet context listeners destroy() method, to see if this closes down the
> repository.
>
> --
> Torgeir Veimo
> [EMAIL PROTECTED]
>
>
>
>
>

Reply via email to