[ https://issues.apache.org/jira/browse/KARAF-52?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918021#action_12918021 ]
Ćukasz Dywicki commented on KARAF-52: ------------------------------------- It is not a problem to provide these commands - by default Blueprint and Spring DM publishes context as service. We can use these instances to manage. For example spring:stop <bundle id>, blueprint:stop <bundle id>, scr:stop <bundle id>. However I don't know yet how to make this in blueprint because org.osgi.service.blueprint.container.BlueprintContainer does not have any stop/start methods. Spring exposes context with additional interface org.springframework.context.Lifecycle wchich allows stopping or starting context. > Provide shell commands for SCR > ------------------------------ > > Key: KARAF-52 > URL: https://issues.apache.org/jira/browse/KARAF-52 > Project: Karaf > Issue Type: Improvement > Reporter: Daniel Bimschas > > Currently, commands for inspecting the status of the Service Component > Runtime (SCR) are missing. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.