Hi,

There is a NPE problem in jack 2.10 .
in line 
at
org.apache.jackrabbit.core.query.lucene.NodeIndexer.isSupportedMediaType(NodeIndexer.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-released-tp4662462p4662501.html
Sent from the Jackrabbit - Dev mailing list archive at Nabble.com.

Reply via email to