Message5736

Author amak
Recipients amak, kwatford
Date 2010-04-18.17:16:22
SpamBayes Score 2.278984e-06
Marked as misclassified No
Message-id <1271610983.73.0.820551863273.issue1537@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure what to do about this problem.

If 

>>> import org.python.apache.xerces.parsers.SAXParser

succeeds, then the class should be loadable.

But an attempt to instantiate the class later fails with a java.lang.ClassNotFoundException: org.python.apache.xerces.parsers.SAXParser

I can only recommend that you make use of the fix you have already identified, i.e. explicitly set the value of _xerces_parser.

I don't see what benefit a try block around the XMLReaderFactory would bring?
History
Date User Action Args
2010-04-18 17:16:23amaksetmessageid: <1271610983.73.0.820551863273.issue1537@psf.upfronthosting.co.za>
2010-04-18 17:16:23amaksetrecipients: + amak, kwatford
2010-04-18 17:16:23amaklinkissue1537 messages
2010-04-18 17:16:22amakcreate