
Originally Posted by
tareq
This issue should be fixed now. Try out the 1.5.6 release.
Hello,
I have exactly the same problem , but I think in my case I can have a jar conflict somewhere, if you have any idea about this also..... ?
Code:
org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 19 in XML document from class path resource [..........hrs.xml] is invalid; nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oxm:xmlbeans-marshaller'.
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:369)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:313)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:290)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:131)
at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:147)
Truncated. see log file for complete stacktrace
org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'oxm:xmlbeans-marshaller'.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:236)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.error(ErrorHandlerWrapper.java:172)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:382)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:316)
at com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaValidator$XSIErrorReporter.reportError(XMLSchemaValidator.java:429)
Truncated. see log file for complete stacktrace
this are some of the libraries that are used in my project:
Code:
.........
dom4j-dom4j-1.6.1.jar
xalan-xalan-2.7.0.jar
xerces-xerces-1.2.3.jar
xerces-xercesImpl-2.2.1.jar
xml-apis-xml-apis-1.0.b2.jar
......
org-springframework-spring-2.0.5.jar
spring-ws-1.5.6-all.jar
..........
and everything is running on an Weblogic server 9.2MP2
PS: replacing the spring-ws-1.5.5-all.jar with spring-ws-1.5.6-all.jar dose not have any effect on my configuration...