https://bz.apache.org/bugzilla/show_bug.cgi?id=61478
--- Comment #7 from Karl Wright <[email protected]> --- I've uploaded the testbed. The testbed does not seem to cause the failure we were seeing, however. If the codepath for a docx document goes through poi-ooxml-schemas, that means that we're seeing something that's being triggered somehow by Tika. In the MCF setup, we have tika-core at the root level, and tika-parsers (and most of its dependencies, including poi) at the connector level. This has worked in the past, at least until POI started using reflection to look up classes in poi-ooxml-schemas. The classloader setup I'm using in the testbed is cribbed directly from ManifoldCF classes that set the class loaders up, so that's clearly not the issue. Any ideas? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
