@Override
public void start(StartContext context) throws StartException {
this.value.setLongRunningThreadPool((BlockingExecutor) executorLong.getValue());
this.value.setShortRunningThreadPool((BlockingExecutor) executorShort.getValue());
this.value.setXATerminator(new XATerminatorImpl(xaTerminator.getValue()));
// TODO - Remove and do proper integration
String usersProperties = System.getProperty("users.properties");
String rolesProperties = System.getProperty("roles.properties");