- This topic has 1 reply, 2 voices, and was last updated 13 years, 10 months ago by
jkennedy.
-
AuthorPosts
-
laertesMemberHi,
I am trying to scaffold a project using the MyEclipse scaffolding for CRUD.after running the wizard I and up with a number of errors in the generated .xml files.
here is the error message:
Referenced file contains errors (jar:file:/C:/springsource/sts-2.5.1.RELEASE/plugins/org.skyway.integration.java.spring_7.0.2.201010080852.jar!/schema/spring-
beans-2.5.xsd). For more information, right click on the message in the Problems View and select “Show Details…”Description Resource Path Location Type
Error occured processing XML ‘Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.’. See Error Log for more details applicationContext.xml /moose/WebContent/WEB-INF Unknown Spring Beans Problem.i am running MyEclipse Spring in STS
Version: 2.5.1.RELEASE
Build Id: 201011111000OS:windows 7 64bit
Database: Mysql 5.1 on ubuntustacktrace from error.log:
org.apache.xerces.parsers.ObjectFactory$ConfigurationError: Provider org.apache.xerces.parsers.XIncludeAwareParserConfiguration could not be instantiated: org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.
at org.apache.xerces.parsers.ObjectFactory.newInstance(Unknown Source)
at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
at org.apache.xerces.parsers.ObjectFactory.createObject(Unknown Source)
at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
at org.apache.xerces.parsers.DOMParser.<init>(Unknown Source)
at org.springframework.ide.eclipse.core.io.xml.LineNumberPreservingDOMParser.<init>(LineNumberPreservingDOMParser.java:40)
at org.springframework.ide.eclipse.core.io.xml.XercesDocumentLoader.loadDocument(XercesDocumentLoader.java:35)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:388)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:334)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig$2.loadBeanDefinitions(BeansConfig.java:375)
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:302)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig$3.call(BeansConfig.java:421)
at org.springframework.ide.eclipse.beans.core.internal.model.BeansConfig$3.call(BeansConfig.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:662)regards,
/Lars
jkennedyMemberLars,
Looks like this post was duplicated.
I wanted to let you know that I am looking into this issue.I posted a response here: https://www.genuitec.com/forums/topic/error-after-scaffolding/
We’ll use that thread moving forward.
Thanks,
Jack -
AuthorPosts