}
@SuppressWarnings("serial")
protected void addGlobalRubyServices(final OperationContext context, ServiceVerificationHandler verificationHandler,
List<ServiceController<?>> newControllers) {
newControllers.add( context.getServiceTarget().addService( CoreServices.GLOBAL_RUBY, new GlobalRuby() )
.addListener( verificationHandler )
.setInitialMode( Mode.ACTIVE )
.install() );
String mbeanName = ObjectNameFactory.create( "torquebox", new Hashtable<String, String>() {