Message5736
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:16:23 | amak | set | messageid: <1271610983.73.0.820551863273.issue1537@psf.upfronthosting.co.za> |
2010-04-18 17:16:23 | amak | set | recipients:
+ amak, kwatford |
2010-04-18 17:16:23 | amak | link | issue1537 messages |
2010-04-18 17:16:22 | amak | create | |
|