Message6943
Sorry, I wasn't clear myself. I understand that the XMLReader seems to be using a different classloader.
As for your solution
try:
self._reader = XMLReaderFactory.createXMLReader(_xerces_parser)
except:
self._reader = XMLReaderFactory.createXMLReader("org.apache.xerces.parsers.SAXParser")
I'm glad that it works. However, I'd prefer not to use a bare except clause.
I need to think about the appropriate solution to this.
Thanks for taking the time to dig into it. |
|
Date |
User |
Action |
Args |
2012-03-20 22:59:17 | amak | set | messageid: <1332284357.28.0.788369627031.issue1537@psf.upfronthosting.co.za> |
2012-03-20 22:59:17 | amak | set | recipients:
+ amak, kwatford |
2012-03-20 22:59:17 | amak | link | issue1537 messages |
2012-03-20 22:59:17 | amak | create | |
|