Resolved! my nuxeo component exposed as service is not injected in my action bean
Hi, I have developed my own nuxeo component exposed as service with my "nuxeo ide", but it is not injected in the bean action where it is used. I have this files in my plugin: component xml: code in MyService: public class MyService extends Defaul...