RE: Missing .cfg file?

2019-02-20 Thread Leschke, Scott
Of course, I should have thought about that before I said something. I changed an install script I have and led myself to believe the file disappeared (or was no longer needed/desired because everything in it was defaulted). Regards, Scott From: Jean-Baptiste Onofré Sent: Wednesday, February

Re: how to change log42.xml configuration from karaf command

2019-02-20 Thread munishgupta.asr
Hi JB, In Log4J2,.XML, I was using pattern layout and it has %spi%n to have some masking logic before logging. I have written plugin's which extend LogEventPatternConverter to do some masking before logging. I have added some additional headers / footers also through plugin's.

Re: Check SSH Server in itest

2019-02-20 Thread Francois Papon
Hi, You can use Apache Mina SSHD, there is some examples in the Karaf ITests module: https://github.com/apache/karaf/tree/master/itests/test/src/test/java/org/apache/karaf/itests/ssh regards, François Papon fpa...@apache.org Le 20/02/2019 à 14:19, Wermelskirchen, Florian a écrit : > > Hi, > >

Re: Bndtools & Karaf : the right way

2019-02-20 Thread Markus Rathgeb
> It think bndtools at least builds the jar on each save. (This should also be > true if you use the maven setup for your project instead of the workspace > one). I am not sure if it also deploys to the local repo but maybe it does as > it is a cheap operation if the jar is already built. You sh

Check SSH Server in itest

2019-02-20 Thread Wermelskirchen, Florian
Hi, I´d like to check in my itest, if the ssh Server in Karaf is running correctly. Do you have an ideas how i could achive this? I tried execudeCommand("connect -u karaf -p karaf root") but it doesn't work. Regards Florian __ T