How to check scr component status in webconsole

2010-11-28 Thread Harry chen
Hi, I developed some scr component in bundles, but it is inconvenience to check the component status in gogo shell, Therefore, i turn to webconsole plugin, i know it can integrate with scr plugin. but i put org.apache.felix.scr-1.6.0.jar into bundle directory, then start, but i still can not see c

Re: How to get component infomation in gogo shell

2010-11-23 Thread Harry chen
ed a bridge from the old >> shell commands to Gogo too, for those holdovers. >> >> -> richard >> >>> Regards >>> Felix >>> >>> Am Montag, den 22.11.2010, 16:28 +0800 schrieb Harry chen: >>>> >>>> Hi, >>>

How to enable a component again in Felix shell

2010-11-22 Thread Harry chen
Hello, where user felix shell command: scr disable, the console display this: scr list Id State Name [ -1] [disabled ] DictionaryServiceImpl1 [ 2] [active ] DictionaryServiceImpl2 [ 0] [active ] DictionaryClient -> scr enable 1 -> Missing Component with ID 1 -> s

How to get component infomation in gogo shell

2010-11-22 Thread Harry chen
Hi, I am getting start to learn about OSGI with Felix. As I know in Felix Distribution 2.0, I can use "scr list, scr enable" to start a component define by Declarative Service, "scr info" to get the detail of specific component. But when it changed to gogo shell in Felix Distribution 3.0. Is there