Hi,
I am building some REST services with JSON serialization/deserialization relying on MOXy.
An exception NoClassDefFoundError is thrown related to org.eclipse.persistence.internal.jaxb.many.CollectionValue when JAXB marshaller is created.
Adding org.eclipse.persistence.internal.jaxb.many to list of Import-Packages in jersey-min and jersey-min fixes this issue.
Could you add this import package statement when building Jersey-All and Jersey-Min
(Maybe some other packages related to jaxb are missing but not used in my case)
In any case, Thank you very much for your effort!
Hi, I am building some REST services with JSON serialization/deserialization relying on MOXy. An exception NoClassDefFoundError is thrown related to org.eclipse.persistence.internal.jaxb.many.CollectionValue when JAXB marshaller is created. Adding org.eclipse.persistence.internal.jaxb.many to list of Import-Packages in jersey-min and jersey-min fixes this issue. Could you add this import package statement when building Jersey-All and Jersey-Min (Maybe some other packages related to jaxb are missing but not used in my case) In any case, Thank you very much for your effort!