I am getting the below parse exception while deploying the SPRING DM OSGI bundle into the IBM Liberty.
Caused by: org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 2 in XML document from URL [bundleentry://240.fwk843512726/WEB-INF/applicationContext.xml] is invalid; nested exception is org.xml.sax.SAXParseException; systemId: http://www.osgi.org/xmlns/blueprint/v1.0.0/blueprint.xsd; lineNumber: 2; columnNumber: 35; s4s-elt-character: Non-whitespace characters are not allowed in schema elements other than 'xs:appinfo' and 'xs:documentation'. Saw '301 Moved Permanently'.
What is causing this error?
applicationContext.xml
. May be use a XML [tool ](xmlvalidation.com) to validate it externally. – Indra Basak