JB, Sorry, I meant depended features, as in the snippet below.
> 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> Kind Regards, Erwin > On Jun 21, 2015, at 23:52, Jean-Baptiste Onofré <[email protected]> wrote: > > Hi, > > what do you mean by embedded features ? featuresBoot ? > > Regards > JB > >> On 06/22/2015 05:07 AM, Erwin Hogeweg wrote: >> 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 > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com
