Details
-
Task
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
3.20.0
-
None
-
None
-
Unknown
Description
Encountered the following errors in v3.20.0:
in camel-example-spring-security:
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [camel-context.xml]; nested exception is java.lang.NoClassDefFoundError: org/springframework/security/web/session/DisableEncodeUrlFilter
in camel-example-spring-ws:
javax.servlet.ServletException: org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.ws.soap.SoapMessageCreationException: Could not create message from InputStream: Unable to internalize message; nested exception is com.sun.xml.messaging.saaj.SOAPExceptionImpl: Unable to internalize message
Please update the versions for the following dependencies in camel-example to match the ones in Camel:
spring-security-version to 5.7.5 in examples/pom.xml
com.sun.xml.messaging.saaj to 1.5.3 in examples/spring-ws/pom.xml
Thank you.