Why is it that I need to include an older version of spring-oxm (tiger-1.5.5.jar) in my project to have access to the jaxb2marshaller? Only the jaxb1marshaller is in the 1.5.9.jar.
Type: Posts; User: dononelson; Keyword(s):
Why is it that I need to include an older version of spring-oxm (tiger-1.5.5.jar) in my project to have access to the jaxb2marshaller? Only the jaxb1marshaller is in the 1.5.9.jar.
Never mind all, the docs are not quite clear on this, but I resolved it with adding the RequestContextListener to my web.xml. The docs say "When using a Servlet 2.4+ web container, with requests...
I know this is a fairly common question, but it's arising out of somewhat unusual circumstances.
I have a spring-ws application that is trying to access a spring non-ws application with the...