metadataLocations.add(passedOXMLocations);
}
}
metadataLocations.add(new LinkMetadataSource());
properties.put(JAXBContextProperties.OXM_METADATA_SOURCE, metadataLocations);
properties.put("eclipselink.session-event-listener", new PreLoginMappingAdapter((AbstractSession)session));
return properties;
}