Hi, On Thu, Jul 5, 2012 at 7:10 PM, Kevin Milburn <kmilb...@gpslsolutions.com> wrote: > Any ideas where I may have gone wrong or how to get it working?
In an OSGi environment Tika makes the Parser and Detector implementations available as OSGi services that tika-core then automatically picks up for use with things like AutoDetectParser and the Tika facade. In 1.1 you need declarative services support for that to happen, which is probably why you don't see the parsers coming up in your deployment. You can either deploy Tika 1.1 with declarative services, or upgrade to the latest 1.2 SNAPSHOT where declarative services is no longer needed (see https://issues.apache.org/jira/browse/TIKA-896). BR, Jukka Zitting