// create the transaction context factory
ctxFactory = new TransactionContextFactoryImpl(proxy);
// create the cache objects we need
changeApplication = new ChangeApplication();
universe = new UniverseImpl(registry, proxy, taskOwner);
try {
/*
* Check service version.
*/