Thank you for response.
All libraries are located within web application.
I took jars, from jackrabbit.war and added specific
filter required libraries (poi, pdfbox etc.).

I will try to patch slf4j (or less likely Tomcat).

I would also like to repeat my previous question:
Is it safe to have one reference of repository object (in singleton),
and use it within web application? Each business method would get that
reference and
create Session object on the beginning of the method, and logout on the end.

Regards

2006/7/17, Jukka Zitting <[EMAIL PROTECTED]>:
Hi,

On 7/17/06, Milan Trajkovic wrote:
> I have attached source to slf4j and tried to debug. It seems that all
> loggers are released, before actual shutdown method is called (and
> executed), so log instance is null.

This sounds familiar with a problem reported as Tomcat issue #38579
[1], or originally as SLF4J issue #15 [2]. Unfortunately I don't think
the fix has yet made it to an official Tomcat release. Do you have all
the jar files within the webapp, or some (slf4j, jackrabbit-core, some
other) outside it?

[1] http://issues.apache.org/bugzilla/show_bug.cgi?id=38579
[2] http://bugzilla.slf4j.org/show_bug.cgi?id=15

BR,

Jukka Zitting

Reply via email to