Re: no such method XMLSchemaLoader.loadGrammar(XMLInputSource) ?

2006-12-05 Thread ptomsic
this problem seems to occur only when i use JDK1.4. i have the following system properties set, which i thought would make this go away, but unfortunately not... System.setProperty(org.xml.sax.driver, org.apache.xerces.parsers.SAXParser);

Re: no such method XMLSchemaLoader.loadGrammar(XMLInputSource) ?

2006-12-05 Thread Dick Deneer
I am always using the endorsed arguments -Djava.endorsed.dirs to be sure I get the right xerces. Maybe this helps, DicK Deneer Op 5-dec-2006, om 23:49 heeft ptomsic het volgende geschreven: this problem seems to occur only when i use JDK1.4. i have the following system properties set,

Re: no such method XMLSchemaLoader.loadGrammar(XMLInputSource) ?

2006-12-05 Thread Michael Glavassevich
You're probably picking up an incompatible mix of classes from Xerces 2.8.1 and some old version of Xerces (something prior to 2.7.0) which is somewhere on your classpath or perhaps in the endorsed directory of your JDK 1.4 installation. Michael Glavassevich XML Parser Development IBM Toronto

Re: no such method XMLSchemaLoader.loadGrammar(XMLInputSource) ?

2006-10-05 Thread Michael Glavassevich
Paul Tomsic [EMAIL PROTECTED] wrote on 10/03/2006 04:21:27 PM: v.2.8.1, trying to validate schemas on XML files. not sure where to start tracking down this issue? I've never seen this happen before. any help appreciated There isn't much to go on here. It's more likely someone will be able

no such method XMLSchemaLoader.loadGrammar(XMLInputSource) ?

2006-10-03 Thread Paul Tomsic
v.2.8.1, trying to validate schemas on XML files. not sure where to start tracking down this issue? any help appreciated thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]