Open
Description
@remillet said :
I'm using the hyperjaxb3 Maven plugin to generate my object classes from XML Schema file (i.e., *.xsd files). I noticed the generated object classes use this class' (XMLGregorianCalendarAsDateTime) createCalendar() method to marshal datetime information from Hibernate/JPA into my objects. Since the createCalendar() method isignoring timezone data, my objects with datetime fields are not getting their timezones set.
This change is needed to marshal the "datetime" timezone information coming from Hibernate/JPA.