Ultimately I want JAXB to generate hashCode and equals implementations. The JAXB2 Basics plugin does that and it works fine for the Metro JAXB implementation in the JDK but fails with MOXy.

I get:

java.lang.IllegalArgumentException at org.eclipse.persistence.jaxb.JAXBBinder.updateXML(JAXBBinder.java:131) at org.eclipse.persistence.jaxb.JAXBBinder.updateXML(JAXBBinder.java:126)

MOXy works fine for me otherwise, i.e. if I get rid of the equals and hashCode generating code, everything is good.

link|improve this question

60% accept rate
I'm the MOXy lead and we are currently investigating the issue you are seeing. Just to confirm the error you are seeing is with a JAXB model generated with the Basics plug-in when it is used with the JAXB Binder? – Blaise Doughan May 27 '11 at 13:52
Hi Blaise, I debugged it and figured it out myself. It won't work. I'll explain why in a bit. – jonas789 May 27 '11 at 14:42
I think we have it figured out. We're putting a fix together now. – Blaise Doughan May 27 '11 at 14:46
Awesome. I'm around so let me know if you'd like to know what I found. Thanks for this. – jonas789 May 27 '11 at 14:56
If you could add what you have found to the following bug (bugs.eclipse.org/347466) it would be much appreciated. – Blaise Doughan May 27 '11 at 14:58
feedback

1 Answer

up vote 1 down vote accepted

UPDATE

We have submitted a fix for this issue into our EclipseLink 2.3.0 stream. You will be able to obtain a nightly download from the link below starting May 28, 2011:


The issue you are seeing is due to a bug in the EclipseLink JAXB (MOXy) implementation of Binder. We are currently working on a fix.

For More Information on Binder

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.