GoGo Command requires a runtime

2021-11-04 Thread Alexander Broekhuis
. Perhaps I'm overlooking something, but is there a clean way to solve this with the current gogo version? In previous versions I could just add the runtime and everything would resolve as expected. Thanks! -- Met vriendelijke groet, Alexander Broekhuis

Re: CommandProcessor session does not show output

2021-10-19 Thread Alexander Broekhuis
t; > If now you type for example "test:exec dm", then since the dm gogo command > does not return a result (and display the result internally, using > System.out), then the session.execute method will return null, then in this > case nothing special to do ... > > hope this helps

CommandProcessor session does not show output

2021-10-19 Thread Alexander Broekhuis
ute(command); session.close(); } } Thanks in advance! -- Met vriendelijke groet, Alexander Broekhuis

Re: Extensions to Configurator

2021-10-19 Thread Alexander Broekhuis
; > > > David > > > > > > [1] > > > https://github.com/apache/felix-dev/blob/master/cm.json/src/main/java/org/apache/felix/cm/json/impl/TypeConverter.java > > > > On Mon, 9 Aug 2021 at 15:49, Alexander Broekhuis > > wrote: > > >

Extensions to Configurator

2021-08-09 Thread Alexander Broekhuis
able to read configurations from other sources as well. I know I can clone the configurator and do this myself, but I'd like to know if there is any interest in such a feature. Having a clone, which will get outdated/needs merging, is not something I fancy. TiA -- Met vriendelijke groet,

DependencyManager composition and additional dependencies with annotations

2021-06-24 Thread Alexander Broekhuis
(MyService service) { // ... } } -- Met vriendelijke groet, Alexander Broekhuis

Re: WebSockets usage

2015-10-25 Thread Alexander Broekhuis
elix - Users mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: users-unsubscr...@felix.apache.org > For additional commands, e-mail: users-h...@felix.apache.org > > -- Met vriendelijke groet, Alexander Broekhuis

Re: WebSockets usage

2015-03-30 Thread Alexander Broekhuis
nough info to fix it. Setting the ContextClassloader fixed the problem. -- Met vriendelijke groet, Alexander Broekhuis

WebSockets usage

2015-03-30 Thread Alexander Broekhuis
y-name Thanks in advance, -- Met vriendelijke groet, Alexander Broekhuis

Re: Device Access implementation

2013-03-21 Thread Alexander Broekhuis
ennis. Is there a specific reason why Dennis isn't a committer so he can maintain this? Would be nice if someone is able to handle the bugs/patches :). > > I have no idea of the state of this code, maybe Marcel knows more. > Marcel: can you help me out here? -- Met vriendelijke groet, Alexander Broekhuis

Replace JDK XML Factories

2012-09-20 Thread Alexander Broekhuis
iendelijke groet, Alexander Broekhuis

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-06-14 Thread Alexander Broekhuis
Hi, I've created an issue: https://issues.apache.org/jira/browse/FELIX-2997 On 13 June 2011 18:22, Carsten Ziegeler wrote: > Am 08.06.11 10:19, schrieb Alexander Broekhuis: >> Hi Carsten, >> >> It has been some time since I last tried newer versions of the >>

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-06-08 Thread Alexander Broekhuis
Ziegeler wrote: > Hi, > > I just fixed another shutdown problem in the event admin, so maybe you > want to try latest version from svn trunk > > Regards > Carsten > > Am 17.01.11 17:35, schrieb Alexander Broekhuis: >> Hi Carsten, >> >> Will do, I also test

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-17 Thread Alexander Broekhuis
the problem? > > Thanks > Carsten > > Am 17.01.11 11:02, schrieb Alexander Broekhuis: >> Hi, >> >> Is there any update for this problem? I changed my code to use a >> service tracker, and the same happens. So it doesn't seem to be >> related to the use of the

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-17 Thread Alexander Broekhuis
Hi, Is there any update for this problem? I changed my code to use a service tracker, and the same happens. So it doesn't seem to be related to the use of the Dependence Manager. On 12 January 2011 07:16, Alexander Broekhuis wrote: > Hi Pierre, > > The DM version I use is 2.0.1,

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-11 Thread Alexander Broekhuis
and attach to it your sample code, I will > then investigate. > (I think that your Sender.stop method is not properly invoked by the DM > compat bundle). > > Thanks; > /pierre > > > On Tue, Jan 11, 2011 at 2:42 PM, Alexander Broekhuis > wrote: > >> Hi, >>

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-11 Thread Alexander Broekhuis
op it is by killing the process. The code is a simple sender and receiver. The Dependency manager is used to get a reference to the EventAdmin. On 7 January 2011 12:47, Carsten Ziegeler wrote: > Alexander Broekhuis  wrote >>> >>> From the stacktrace below I have the feelin

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-05 Thread Alexander Broekhuis
I use the EventAdmin, not an exception from within the EventAdmin. Or is this a wrong assumption? -- Met vriendelijke groet, Alexander Broekhuis - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org For additional commands, e-mail: users-h...@felix.apache.org

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-05 Thread Alexander Broekhuis
2011 11:49, Carsten Ziegeler wrote: > Hi, > > which version of the event admin are you using? And can you post all > exception stack traces you see? > > > Thanks > Carsten > > Alexander Broekhuis  wrote >> Hello, >> >> I also see the

Re: How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-05 Thread Alexander Broekhuis
org.apache.felix.eventadmin.impl.tasks.AsyncDeliverTasks$TaskExecuter.run(AsyncDeliverTasks.java:110) at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Thread.java:680) On 5 January 2011 08:28, Alexander Broekhuis wrote: > Hi all, > > In my project I am

How to handle "java.lang.IllegalStateException: The EventAdmin is stopped" during shutdown

2011-01-04 Thread Alexander Broekhuis
cess is by killing it. How should I handle this case? Do I have to catch an IllegalStateException at all sendEvent call's? -- With kind regards, Alexander Broekhuis - To unsubscribe, e-mail: users-unsubscr...@felix.apache.org