- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2013 02:43 PM
Considering that nuxeo bundles are kind of OSGI ones, I suppose that when 2 contribution target the same extension point, the first one to be loaded by the container will be the active one. I suppose too that the best way to ensure the loading order of the bundles is to play with the dependency mechanism.
So my question is : if I have a deployed bundle generated by nuxeo studio, is there a way to override some part of its configuration using a custom component developed using eclipse.
/>
I would like to be able to get newer version of the studio bundle so to avoid the manual edition of this last.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2013 05:50 AM
After various test it seems that the last loaded bundle will override the previous ones. Custom bundles must so have an explicit dependency on the nuxeo one
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2013 05:50 AM
After various test it seems that the last loaded bundle will override the previous ones. Custom bundles must so have an explicit dependency on the nuxeo one
