Message5735

Author amak
Recipients amak, kwatford
Date 2010-04-18.17:09:23
SpamBayes Score 2.278984e-06
Marked as misclassified No
Message-id <1271610772.12.0.134061074575.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:12:56amaksetmessageid: <1271610772.12.0.134061074575.issue1537@psf.upfronthosting.co.za>
2010-04-18 17:12:52amaksetrecipients: + amak, kwatford
2010-04-18 17:12:38amaklinkissue1537 messages
2010-04-18 17:09:29amakcreate