Steps to Reproduce:
org.springframework.beans.factory.xml.XmlBeanDefinitionReader: Ignored XML validation warning
org.xml.sax.SAXParseException
: schema_reference.4: Failed to read schema document
'
http://camel.apache.org/schema/spring/camel-spring-3.20.5.xsd'
, because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>.
Expected Results:
Core Service should start fine.
Actual Results:
Core service wont start and logs throw below error.org.springframework.beans.factory.xml.XmlBeanDefinitionReader
: Ignored XML validation warning
org.xml.sax.SAXParseException
:
schema_reference.4
: Failed to read schema document
'
http://camel.apache.org/schema/spring/camel-spring-3.20.5.xsd'
, because
1
) could not find the document;
2
) the document could not be read;
3
) the root element of the document is not <xsd:schema>.
3.5.0
DE153165
DE153165 resolved in 3.6.0 and ported back to 3.5.0.1