if (entityMappings != null ) for (Entity entity : entityMappings.getEntity()) {
entities.put(entity.getDescription(), new SunConversion.EntityData(entity));
}
// merge data from sun-ejb-jar.xml file
SunEjbJar sunEjbJar = getSunEjbJar(ejbModule);
mergeEjbConfig(ejbModule, sunEjbJar);
mergeEntityMappings(entities, ejbModule.getModuleId(), ejbModule.getEjbJar(), ejbModule.getOpenejbJar(), sunEjbJar);
// merge data from sun-cmp-mappings.xml file
SunCmpMappings sunCmpMappings = getSunCmpMappings(ejbModule);