Relative Content

Tag Archive for springjaxbmarshallingoxm

contextPath is not allowed to appear in element oxm:jaxb2-marshaller, when upgrading to Spring Framework 5

Background Upgrading from Spring Framework 4.3.30.RELEASE to 5.0.20.RELEASE Using oxm:jaxb2-marshaller Problem After upgrading the Spring Framework dependency version, the application fails to start because of: Offending resource: class path resource [spring/application-context.xml]; nested exception is org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 77 in XML document from class path resource [spring/services/adapters.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber: 77; columnNumber: 90; […]