Hi, Refer to the documentation: [http://doc.nuxeo.org/5.3/books/nuxeo-book/html-single/#events-scheduling] Your contribution should be: <?xml version="1.0"?> <component name="test.job.event"> <extension target="org.nuxeo.ecm.core.event.EventServiceComponent" point="listener"> <listener name="scheduler_event" async="false" postCommit="false"
class="test.job.StartJobListener"> *<event>MassImportEvent</event>* </listener> </extension> </component> This allows your listener to catch this particular event. But this is not answer for NPE. Regards, Stefan -- Posted by "[email protected]" at Nuxeo Discussions <http://nuxeo.org/discussions> View the complete thread: <http://www.nuxeo.org/discussions/thread.jspa?threadID=3529#10795> _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
