Where is gogo-parent-1.0.1-SNAPSHOT?

2018-11-22 Thread Erwin Hogeweg
Hi, I am getting a runtime error resolving equinox.console (I know, this is Felix mailing list…), which relies on a Felix SNAPSHOT (…) bundle. I tried different version of the equinox.console but they all have the same SNAPSHOT dependency... [ERROR] Failed to execute goal on project ...

EventAdmin-1.4.6 - Is it safe to dynamically reduce the pool size?

2018-07-05 Thread Erwin Hogeweg
Hi - Is it safe to reduce the threads in the pool in a running system? I monitored the behavior with JConsole while doing that and it looks like a new set of threads is created while the existing ones are retired when they complete the task. So it seems safe. I would sleep better though if if

Re: How to find the provider of a gogo command?

2018-01-10 Thread Erwin Hogeweg
no parameters prints the current directory whereas "cd " changes to the specified directory. Neil On Wed, Jan 10, 2018 at 1:52 PM, Erwin Hogeweg <erwin.hoge...@seecago.com<mailto:erwin.hoge...@seecago.com>> wrote: Hi, Is there a way to find out which bundle/component provides

Re: How to find the provider of a gogo command?

2018-01-10 Thread Erwin Hogeweg
for name matching g! help scr:list list - List component configurations of a specific bundle scope: scr parameters: String Symbolic name or ID of the bundle list - List all component configurations scope: scr Neil On Wed, Jan 10, 2018 at 1:52 PM, Erwin Hogeweg <

How to find the provider of a gogo command?

2018-01-10 Thread Erwin Hogeweg
) to update cd - change current directory scope: felix parameters: String target directory cd - get current directory scope: felix Erwin Hogeweg CTO 3690 Airport Road Boca Raton, FL 33431 P. +1 (954) 556-6565 M. +1 (561) 306-7395 F. +1 (561) 948-2730 [Seecago]<http://www.seecago.com>

Re: Felix and Pax Logging

2017-11-29 Thread Erwin Hogeweg
t apreciated .. Daniel - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org<mailto:users-unsubscr...@felix.apache.org> For additional commands, e-mail: users-h...@felix.apache.org<mailto:users-h...@felix.apache.org> Erwin Hogeweg CT

Re: Is EventAdmin-1.4.6 really loosing events?

2017-11-29 Thread Erwin Hogeweg
>> ah sorry, right :) I was reading modulo 10 instead of equals 10... >> >> Yes, you're absolutely right in this case, that should not happen. >> >> This looks like a problem in postEvent somewhere >> >> Carsten >> >> >> Er

Re: Is EventAdmin-1.4.6 really loosing events?

2017-11-29 Thread Erwin Hogeweg
eproducible, then switching from postEvent to sendEvent could also help in identifying whether there is a problem in the postEvent handling (which is more complicated than sendEvent). Regards Carsten Erwin Hogeweg wrote Hi, I have a really bizarre problem. It looks like the event

Re: Is EventAdmin-1.4.6 really loosing events?

2017-11-29 Thread Erwin Hogeweg
tEvent handling (which is more complicated than sendEvent). Regards Carsten Erwin Hogeweg wrote Hi, I have a really bizarre problem. It looks like the eventAdmin is intermittent but frequently loosing events. I find this very hard to believe but the evidence seems to support my suspicion. I sp

Is EventAdmin-1.4.6 really loosing events?

2017-11-15 Thread Erwin Hogeweg
ride public void handleEvent( Event event ) { LOG.info<http://LOG.info>("handleEvent: " + event); ... Erwin Hogeweg CTO 3690 Airport Road Boca Raton, FL 33431 P. +1 (954) 556-6565 M. +1 (561) 306-7395 F. +1 (561) 948-2730 [Seecago]<http://www.seecago.com>

Re: Solved felix SCR Logging, but replaced that with a problem with optional dependency resolution in the framework

2016-08-12 Thread Erwin Hogeweg
Benson, > > But I just figured out how to get the equinox log where I can see it, maybe. Talk to us ;-). I have been following this thread with great interest because I have the exact same problem. A bunch of services bind to the Equinox log service but the output is nowhere to be found.

How to avoid EventAdmin blacklisting while keeping the timeout.

2015-09-02 Thread Erwin Hogeweg
Hi, I am trying to configure the event admin is such a way that I still have a timeout, but that the handler isn’t blacklisted right away. It looks like an all or nothing proposition though, unless I am not interpreting the doc

Re: How to avoid EventAdmin blacklisting while keeping the timeout.

2015-09-02 Thread Erwin Hogeweg
I update the Admin props. Erwin > > Neil > > >> On 2 Sep 2015, at 19:35, Erwin Hogeweg <erwin.hoge...@me.com> wrote: >> >> Hi, >> >> I am trying to configure the event admin is such a way that I still have a >> timeout, but that the