Re: integration test, startup time for karaf 2.3.1

2013-06-17 Thread Christian Schneider
Do you already use the EagerSingleStagedReactorStrategy ? See https://ops4j1.jira.com/wiki/display/paxexam/Reactor+Strategies It does not help for the startup time but reduces the number of starts. Christian Am 14.06.2013 15:37 schrieb Marcos Mendez mar...@jitisoft.com: Hi, Maven only checks

Re: integration test, startup time for karaf 2.3.1

2013-06-17 Thread Jean-Baptiste Onofré
I don't think it will help. I think that Marcos' pom.xml doesn't contain the Karaf dependency/ and so it downloads and bootstraps for each test method. Regards JB On 06/17/2013 11:24 AM, Christian Schneider wrote: Do you already use the EagerSingleStagedReactorStrategy ? See

Re: Cellar 3.0.0-SNAPSHOT

2013-06-17 Thread rkmoquin
Will -p be added to 3.0.0 as well? Otherwise unit tests using 3.0.0 that create and connect to a child instance won't be able to in an integration test. Ryan -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-3-0-0-SNAPSHOT-tp4028863p4029056.html Sent from the Karaf -

Re: Cellar 3.0.0-SNAPSHOT

2013-06-17 Thread Jean-Baptiste Onofré
Hi Ryan, exactly, it's the plan. I gonna update 3.0.0 that way. Regards JB On 06/17/2013 04:56 PM, rkmoquin wrote: Will -p be added to 3.0.0 as well? Otherwise unit tests using 3.0.0 that create and connect to a child instance won't be able to in an integration test. Ryan -- View this

Re: Cellar 3.0.0-SNAPSHOT

2013-06-17 Thread rkmoquin
Ok, cool, I figured but just wanted to make sure. Is there an rough estimate on on that feature? Just trying to plan ahead :) Thanks! -- View this message in context: http://karaf.922171.n3.nabble.com/Cellar-3-0-0-SNAPSHOT-tp4028863p4029058.html Sent from the Karaf - User mailing list

Re: Cellar 3.0.0-SNAPSHOT

2013-06-17 Thread Jean-Baptiste Onofré
Let say tonight (my time) ;) I reopen the Jira and work on that ;) Regards JB On 06/17/2013 05:12 PM, rkmoquin wrote: Ok, cool, I figured but just wanted to make sure. Is there an rough estimate on on that feature? Just trying to plan ahead :) Thanks! -- View this message in context:

Re: Cellar 3.0.0-SNAPSHOT

2013-06-17 Thread Jean-Baptiste Onofré
By the way, I checked the Cellar itests and I saw an issue in the destroyCellarChild method. We properly uninstall the cellar feature using: System.err.println(executeCommand(admin:connect + name + features:uninstall cellar)); but it's not correct as features:uninstall and cellar are

Client + 2 Blueprint Service

2013-06-17 Thread Charles Moulliard
Hi, I would like to deploy on OSGI platform (Karaf) two different versions (but could be more) of an OSGI service (org.acme.common.HelloWorldService - v1 v2). For that purpose I have created 2 Blueprint XML config files, packaged the bundles and deploy them on karaf [ 57] [Active ]