Romain Manni-Bucau wrote > You register you provider(s) and cxf should let it be taken cause user > providers are higher priority for the same media type.
Got it, so create our own handlers for XML. Romain Manni-Bucau wrote > The messagebody reader/writer are trivial to impl if you have the context > so yes, just dont try to reuse cxf but just jaxrs here. Cxf logic is > mainly > grabbing the jaxbcontext so if you have it no nees of that cxf logic. Apologies, I'm not understanding what you're saying. Given this: https://github.com/apache/cxf/blob/master/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/provider/AbstractJAXBProvider.java#L479 I would suspect the "correct" way to fix it would be to to simply put all of the Providers into the CXF MessageContext somehow? Or, if you can tell me the best place to do it, I'll see if I can put a patch together, just try to be as specific as possible. Thank you! -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Users-f979441.html
