Description
Importing xwiki-enterprise-wiki-1.5.2.xar in XWiki Enterprise (Hibernate set to use JavaDB) deployed on GlassFish v3 Prelude (promoted build 25) running on Java 6 on Mac OS triggers multiple NPE's in the Lucene plugin (as many as there are artifacts to import).
INFO: 2008-09-22 15:00:29,327 [Lucene index updating thread] [Lucene Index Updater] ERROR lucene.IndexUpdater - error indexing documents
java.lang.NullPointerException
at com.xpn.xwiki.plugin.lucene.IndexUpdater.runMainLoop(IndexUpdater.java:236)
at com.xpn.xwiki.plugin.lucene.IndexUpdater.run(IndexUpdater.java:117)
at java.lang.Thread.run(Thread.java:637)