// elsewhere, this can be a requirement, but we need this for backwards compatibility
registry = (Registry) container.lookup( Registry.class.getName(), "commons-configuration" );
}
catch ( ComponentLookupException e )
{
throw new ContextException( e.getMessage(), e );
}
}