jaxb « Integration « Spring Q&A





1. Spring MVC 3.0: Avoiding explicit JAXBElement<> wrapper in method arg    stackoverflow.com

I have the following method and want to avoid having to explicitly show the JAXBElement<> syntax. Is there some sort of annotation that would allow the method to appear to accept ...

2. JAXB and Spring integration error    forum.springsource.org

JAXB and Spring integration error Hello, I am using Spring 2.5.5 and Spring-WS 1.5.4. I am trying to use the JAXB functionnality to unmarshall XML and to marshall objects. My application-context.xml ...