override nuxeo studio configuration with custom component bundle

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.

0 votes

1 answers

1838 views

ANSWER



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

0 votes