Hi When I use JAX-RS, the JAX-RS can do some marshall unmarshall thing by using JAXB autoMaticly. and I know I can use ContextResolver<JAXBContext> to control the JAXBContext. but if I'd like to add some properties or Adapters to marshaller, I need to control the marshaller and unmarshaller.
So my question is How can I handle the marshaller when using JAX-RS. It seems that I can use the ContextResolver<Marshaller> in Jersey (I did not test it), but in Tomee it does not work. any suggestions? thanks -- View this message in context: http://openejb.979440.n4.nabble.com/controlling-Marshaller-in-JAX-RS-tp4663177.html Sent from the OpenEJB User mailing list archive at Nabble.com.
