Re: openejb-jee module: migrate to current XSDs and JAXB only

2024-01-28 Thread David Blevins
Hi Thomas, We should already support the Jakarta XSD. Those should be tested in the Jakarta EE 9.1 TCK which we pass. The namespaces have changed a few times over the years, so documents are adapted on the fly using SAX. Supporting old and new descriptors is a requirement for compliance.

openejb-jee module: migrate to current XSDs and JAXB only

2024-01-23 Thread Thomas Andraschko
Hi, as you may know, i'm currently working on TomEE10. All our applications are working fine now. i currently have some timeslots to refactor some parts and the whole XML parsing in container/openejb-* is quite weird. There is still JAXB and SXC. All mappings are very old (EE6). Should we