assertComponentMBean(ms, "servicemix-http", true);
System.err.println(admin.uninstallComponent("servicemix-http"));
System.err.println(admin.uninstallComponent("servicemix-jsr181"));
System.err.println(admin.uninstallSharedLibrary("servicemix-shared"));
}
protected AdminCommandsService getAdminCommands() {
return getOsgiService(AdminCommandsService.class);
}