Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 247068

Fix for this bug has been submitted to SVN

https://bugs.eclipse.org/bugs/show_bug.cgi?id=247068

Overview:
moxy jaxb will generate mappings for all fields, including statics, the is bad in general, but if the static is final it can not unmarshal the object. JPA always generates a static final serialUID into the class, so JAXB does not work with JPA.

Reviewed By: david.mccann@xxxxxxxxxx
Automated Tests: yes

-Matt

Back to the top