Community
Participate
Working Groups
As per the title, MOXy should provide support for declaring a session customizer in eclipselink-oxm.xml. Currently only descriptor customizers are supported.
WORKAROUND A SessionEventListener can be specified in the properties used to create the JAXBContext: Map<String, Object> properties = new HashMap<String,Object>(1); properties.put(JAXBContextProperties.SESSION_EVENT_LISTENER, sessionEventListener); JAXBContext jc = JAXBContext.newInstance(new Class[] {Root.class}, properties);
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink