Brian Moseley wrote:
the stack trace is:
2006-01-09 14:42:53,882 ERROR [ObservationManagerFactory] Synchronous EventConsu
mer threw exception.
java.lang.ThreadDeath
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1221)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoa
der.java:1181)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
at org.osaf.cosmo.jackrabbit.query.TextCalendarTextFilter.doFilter(TextC
alendarTextFilter.java:114)
[...]
hmm, that is pretty strange. a ThreadDeath is only thrown when the
thread is stopped with Thread.stop(). the query handler does not catch
any errors. If a ThreadDeath can happen during regular operation I need
to change the query handler to be able to deal with such a situation.
regards
marcel