https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
Andreas Beeker changed:
What|Removed |Added
Status|NEEDINFO|NEW
--- Comment #8 from Andreas Beeke
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
--- Comment #7 from Karl Wright ---
I can't see how. Tika depends on POI, but ManifoldCF does not. The problems
we see are because we're trying to use Tika.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
--- Comment #6 from PJ Fanning ---
Any chance you could use the org.apache.poi.POIXMLTextExtractor directly
instead of using via Tika? That would simplify your classloading setup.
--
You are receiving this mail because:
You are the assignee f
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
--- Comment #5 from Karl Wright ---
The user picked up the 4.0.0-SNAPSHOT build as instructed, but still reports
the following exception:
Error tossed: org/apache/poi/POIXMLTextExtractor
java.lang.NoClassDefFoundError: org/apache/poi/POIXMLTex
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
--- Comment #4 from Karl Wright ---
Thanks for the quick turnaround!
I'll have the user try this out.
--
You are receiving this mail because:
You are the assignee for the bug.
-
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
Andreas Beeker changed:
What|Removed |Added
Status|NEW |NEEDINFO
--- Comment #3 from Andreas
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
--- Comment #2 from Andreas Beeker ---
Another SO link about context class loader:
https://stackoverflow.com/a/36228195/2066598
... "Short answer: never use the context class loader!"
So we should also add it to the forbidden-apis-check.
--
https://bz.apache.org/bugzilla/show_bug.cgi?id=62564
--- Comment #1 from Andreas Beeker ---
I think the old ticket was #61478
I guess we don't need the document causing this issue, as we can easily provide
an encrypted file.
Similar to last time we/I need a testbed to see why the thread
ContextC