karaf 4.2.7 & Category logging

2019-12-09 Thread DERIES Sebastien
Hello Karaf users! Last week my team and and tried update our karaf version from 4.1.1 to 4.2.7. However we were unable to do so and could only update to 4.2.6. Our karaf container embeds an old library that uses log4j1 and the Category logging mechanism. The latest karaf version seems to depend

RE: karaf 4.2.7 & Category logging

2019-12-11 Thread DERIES Sebastien
d. For migration urpose, you can still use log4j1 by replacing pax-logging-log4j2 with pax-logging-service (log4j1). However, you will have to use the "old style" etc/org.ops4j.pax.logging.cfg. Regards JB On 09/12/2019 09:12, DERIES Sebastien wrote: > Hello Karaf users! > >   >

wrap:mvn in offline mode

2017-10-24 Thread DERIES Sebastien
Hey Everyone, I currently work on a custom karaf distribution (based on 4.1.2) built using the karaf-maven-plugin. This distribution was working perfectly offline (any nexus server) until I added a non OSGi jar file inside one of our custom karaf feature using the wrap:mvn protocol. wrap:mvn:

RE: wrap:mvn in offline mode

2017-10-24 Thread DERIES Sebastien
d your use case correctly, you want to add "wrap" to "installedFeature". https://karaf.apache.org/manual/latest/#_plugin_configuration 2017-10-24 11:03 GMT+02:00 DERIES Sebastien : > Hey Everyone, > > > > I currently work on a custom karaf distribution (based on

RE: wrap:mvn in offline mode

2017-10-25 Thread DERIES Sebastien
handler. Regards JB On Oct 25, 2017, at 08:22, DERIES Sebastien mailto:sebastien.der...@thalesgroup.com>> wrote: Thank you Markus for your answer. We build our custom distribution like this: org.apache.karaf.tooling karaf-maven-plugin aries-blu

host/fragment config files ?

2017-11-23 Thread DERIES Sebastien
Hi all, In one of our projects (based on KARAF 4.1.1 ), we just split one of our bundle into 1 host bundle and 2 fragments. The host has one cfg file (com.bla.host.cfg) and one of the fragment also has cfg file (com.bla.frag.cfg). In those bundle and fragment we use blueprint to create all our be

maven-bundle-plugin multiple blueprint folders

2019-01-11 Thread DERIES Sebastien
Hi Karaf users ! First I wish you the best for this new year ! Then, I have a question about the maven-bundle-plugin and the bundle-blueprint manifest header. Our bundles currently instanciate beans using many blueprint XML files. The bean definitions are stored in the following file structure

karaf feature absolute path problem

2014-05-26 Thread DERIES Sebastien
Hi all, I'm using apache-karaf-3.0.0.RC1, with Java 8u20 on Linux Red hat 6.2. We use karaf features to install our bundles and configuration files into KARAF. Example: mvn: package.lang/language/0.0.1-SNAPSHOT/cfg mvn:package.lang/l

RE: karaf feature absolute path problem

2014-05-26 Thread DERIES Sebastien
has to have the write permission. Is it the case ? Regards JB -- Jean-Baptiste Onofré jbono...@apache.org<mailto:jbono...@apache.org> http://blog.nanthrax.net Talend - http://wwx.talend.com - Reply message - From: "DERIES Sebastien" mailto:sebastien.der...@thale

constant defined in .cfg not resolved at first start

2014-08-29 Thread DERIES Sebastien
Dear Karaf members, Our Karaf application encounters a strange behavior at the first launch using the karaf/bin/start script: the application is not fully started due to exceptions. The error only happens during the first launch. If we start the application afterwards using karaf/bin/start it

Maven assembly plugin option?

2014-09-10 Thread DERIES Sebastien
Hi guys ! I'd like to use maven assembly plugin to assemble my application. I used this in my pom.xml org.apache.karaf.tooling karaf-maven-plugin

RE: Maven assembly plugin option?

2014-09-10 Thread DERIES Sebastien
igine- De : Jean-Baptiste Onofré [mailto:j...@nanthrax.net] Envoyé : mercredi 10 septembre 2014 15:00 À : user@karaf.apache.org Objet : Re: Maven assembly plugin option? By the way, it's part of the improvements that I started on the karaf-maven-plugin. Regards JB On 09/10/2014 02:51

RE: Maven assembly plugin option?

2014-09-10 Thread DERIES Sebastien
Maven assembly plugin option? Hi Seb, not yet, I'm on Karaf 2.4.0 release. I should be able to provide a new SNAPSHOT tomorrow (with the plugin enhancements). Regards JB On 09/10/2014 03:06 PM, DERIES Sebastien wrote: > Hi JB, > Thanks for your answers! > Do you know when

RE: Maven assembly plugin option?

2014-09-11 Thread DERIES Sebastien
lish a new SNAPSHOT tomorrow. Sorry for the delay. Regards JB On 09/10/2014 03:30 PM, DERIES Sebastien wrote: > Awesome ! > > Sébastien Deries > Tel. : + 33 (0)4 92 96 31 52 > sebastien.der...@thalesgroup.com > > > [@@ THALES GROUP INTERNAL @@] > > > > -Mess

karaf, heap dumps, jvisualvm

2015-02-05 Thread DERIES Sebastien
Hi guys, I use Karaf 3.0.2 with java 8_u40 and investigate on a memory leak in one of our bundles we developed. I created a heap dump using the karaf command dump-create which is very useful. It created a dump.zip file containing all the information I need. However, I tried to open the heapdump.

RE: karaf, heap dumps, jvisualvm

2015-02-05 Thread DERIES Sebastien
heap dumps, jvisualvm Hi Sébastien, did you simply try a jmap (with the Karaf PID) ? I use jvisualvm (or jhat) for analyses. Regards JB On 02/05/2015 10:36 AM, DERIES Sebastien wrote: > Hi guys, > > I use Karaf 3.0.2 with java 8_u40 and investigate on a memory leak in > one

karaf/blueprint and gradle

2015-12-22 Thread DERIES Sebastien
Hi, We currently make an application that uses Karaf 4.X. Our application is assembled using maven and karaf-maven-plugin. It uses blueprint or bean and service declaration. Some colleagues of mine would like to move to gradle instead of maven. Has anyone of you ported a karaf based application