You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tika.apache.org by Julian Reschke <ju...@gmx.de> on 2017/12/19 09:37:05 UTC

problems loading parser through service loader after upgrade to 1.17

Hi there,

see <https://issues.apache.org/jira/browse/JCR-4215>.

We have a test failure in Jackrabbit trunk (once we update to 1.17), 
because apparently a test parser we use ("BlockingParser") doesn't get 
used anymore.

The config file is here: 
<https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/resources/META-INF/services/org.apache.tika.parser.Parser>

Did anything subtle change? Any ideas what could be wrong?

Best regards, Julian

Re: problems loading parser through service loader after upgrade to 1.17

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-12-19 10:37, Julian Reschke wrote:
> Hi there,
> 
> see <https://issues.apache.org/jira/browse/JCR-4215>.
> 
> We have a test failure in Jackrabbit trunk (once we update to 1.17), 
> because apparently a test parser we use ("BlockingParser") doesn't get 
> used anymore.
> 
> The config file is here: 
> <https://svn.apache.org/repos/asf/jackrabbit/trunk/jackrabbit-core/src/test/resources/META-INF/services/org.apache.tika.parser.Parser> 
> 
> 
> Did anything subtle change? Any ideas what could be wrong?
> 
> Best regards, Julian

PS: to repro, checkout 
<<https://svn.apache.org/repos/asf/jackrabbit/trunk>, bump up the 
tika.version in jackrabbit-parent/pom.xml, run "mvn clean install".