Re: Does LSSerailzer creates a thread of its own.

2007-08-28 Thread Stanimir Stamenkov
Mon, 27 Aug 2007 05:20:32 -0700 (PDT), /richa/: Fri, 24 Aug 2007 08:17:12 -0400, /Michael Glavassevich/: Thu, 23 Aug 2007 22:46:25 -0700 (PDT), /richa/: Does LSSerializer creates a thread of its own, while writing a file. I'm using LSSerailizer.write() funtion to generate an xml file. and my f

Mysterious NoSuchMethodError: XMLSchemaLoader.loadGrammar(XMLInputSource)

2007-08-28 Thread Kilian Evang
Hi everybody, I'm new to Xerces. Today I added xercesImpl.jar and the other jars to my Eclipse build path to validate an XML document against an XML schema in my application. But when I call newSchema() on a Schema instance, I get: Exception in thread "main" java.lang.NoSuchMethodError: org.ap

Re: Mysterious NoSuchMethodError: XMLSchemaLoader.loadGrammar(XMLInputSource)

2007-08-28 Thread Michael Glavassevich
Hi Kilian, Most likely it's picking up a mix of classes from xercesImpl.jar and the version of Xerces in whatever JDK you're using which are incompatible with each other. If you're using JDK 1.4 or above you should be using the "Endorsed Standards Override Mechanism" [1][2]. If you merely put the

Re: Does LSSerailzer creates a thread of its own.

2007-08-28 Thread richa
Hi Stanimir, It worked. Thanx a lot :-) Regards Richa -- View this message in context: http://www.nabble.com/Does-LSSerailzer-creates-a-thread-of-its-own.-tf4321782.html#a12381308 Sent from the Xerces - J - Users mailing list archive at Nabble.com. -