System.err.println(admin.shutdownComponent("servicemix-http"));
assertComponentMBean(ms, "servicemix-jsr181", true);
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"));
}