Re: Assembly Issue

2018-04-09 Thread Guillaume Nodet
sages in the final assembly packaging logs, so I'm not even really > sure where to start debugging. > > G > -- Guillaume Nodet

Re: Recommanded way to use an XML parser in OSGi ?

2018-03-27 Thread Guillaume Nodet
but not when the call is > initiated from somewhere else. > > > > On Tue, Mar 27, 2018 at 6:21 PM, Guillaume Nodet <gno...@apache.org> > wrote: > >> In Karaf, we ensure that you can use DocumentBuilderFactory#newInst >> ance(). >> That's the standard

Re: No URL is defined for schema http://www.springframework.org/schema/osgi.

2018-10-10 Thread Guillaume Nodet
Now I get this error and no way to find any solution. I "kind of" gave up >> ( as I read JB's comments - why not use ( only ) Blueprint ), so I gave it >> a try. But than I was starting getting even more strange errors, >> for example Blueprint failed to set property defined in parent class, or >> create instance that takes Map as input into class constructor - as I >> failed to find matching property descriptor or class constructor. >> >> Than I went back to original question ... what has changed, that >> http://www.springframework.org/schema/osgi has stopped working ( as far >> as I know, spring-dm is even older ( based on the mailing messages I've >> read ) ), >> so I've uses aries-blueprint-spring. >> >> What am I missing? >> >> Kind Regards, >> Miroslav >> >> -- Guillaume Nodet

Re: Blueprint, DS and CDI State of the Art...

2018-11-21 Thread Guillaume Nodet
> > That Red Hat is supporting CDI means I don't have to worry about > > recommending it to my clients. That it appears that the OSGi Alliance is > > about to sign off on the standard is even more exciting. > > > > > > > > -- > > Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html > -- Guillaume Nodet

Re: KARAF-5742 quick question

2019-02-26 Thread Guillaume Nodet
to have that session > variable set permanently, not for a single session. How to achieve it? > > Am Di., 26. Feb. 2019 um 12:00 Uhr schrieb Guillaume Nodet < > gno...@apache.org>: > >> Fwding to user@k.a.o >> >> Le mar. 26 févr. 2019 à 11:03, Daniel Estermann a

Re: KARAF-5742 quick question

2019-02-26 Thread Guillaume Nodet
s://issues.apache.org/jira/browse/KARAF-5742> afaik. Guillaume > Thanks in advance! > Daniel > -- Guillaume Nodet

Re: What is the difference between bin/shell and bin/client

2019-10-11 Thread Guillaume Nodet
only found > this "You can install the wrapper without starting Karaf using bin/shell > wrapper:install command.". Is this the only use case? > > Kind regards > Andre > -- Guillaume Nodet

Re: Features Conditional on JDK version

2020-02-26 Thread Guillaume Nodet
is. > > Best regards, > Alex soto > > > > > -- Guillaume Nodet

Re: Karaf Commands and Cltr-C

2020-03-04 Thread Guillaume Nodet
erruptedException e) { > log.i(e); > } > } > > This will output > > Wait for Ctrl-C - off > Wait for Ctrl-C - on > Wait for Ctrl-C - off > Wait for Ctrl-C - on > ... > > If I interrupt, it will be separated from gogo shell and iterate for ever. > - And I see the interrupted exception in the log. > > Thx, > > Mike -- Guillaume Nodet

Re: Karaf Commands and Cltr-C

2020-03-14 Thread Guillaume Nodet
/concurrency/interrupt.html Cheers, Guillaume Nodet Le sam. 14 mars 2020 à 20:45, Mike Hummel a écrit : > The problem is if I not listen to ctrl-c in the moment of the interrupt > > while(true) { > 1) do something > 2) Thread.sleep() > } > > And the 'Interrupt' is

<    1   2   3   4   5