RE: service / reference-list within same bundle

2013-06-05 Thread CLEMENT Jean-Philippe
Guillaume, Is there a way to inject a bean manager instead of a bean itself using Blueprint? Cheers, JP [@@ OPEN @@] De : Guillaume Nodet [mailto:gno...@apache.org] Envoyé : mardi 4 juin 2013 17:20 À : user Objet : Re: service / reference-list within same bundle If you don't need to iterator

Re: service / reference-list within same bundle

2013-06-05 Thread Guillaume Nodet
You can't inject a bean manager, but you can inject the id using id-ref=xyz, inject the blueprint container using ref=blueprintContainer and then programmatically ask the blueprint container for beans (or eventually for the metadata). That's how you can leverage prototypes programmatically.

RE: service / reference-list within same bundle

2013-06-05 Thread CLEMENT Jean-Philippe
Ok, good. Which kind of Java parameter type is injected for id-ref ? String? JP [@@ OPEN @@] De : Guillaume Nodet [mailto:gno...@apache.org] Envoyé : mercredi 5 juin 2013 11:42 À : user Objet : Re: service / reference-list within same bundle You can't inject a bean manager, but you can inject

Re: service / reference-list within same bundle

2013-06-05 Thread Guillaume Nodet
Yes 2013/6/5 CLEMENT Jean-Philippe jean-philippe.clem...@fr.thalesgroup.com Ok, good. ** ** Which kind of Java parameter type is injected for id-ref ? String? ** ** JP ** ** [@@ OPEN @@] ** ** *De :* Guillaume Nodet [mailto:gno...@apache.org] *Envoyé :*

RE: service / reference-list within same bundle

2013-06-05 Thread CLEMENT Jean-Philippe
Good. What is the main difference between injecting directly the string, or injecting an idref, just reference check ref existence before injection ? JP [@@ THALES GROUP INTERNAL @@] De : Guillaume Nodet [mailto:gno...@apache.org] Envoyé : mercredi 5 juin 2013 12:41 À : user Objet : Re:

Re: service / reference-list within same bundle

2013-06-05 Thread Guillaume Nodet
Exactly, the container simply check the existence. 2013/6/5 CLEMENT Jean-Philippe jean-philippe.clem...@fr.thalesgroup.com Good. ** ** What is the main difference between injecting directly the string, or injecting an idref, just reference check ref existence before injection ?* ***

features-maven-plugin fails to download smooks dependencies

2013-06-05 Thread Ioan Eugen Stan
Hello, I'm using the features-maven-plugin 2.3.1 to build a repo for a custom distribution. All is good except that for some reason it fails when downloading the smooks dependencies. Running the install manually as suggested in the error output works. Installing the feature in Karaf at runtime