Creates a new instance of ConfigRegistry
return (ConfigContext)_threadLocalConfigContext.get();
try { ((ConfigContextImpl)ctx).setXPathInAllBeans(); } catch (ConfigException ce) { // ignore } _threadLocalConfigContext.set(ctx);