Message5735
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? |
|
Date |
User |
Action |
Args |
2010-04-18 17:12:56 | amak | set | messageid: <1271610772.12.0.134061074575.issue1537@psf.upfronthosting.co.za> |
2010-04-18 17:12:52 | amak | set | recipients:
+ amak, kwatford |
2010-04-18 17:12:38 | amak | link | issue1537 messages |
2010-04-18 17:09:29 | amak | create | |
|