"org.jpox.metadata_manager", new String[]{"name"}, new String[]{apiName},
"class", new Class[] {OMFContext.class}, new Object[]{this});
}
catch (Exception e)
{
throw new JPOXException(LOCALISER.msg("008010", apiName, e.getMessage()), e);
}
if (metaDataManager == null)
{
throw new JPOXException(LOCALISER.msg("008009", apiName));
}
}
return metaDataManager;
}