There are several component registration problems when a duplicate component name is used:
- when components are deployed without being referenced in a MANIFEST (suffixed by -bundle.xml or -config.xml), the all nuxeo.ear deployment fails because of the duplication
- when a component with a duplicate name is referenced in a MANIFEST, all following xml contribution files are skipped
- depends on
-
NXP-1690 log component with duplicated names in the runtime warning summary
- Resolved