Hello,

Has anyone tried using JServ and Sun's XML implementation?

The code I write runs fine on a console, but when I put it into a servlet
(on the same machine), certain calls raise a java.lang.IllegalAccessError.
Apparently, the method I am calling makes reference to some private class
that I am not allowed access to.

There are no other instances of XML/DOM parsers installed on the machine and
both the console and servlet have the same xml.jar file in their classpath.

Has anyone seen a similar error or have some input?

Thanks very much.
David





----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to