Is it possible to configure a single JAXBContext to be reused by multiple JAX-WS web services? I want to test this to see if it speeds up my boot time and uses less memory.
Searching on the web, i've found this link... https://www.mail-archive.com/[email protected]/msg35563.html This suggests that it might be possible by configuring a "dataBinding" property in cxf jaxws. Is this property able to be configured in tomee? On a side note, to me it looks like JAX-RS and JAX-WS use different strategies for JAXBContexts. In my project, JAX-RS had marshalling issues if the ObjectFactory class didn't contain all required jaxb elements, but JAX-WS didn't fail in that case. But then JAX-RS seems to boot up much faster than JAX-WS which i'm pretty sure is related to JAXBContext creation. -- View this message in context: http://openejb.979440.n4.nabble.com/Use-single-JAXBContext-for-multiple-web-services-tp4670019.html Sent from the OpenEJB User mailing list archive at Nabble.com.
