>>>>> "KL" == Karl Larsson <[EMAIL PROTECTED]> writes:
KL> I discovered that I had to 'refresh' the modified jars in Notes -
KL> not just re-import them. I am now getting the System.out messages:
KL> } catch (SAXException e) {
KL> System.out.println("SAXDocumentFactory caught exception e:");
KL> System.out.println(e);
KL> SAXDocumentFactory caught exception e:
KL> java.lang.NullPointerException
Ahh, so it's a lower level NPE. Try changing the println of 'e'
to 'e.printStackTrace()' so we can see where the error is really
coming from.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]