prowide / prowide-iso20022

Comprehensive business model and parser for all ISO 20022 messages
https://www.prowidesoftware.com
Apache License 2.0
142 stars 66 forks source link

Fix for #45 - module java.xml does not opens X to unnamed module (Java 17) #46

Closed Gems closed 2 years ago

Gems commented 2 years ago

Original cause

Module java.xml does not "opens com.sun.org.apache.xerces.internal.jaxp.datatype" to unnamed module.

Solution

Registering XMLGregorianCalendarAdapter as TypeHierarchyAdapter for XMLGregorianCalendar class

Symptoms

The following exceptions appeared before the fix:

Additional Info

No adding dependency for javax.xml.bind:jaxb-api and com.sun.xml.bind:jaxb-impl required to fix the mentioned problems.