Tika configuration may use wrong class loader
---------------------------------------------
Key: JCR-3003
URL: https://issues.apache.org/jira/browse/JCR-3003
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: indexing, jackrabbit-core
Reporter: Jukka Zitting
Assignee: Jukka Zitting
The configurable Tika parser construction mechanism added in JCR-2864
constructs the parser instance lazily when the first indexing request is made.
This may confuse things as the context class loader used by Tika to load all
the available parser classes may not always be the class loader used to create
the repository. To avoid this problem the Tika parser should be constructed
already during normal repository initialization.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira