public DefaultMetaDataTransformerFactory()
{
logger.fine(getClass().getName() + " instantiated");
//since there is no guarantee that the startup listener of the core gets executed first
register(new ValidationStrategyToMetaDataTransformerSubMapperAwareNameMapper());
}