Hi I'm sure that tika-bundle-1.0 isn't working, at lease for me in servicemix. I switched to tika-bundle-0.9 and tika 0.9 is my code and everything works again. I looked at the tika source code and tika-core is not bundled in tika-bundle.
Thank you. On 03/08/12 13:15, Nick Burch wrote: > On Thu, 8 Mar 2012, Shalom Ben-Zvi wrote: >> I installed tika-bundle-1.0 and tika-core-1.0 into servicemix. >> I'm invoking Tika from my bundle, actually a camel route. > > I don't know a lot about OSGi, but that might be your issue - you have > some bits of Tika coming from a bundle, and some bits from outside. Do > you not need to ensure that everything is in the same place? Also, the > bundle normally does have Tika Core in it > > Nick