} catch (InstantiationException e) {
throw new RuntimeException(e);
} catch (IllegalAccessException e) {
throw new RuntimeException(e);
}
EntityManagerFactory emf = provider.createContainerEntityManagerFactory(
pInfo, integrationProperties);
logger.logp(Level.FINE, "PersistenceUnitLoaderImpl", "load", // NOI18N
"emf = {0}", emf); // NOI18N
RootDeploymentDescriptor rootDD = pud.getParent().getParent();