Is there a similar solution for JAX-WS rather then JAX-RS? I am also trying to control the JAXBContext. Our web service objects contain a myriad of classes and without being able to cache the contexts our server creates a new context for each interface. We have attempted <property name="singleJaxbContext" value="true"/> but we are unsure if it is working because it is also documented under JAX-RS.
-- View this message in context: http://cxf.547215.n5.nabble.com/How-to-configure-CXF-to-use-different-JAXBContextFactory-tp5281773p5715370.html Sent from the cxf-user mailing list archive at Nabble.com.
