Re: Problem with SpiFly serviceloader

2019-05-25 Thread Paul Fraser
Hi Benjamin, It gets installed as part of the "http" feature which I have installed. It is showing as ACTIVE in the bundle list. "aries-proxy" feature is also required for asm support of the dynamic bundle and it is installed and ACTIVE in my installation. Paul On 26/05/2019 4:36 pm, Benjamin

Re: Problem with SpiFly serviceloader

2019-05-25 Thread Benjamin Graf
Hi Paul, did you install mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/1.2.1? It's not listed in your feature file. I think that's all you need. Regards Benjamin Am 26.05.2019 um 06:33 schrieb Jean-Baptiste Onofré: > Hi, > > osgi.serviceloader.registrar package is part of

Re: Rotating karaf.log?

2019-05-25 Thread Steinar Bang
> Jean-Baptiste Onofré : > Hi Steinar, > yes, you can rotate by configuration in etc/org.ops4j.pax.logging.cfg. > By configuration, the rotation is set to 16MB: > # Rolling file appender > log4j2.appender.rolling.type = RollingRandomAccessFile > log4j2.appender.rolling.name = RollingFile > l

Re: Problem with SpiFly serviceloader

2019-05-25 Thread Jean-Baptiste Onofré
Hi, osgi.serviceloader.registrar package is part of OSGi R7 (so Karaf 4.3.x, not 4.2.x). Don't you use bndtools to create your bundle ? Regards JB On 25/05/2019 21:46, Paul Fraser wrote: > Hi Francois, > > 4.2.5 > > On 26/05/2019 12:57 am, Francois Papon wrote: >> Hi Paul, >> >> Wich version

Re: Information about Archetypes and Features

2019-05-25 Thread Jean-Baptiste Onofré
Hi, first about the archetype (bundle one), I don't know which archetype version you are using, but the bundle archetype use maven-bundle-plugin 4.1.0 since a while. About Pax URL mvn repository, it uses $HOME/.m2/repository by default. If you don't use this default repo, indeed you have to speci

Information about Archetypes and Features

2019-05-25 Thread matthiaw
Hi karaf-community, since last week i am trying to get into karaf because i want to create my own bundles and features. Now - after hours and days of trial and errors - i get it. BUT i want to tell you the story, so i wrote a post at https://nightofprompt.home.blog/2019/05/23/karaf-part1/ Pleas

Re: Problem with SpiFly serviceloader

2019-05-25 Thread Paul Fraser
Hi Francois, 4.2.5 On 26/05/2019 12:57 am, Francois Papon wrote: Hi Paul, Wich version of Karaf are you using? regards, François fpa...@apache.org Le 25/05/2019 à 08:48, Paul Fraser a écrit : Hi, Attached are some details of the code I am having problem with. The end of the instantiator-

Re: Problem with SpiFly serviceloader

2019-05-25 Thread Francois Papon
Hi Paul, Wich version of Karaf are you using? regards, François fpa...@apache.org Le 25/05/2019 à 08:48, Paul Fraser a écrit : > Hi, > > Attached are some details of the code I am having problem with. > > The end of the instantiator-error.txt file clearly indicates the > problem but I have not