Hi Cyrus, Cyrus Daboo wrote:
The text filter is very specific to the webapp (it does some custom indexing of the iCalendar data - not a straight text extraction as other text filters do) and it has a dependency on iCalendar libraries for parsing. Thus a whole bunch of stuff, not just the text filter, would have to be moved up to the tomcat class loader - this seems like a bad layering violation to me.
well, that's because tomcat does not have proper support for resource adapters. Ideally each resource would get its own classloader. but this is not possible in tomcat (afaik).
regards marcel
