Hi folks, I am working on the Java EE schema update to support Java EE 7 and Java EE8 schemas which are specified in https://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/index.html
Seems that two modules openejb-jee and openejb-jee-accessor modules are mostly updated by manually after generated by xjc compiler. Moreover, I did not able to find the any XJB binding file. In pom.xml, there is a plugin (jaxb2-maven-plugin) but seems that it is not working correctly. Do you have any comment on these modules? We need to generate codes automatically without updating any manual intervention. Currently we only support Java EE 6 schemas and using the trick (updating newer namespaces to Java EE 6 old namespace) and do not support Java EE7 and 8 deployment descriptors. Here is the JIRA Issue: https://issues.apache.org/jira/projects/TOMEE/issues/TOMEE-2306 Happy coding! Gurkan