Re: Installing drools-module causing infinite karaf restart

2016-11-17 Thread cniehues
But javax.mail is also present without drools-module and I don't understand why it should cause a restart. And isn't no-auto-refresh disabled by default when using feature:install? -- View this message in context:

PaxOsgi Appender

2016-11-17 Thread Nicolai Stäger
Hi everyone, we are using Karaf with Log4j2. But we are wondering, what the appender does. I cannot find any documentation on this. You can find it here in the example: https://karaf.apache.org/manual/latest/#_log4j_v2_support Can anyone help me out, what this thing does? Thanks in advance,

Karaf shutdown

2016-11-17 Thread CLEMENT Jean-Philippe
Dear Karaf addicts :) I would like Karaf to stop. This may fail to happen when (at least) a bundle does not end. So I added a watchdog which exits Java when a time limit has been exceeded (note: maybe there is already a way to do so - ?). The way I coded it does not work when the shutdown is

Re: Installing drools-module causing infinite karaf restart

2016-11-17 Thread Guillaume Nodet
The reason is certainly because you end up installing javax.mail which is an optional dependency of pax-logging-service. Unfortunately, the boot features installer does not have a way to specify installation options, such as the --no-auto-refresh option you have on the features:install command.

Installing drools-module causing infinite karaf restart

2016-11-17 Thread cniehues
Hello, when I install the drools-module 5.2.3.Final feature in karaf 4.0.7 beside jpa, hibernate and camel-cxf it will cause infinite restart loop after the first restart. The strange thing about it is that this behaviour only occurs when I deploy it with a feature file. If I do it with manual