Small pointer: moxy has already a context provider http://grepcode.com/file/repo1.maven.org/maven2/org.glassfish.jersey.media/jersey-media-moxy/2.17/org/glassfish/jersey/moxy/xml/MoxyContextResolver.java#MoxyContextResolver . So copying/simplyfing - you just need to call the context factory in your case - and registring it as a @provider it should make the integration easy.
Romain Manni-Bucau @rmannibucau | Blog | Github | LinkedIn | Tomitriber 2016-03-30 12:24 GMT+02:00 Elgar <[email protected]>: > This produces no output. > > WARNING: No message body writer has been found for response class Response. > > On 30.03.2016 12:50, ravi wrote: >> >> Try @Produces("text/plain") instead of @Produces("text/xml") >> >> >> >> -- >> View this message in context: >> http://tomee-openejb.979440.n4.nabble.com/Installing-under-Ubuntu-Debian-tp4677952p4678008.html >> Sent from the TomEE Users mailing list archive at Nabble.com. >> >
