Top "Spring-oxm" questions

How to use spring to marshal and unmarshal xml?

I have a spring boot project. I have a few xsds in my project. I have generated the classes using …

spring spring-boot jaxb spring-oxm
Managing JAXB-generated classes in a Maven project

I have a Maven-based project, in which I trying to add some JAXB classes automatically generated by the "jaxb2-maven-plugin" …

java jakarta-ee maven jaxb spring-oxm
Class nor any of its super class is known to this context

Im trying to understand this particular issue i'm having. Using Spring OXM here to implement a Soap WS Consumer. I'm …

spring spring-boot wsdl wsdl2java spring-oxm
Proper way to use Spring JAXB Marshaller with Java 9 without defining additional modules

To illustrate my issue, I created a small spring boot sample application. The purpose of the application is to create …

java spring-boot jaxb java-module spring-oxm
Producing a XML view with a XStreamMarshaller Spring

I am using the spring framework 3.1 (with hibernate) and I am trying to produce an XML representation like: <user&…

java xml spring-mvc marshalling spring-oxm