Hi,

this is fixed in Jackrabbit 2.10.1. See:
https://svn.apache.org/repos/asf/jackrabbit/tags/jackrabbit-2.10.1/jackrabb
it-core/src/main/java/org/apache/jackrabbit/core/query/lucene/NodeIndexer.j
ava


and JCR-3871 for the related JIRA issue.

Regards
 Marcel

On 27/05/15 20:31, "hsp" wrote:

>Hi,
>
>There is a NPE problem in jack 2.10 .
>in line 
>at
>org.apache.jackrabbit.core.query.lucene.NodeIndexer.isSupportedMediaType(N
>odeIndexer.java:934)
>
>
> supportedMediaTypes = parser.getSupportedTypes(null);
>
>would be
> supportedMediaTypes = parser.getSupportedTypes(new ParseContext());
>
>
>
>
>
>
>--
>View this message in context:
>http://jackrabbit.510166.n4.nabble.com/ANNOUNCE-Apache-Jackrabbit-2-10-1-r
>eleased-tp4662462p4662501.html
>Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Reply via email to