// NOTE: doing some things before the ECAs and such to make sure it is in place just in case it is used in a service engine startup thing or something
// put the delegator in the master Map by its name
delegatorCache.put(delegatorName, this);
// setup the crypto class
this.crypto = new EntityCrypto(this);
//time to do some tricks with manual class loading that resolves circular dependencies, like calling services...
ClassLoader loader = Thread.currentThread().getContextClassLoader();
// if useDistributedCacheClear is false do nothing since the