Hello all, I am using Tika in a Commons Daemon windows service. When I attempt to create a new ParsingReader, I get a ServiceConfigurationError, saying that the ClassParser cannot be found. If I go into the provider file and comment out the ClassParser, then the next class in the list generates the error.
In short, I cannot get Tika to load any of the ParserClasses while in a service. However, it works fine in every other environment I've tested. Any ideas? P.S. I didn't know where to post this, so sorry if its in the wrong spot. Thanks, Ryan
