I'd like to use ForkParser in OSGi with tika 1.22. The server seems to start up, but I'd get ClassNotFound from ClassLoaderProxy.java:119 soon as it tries to load anything from either tika-core or tika-parsers.
I'm creating a ForkParser by:
new ForkParser(ForkParser.class.getClassLoader(), parser);
where parser is an AutoDetectParser created with TikaConf.
Thanks,
-Katsuya
