Re: Prerequisites amongst boot features

2016-09-29 Thread Guillaume Nodet
2016-09-29 16:39 GMT+02:00 Benson Margulies : > On Thu, Sep 29, 2016 at 10:36 AM, Guillaume Nodet > wrote: > > > > > > 2016-09-29 16:22 GMT+02:00 Benson Margulies : > >> > >> On Thu, Sep 29, 2016 at 10:12 AM, Guillaume Nodet

Re: Prerequisites amongst boot features

2016-09-29 Thread Benson Margulies
On Thu, Sep 29, 2016 at 10:36 AM, Guillaume Nodet wrote: > > > 2016-09-29 16:22 GMT+02:00 Benson Margulies : >> >> On Thu, Sep 29, 2016 at 10:12 AM, Guillaume Nodet >> wrote: >> > Manually maintaining the feature set is not something

Re: Prerequisites amongst boot features

2016-09-29 Thread Guillaume Nodet
2016-09-29 16:22 GMT+02:00 Benson Margulies : > On Thu, Sep 29, 2016 at 10:12 AM, Guillaume Nodet > wrote: > > Manually maintaining the feature set is not something you should do. > > Please raise a JIRA and attach a test case if you can produce one (an >

Re: Prerequisites amongst boot features

2016-09-29 Thread Benson Margulies
On Thu, Sep 29, 2016 at 10:12 AM, Guillaume Nodet wrote: > Manually maintaining the feature set is not something you should do. > Please raise a JIRA and attach a test case if you can produce one (an > integration test for the plugin would be awesome) : that's not really >

Re: Prerequisites amongst boot features

2016-09-29 Thread Benson Margulies
On Thu, Sep 29, 2016 at 10:05 AM, Jean-Baptiste Onofré wrote: > Actually, you are using multi-stage: stage1 is (wrap) and stage2 is all the > rest. > > I would recommend to group all dependency features in stage1 and the rest in > stage2. How can I do that while still using

Re: Prerequisites amongst boot features

2016-09-29 Thread Jean-Baptiste Onofré
Actually, you are using multi-stage: stage1 is (wrap) and stage2 is all the rest. I would recommend to group all dependency features in stage1 and the rest in stage2. Regards JB On 09/29/2016 03:54 PM, Benson Margulies wrote: Hi JB, I let the maven plugin write

Re: Prerequisites amongst boot features

2016-09-29 Thread Benson Margulies
On Thu, Sep 29, 2016 at 10:04 AM, Benson Margulies wrote: > rosapi-worker-flinx-sdk to be clear, rosapi-worker-flinx-sdk is the name of the feature that I listed as a prerequisite of another feature. And the featuresBoot when this failure is happening is: featuresBoot =

Re: Prerequisites amongst boot features

2016-09-29 Thread Benson Margulies
And it hangs. It never reaches command level, and it never exits. If I force a javax.servlet bundle into the situation, I start getting similar complaints about the package that contains the DS annotations. ➜ rosapi1.5-master git:(dummy) ✗ assemblies/full-test/target/assembly/bin/karaf

Re: Prerequisites amongst boot features

2016-09-29 Thread Guillaume Nodet
Would you mind pasting the stack trace of the error you have please ? 2016-09-29 15:54 GMT+02:00 Benson Margulies : > Hi JB, > > I let the maven plugin write org.apache.karaf.features.cfg, so I don't > know, to be honest, if I'm using multi-stage. > > _Without_ the failing

Re: Prerequisites amongst boot features

2016-09-29 Thread Benson Margulies
Hi JB, I let the maven plugin write org.apache.karaf.features.cfg, so I don't know, to be honest, if I'm using multi-stage. _Without_ the failing prerequisites, I have the following content of org.apache.karaf.features.cfg. I'm using the property editor feature to turn off capability

Re: Prerequisites amongst boot features

2016-09-29 Thread Jean-Baptiste Onofré
Hi Benson, do you use multi-stage in featuresBoot ? Regards JB On 09/29/2016 03:33 PM, Benson Margulies wrote: Folks, I build an assembly in which all the feature are boot features, because they are all going to be used. When I try to make one of them a prerequisite of another, I get a