The EclipseLink bundle (org.eclipse.persistence/org.eclipse.persistence.core/2.5.2) is missing the import statement javax.xml.bind
in its header entry of Import-Package
. I get the same error described here:
Glassfish 4 moxy eclipselink 2.5.2 oxm object graph troubles
I add to declare javax.xml.bind
as bootdelegated in OSGi, otherwise EclipseLink MOXy is not working properly.
Is it possible to fix this?