Moxy error with Karaf
I'm using MOXy under fuse ESB (based on karaf), I converted org.eclipse.persistence.jar to a bundle, I deployed this bundle under fuse ESB and I got this error Error : "org.apache.cxf.interceptor.Fault: property "eclipselink-oxm-xml" is not supported" When trying to create new instance of JAXBContext my code is trying to convert Java model to XML, and the model is deployed in a separate bundle under fuse ESB and I added jaxb.properties file in the same package of the model Note: The same code runs successfully without problems when running from a main method in a main class. The following is