Hi ,
It looks like embedded features aren’t started anymore in 3.0.4-SS
This is snippet of my feature.xml
<feature name=“my.feature" version="1.0.0-SNAPSHOT" description=“a
description">
<feature version="[2.7.8, 3.0)">cxf</feature>
<feature version="[1.6.0,
1.7)">cxf-dosgi-discovery-distributed</feature>
<feature>webconsole</feature>
<feature version="[2.0,2.1)">jpa</feature>
<feature>eventadmin</feature>
<feature>scr</feature>
…
The console output:
...
Installing feature webconsole 3.0.4-SNAPSHOT
Found installed bundle: org.apache.felix.metatype [448]
Found installed bundle: org.apache.karaf.webconsole.branding [449]
Found installed bundle: org.apache.karaf.webconsole.console [450]
Installing feature jpa 2.0.0
...
The bundle status after the feature installation:
webconsole | 3.0.4-SNAPSHOT | |
standard-3.0.4-SNAPSHOT | Base support of the Karaf WebConsole
jpa | 2.0.0 | |
enterprise-3.0.4-SNAPSHOT | OSGi Persistence Container
eventadmin | 3.0.4-SNAPSHOT | |
standard-3.0.4-SNAPSHOT | OSGi Event Admin service specification for
event-b
scr | 3.0.4-SNAPSHOT | |
standard-3.0.4-SNAPSHOT | Declarative Service support
Is this changed intentionally in 3.0.4?
Regards,
Erwin