818283848586878889909192939495
*/ void setAutoActivate(boolean v) { try { RAActivator activator = embedded.lookup("RAActivator", RAActivator.class); if (activator != null) { activator.setEnabled(v); } } catch (Throwable t) { // Nothing