making a osgi component inactive
Hi,
is it possible to disable a component inside OSGI via an xml file similiar to the OSGIconfig. I want to disable com.adobe.granite.comments.internal.CommentReplicationContentFilterFactory.
Thanks
Chris
Hi,
is it possible to disable a component inside OSGI via an xml file similiar to the OSGIconfig. I want to disable com.adobe.granite.comments.internal.CommentReplicationContentFilterFactory.
Thanks
Chris
Hi Chris,
In short no - there's no *universal* configuration-based way to stop a component. As Davide notes, some components allow you to effectively disable them using configuration, but for components which do not have such configuration, you need to stop the component manually via the web console or through code (using the ScrService).
Justin
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.