|
From: Torsten J. <tju...@ya...> - 2004-04-16 17:55:38
|
Rob, I can not reproduce this exception. The corresponding code only creates a SaxParser instance from Eclipse's Xerces plugin. The exeption indicates a problem during JAXP autoconfiguration. An unknown class (XIncludeParserConfiguration) is referenced. This class does not belong to the Xerces distribution of the Eclipse Xerces plugin (IBM maintenance release of Xerces 2.0). Strange, there seems to be a different Xerces distribution in the classpath of the JDK your using with Eclipse. Which JDK do you use? Did you add any Xerces jars in the $JAVA_HOME/jre/lib/ext? Cheers, Torsten --- Rob Moore <Rob...@pe...> wrote: > FYI, I'm seeing the following exception when I try > to use the plug-in on M8: > > !ENTRY org.eclipse.ui 4 4 Apr 15, 2004 11:26:29.821 > !MESSAGE Unhandled event loop exception > !ENTRY org.eclipse.ui 4 0 Apr 15, 2004 11:26:29.853 > !MESSAGE Provider > org.apache.xerces.parsers.XIncludeParserConfiguration > > not found > !STACK 0 > org.apache.xerces.util.ObjectFactory$ConfigurationError: > Provider > org.apache.xerces.parsers.XIncludeParserConfiguration > not found > at > org.apache.xerces.util.ObjectFactory.newInstance(ObjectFactory.java:252) > at > org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:163) > at > org.apache.xerces.util.ObjectFactory.createObject(ObjectFactory.java:123) > at > org.apache.xerces.parsers.SAXParser.<init>(SAXParser.java:95) > at > org.springframework.ide.eclipse.beans.core.project.ProjectDescriptionReader.read(ProjectDescriptionReader.java:78) > at > org.springframework.ide.eclipse.beans.core.project.ProjectDescriptionReader.read(ProjectDescriptionReader.java:58) > at > org.springframework.ide.eclipse.beans.core.project.ProjectDescriptionReader.read(ProjectDescriptionReader.java:43) > at > org.springframework.ide.eclipse.beans.core.project.BeansProject.getDescription(BeansProject.java:52) > at > org.springframework.ide.eclipse.beans.ui.model.RootNode.reloadConfigs(RootNode.java:75) > at > org.springframework.ide.eclipse.beans.ui.views.BeansView.createViewer(BeansView.java:76) > at > org.springframework.ide.eclipse.beans.ui.views.BeansView.createPartControl(BeansView.java:70) > at > org.eclipse.ui.internal.PartPane$1.run(PartPane.java:94) > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux > Tutorials > Free Linux tutorial presented by Daniel Robbins, > President and CEO of > GenToo technologies. Learn everything from > fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Springframework-developer mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-developer __________________________________ Do you Yahoo!? Yahoo! Tax Center - File online by April 15th http://taxes.yahoo.com/filing.html |