well, that seems a little quick. There was a reason we made the change and it works with Oracle's JDK 6 and 7. We need to find the root cause first. My guess is that there are different JAXB versions used between the different JDKs.
in fedora we have org.jvnet.jaxb2.maven2:maven-jaxb22-plugin and with hibernate-validator 4.2.0.Final work fine
I don't understand what fedora has to to with maven plugins. In the end we will use the plugin which works. From a build point of view it is just necessary that the plugin used is available via the JBoss nexus repository.
Regarding the sed script. Sure you can try to patch the generated code, but what we really need to find out is why on the Oracle JDK the methods are getXYZ and with OpenJDK isXYZ. HV-528 is indeed related, we just need to find out what's going on.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
well, that seems a little quick. There was a reason we made the change and it works with Oracle's JDK 6 and 7. We need to find the root cause first. My guess is that there are different JAXB versions used between the different JDKs.
I don't understand what fedora has to to with maven plugins. In the end we will use the plugin which works. From a build point of view it is just necessary that the plugin used is available via the JBoss nexus repository.
Regarding the sed script. Sure you can try to patch the generated code, but what we really need to find out is why on the Oracle JDK the methods are getXYZ and with OpenJDK isXYZ.
HV-528is indeed related, we just need to find out what's going on.