121122123124125126127128
if (BusToolsCli.isRemoteCommunicationEnabled()) { InitVotes.registerPersistentDependencyCallback(ClientMessageBus.class, initRemoteCdiSubsystem); } else { CDI.activate(); CDI.fireEvent(new BusReadyEvent()); } }