Hi

A question about the load sequence of karaf 2.3.3:

1.
I have a feature.xml:
        <configfile finalname="etc/MspEtgCommon.cfg"
override="true">mvn:${project.groupId}/MspEtgCommon/${project.version}/cfg/development</configfile>

<bundle>mvn:ch.curabill.msp.etg/MspEtgCommon/${project.version}</bundle>
<bundle>mvn:ch.curabill.msp.commons/MspCommons/${project.version}</bundle>
<bundle>mvn:${project.groupId}/${project.artifactId}/${project.version}</bundle>

When I install the feature, the bundle MspCommons starts before the Config file etc/MspEtgCommon.cfg is present. Can I force karaf to do it the other way round?

Thanks.

Regards
Laci

Reply via email to