Re: [osgi-dev] Monitoring the SCR

2011-06-10 Thread Peter Kriens
That example is usually pretty well logged ... though I am usually too stupid to look in the log until I wasted half an hour. The hardest case is to realize you actually have to install DS ... Kind regards, Peter Kriens On 9 jun 2011, at 21:20, chris.g...@k-embedded-java.com wrote:

Re: [osgi-dev] Monitoring the SCR

2011-06-09 Thread chris . gray
Hi Felix, I once started on a new API which I intended to propose to the OSGi as the standard DS admin API [1]... But somehow this always was pushed back by some other work; I should pick this up again, probably ;-) Probably. :-) I can see it being a real boon for both testing and diagnostic

[osgi-dev] Monitoring the SCR

2011-06-07 Thread chris . gray
Working with DS, I often feel the need to dig in and find out how the various components are getting along. Some frameworks have shell commands which allow one to examine the status of components (e.g. Felix, mBS) while others haven't or at least not yet (Knopflerfish). What I would most like

Re: [osgi-dev] Monitoring the SCR

2011-06-07 Thread Neil Bartlett
Chris, The Felix SCR implementation offers a service interface org.apache.felix.scr.ScrService that gives you an introspection API for the state of DS components. I believe the Equinox DS implementation now offers the same service, so it's becoming a kind of de facto standard, but I would also