Plugin implementing EventListener with Nuxeo Eclipse EDI does not work apart from package org.nuxeo.sample
Hi, I implemented a plugin to listen to DocumentImported events, through the Nuxeo Eclipse EDI. It worked (as for the logs, I had to use at least log.error("...") to get a message! :-/) Now, I did exactly the same, but with another package (because I...