SCR

2014-02-21 Thread Krzysztof Sobkowiak
Hi In the SCR examples you use the bnd annotations and Service-Component manifest header. On the other hand, in the karaf-light branch Ioannis uses the Felix SCR annotations and maven plugin to generate the metadata. Are the both approaches part of the SCR specification? If yes, shouldn't we

Re: SCR

2014-02-21 Thread David Jencks
Neither is part of the scr specification. i recommend using the scr annotations that are part of the specification in the org.osgi.service.component.annotations package. Bnd interprets them fine and I believe you can arrange for the bnd in the maven bundle plugin to interpret them although I

RejectedExecutionException issue

2014-02-21 Thread simafengyun1984
Hi, I faced a RejectedExecutionException issue in camel. Do you have any suggestion to fix it? I deployed 2 bundles in KARAF2.3.3 cluster. One is client bundle and the other is a service bundle. Thy are deployed in different cluster nodes. Client bundle has a camel route. it just receives me

Re: My Cellar 3.0.0 fork....

2014-02-21 Thread Ryan Moquin
Awesome. From what you are mentioning I think our changes might complement each other well, such as the work I did to get cellar int tests to be smarter about testing cellar, using the distributed executors.. I'm hoping the way I changed handling the properties will be well received.. I simplified

Re: My Cellar 3.0.0 fork....

2014-02-21 Thread Ryan Moquin
Also, I think I'm on Hazelcast 3.1.5 and should be on the latest of any all library I could (such as latest pax-exam karaf) etc.. so that will help ease some of the merging. I had slimmed down the blueprint files as well since I think some extra referwnces were loaded that didn't need to be. Overa