I get the following error with Xalan 2.4 in an applet using JRE 1.4.1_01.
However, the applet works fine with JRE 1.3.1.  Is there an easy solution?


java.security.AccessControlException: access denied
(java.util.PropertyPermission user.dir read)
        at java.security.AccessControlContext.checkPermission(Unknown
Source)
        at java.security.AccessController.checkPermission(Unknown Source)
        at java.lang.SecurityManager.checkPermission(Unknown Source)
        at java.lang.SecurityManager.checkPropertyAccess(Unknown Source)
        at java.lang.System.getProperty(Unknown Source)
        at org.apache.xml.utils.TreeWalker.<init>(Unknown Source)
        at org.apache.xml.dtm.ref.dom2dtm.DOM2DTM.<init>(Unknown Source)
        at org.apache.xml.dtm.ref.DTMManagerDefault.getDTM(Unknown Source)
        at
org.apache.xml.dtm.ref.DTMManagerDefault.getDTMHandleFromNode(Unknown
Source)
        at org.apache.xpath.XPathContext.getDTMHandleFromNode(Unknown
Source)
        at org.apache.xpath.CachedXPathAPI.eval(CachedXPathAPI.java:326)
        at
org.apache.xpath.CachedXPathAPI.selectNodeIterator(CachedXPathAPI.java:216)
        at
org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:177)
        at
org.apache.xpath.CachedXPathAPI.selectSingleNode(CachedXPathAPI.java:157)


Thanks for any help,
Scott

Reply via email to