RE: maven-bundle-plugin and blueprint

2013-10-18 Thread CLEMENT Jean-Philippe
By "best approach" I mean which maven-bundle-plugin tags should I add in the pom in order the blueprint files to be included in the bundle? JP -Message d'origine- De : CLEMENT Jean-Philippe [mailto:jean-philippe.clem...@fr.thalesgroup.com] Envoyé : jeudi 17 octobre 2013 16:37 À : user

Re: maven-bundle-plugin and blueprint sample

2010-11-26 Thread John Bäckstrand
Thanks! I did not actually see much in the console, but the logfile on the other said there was a problem finding a property fetcher, which I was missing for my bean. I also corrected the name of the setter, and it now works fine in a 2.1.2 karaf! Now I have other problems, pax-runner is not able

Re: maven-bundle-plugin and blueprint sample

2010-11-25 Thread Guillaume Nodet
I don't see anything wrong in your files. You give give a try to the following: * download karaf 2.1.2 just released * launch it * in the console. run: "log:set debug" * copy your blueprint file in the deploy folder * in the console, run "log:display" and give me back the output. 20

Re: maven-bundle-plugin and blueprint sample

2010-11-25 Thread John Bäckstrand
2010/11/25 John Bäckstrand > 2010/11/25 John Bäckstrand > >> On Wed, Nov 24, 2010 at 22:50, Alasdair Nottingham wrote: >> >>> > It seems the blueprint bundle is not doing anything proactively when I >>> just >> >> > deploy my bundle together with the blueprint one. >>> >>> Where do you get your

Re: maven-bundle-plugin and blueprint sample

2010-11-25 Thread John Bäckstrand
2010/11/25 John Bäckstrand > On Wed, Nov 24, 2010 at 22:50, Alasdair Nottingham wrote: > >> > It seems the blueprint bundle is not doing anything proactively when I >> just > > > deploy my bundle together with the blueprint one. >> >> Where do you get your blueprint implementation from? >> >> I

Re: maven-bundle-plugin and blueprint sample

2010-11-24 Thread John Bäckstrand
On Wed, Nov 24, 2010 at 22:50, Alasdair Nottingham wrote: > > > Alasdair > > On 24 Nov 2010, at 21:16, John Bäckstrand wrote: > > > I am wondering if there is any small samples available that use > > maven-bundle-plugin and osgi blueprint? > > > > The bundle plugin seems to recognize the bluepri

Re: maven-bundle-plugin and blueprint sample

2010-11-24 Thread Guillaume Nodet
On Wed, Nov 24, 2010 at 22:50, Alasdair Nottingham wrote: > > > Alasdair > > On 24 Nov 2010, at 21:16, John Bäckstrand wrote: > >> I am wondering if there is any small samples available that use >> maven-bundle-plugin and osgi blueprint? You can have a look at Aries or Karaf which both heavily u

Re: maven-bundle-plugin and blueprint sample

2010-11-24 Thread Alasdair Nottingham
Alasdair On 24 Nov 2010, at 21:16, John Bäckstrand wrote: > I am wondering if there is any small samples available that use > maven-bundle-plugin and osgi blueprint? > > The bundle plugin seems to recognize the blueprint xml in > OSGI-INF/blueprint, since if I malform this file it will compla