Hi, Am Montag, den 22.11.2010, 16:32 +0800 schrieb 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 > -> scr enable -1 > Missing Component with ID -1 > > when want to enable component DictionaryServiceImpl1 again, it display > error above. > is it my command wrong? How should i correct the command.
Cannot tell, whether this really works, but this is intended to do the trick: -> scr enable DictionaryServiceImpl1 So, instead of the Id you just use the Component name. If this does not work, I kindly ask you to report a JIRA issue, because this would probably be a bug. Thanks. Regards Felix > > Thank you, > > Sincerely > Roger Chen > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

