// trigger startup of the sesame service once the hostname is ready (we need the correct URIs for
// default, cache and inferred context)
SesameService sesameService = CDIContext.getInstance(SesameService.class);
sesameService.initialise();
sesameEvent.fire(new SesameStartupEvent());
// trigger startup of the user service once the sesame service is ready
UserService userService = CDIContext.getInstance(UserService.class);
userService.createDefaultUsers();