Richard C. Hidalgo Lorite a écrit : > >> You miss an enclosing <component name="your custom component name"> >> </component> >> tag around that. >> > > not included at my mail but yes I have it in the files > > <component > name="org.nuxeo.ecm.platform.content.template.service.ContentTemplateService.defaultContrib"> > > ummmmmmmmmm, my I have to put another name to the component like > "org.argonauta.ehistoria.nuxeo.ContentTemplateService.myContrib" ?
Yes, that's a common mistake to copy and paste an existing component names. Nuxeo runtime OSGI implementation just ignores components defined twice (you should have a warning somewhere in your logs). -- Olivier _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
