I found the solution after downloading the source code spring-oxm and stepping through. Its a JAXB issue. The JAXB compiler did not add the @XMLRootElement annotation to the ModelType class that it...
Type: Posts; User: benam.badshah; Keyword(s):
I found the solution after downloading the source code spring-oxm and stepping through. Its a JAXB issue. The JAXB compiler did not add the @XMLRootElement annotation to the ModelType class that it...
I get the below exception when trying to call a rest service using RestTemplate. I am using MarshallingHttpMessageConverter with Jaxb2Marshaller
Exception in thread "main"...