DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19790>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19790 TransformerFactoryImpl.newTemplates() throws exception in Applet [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2003-06-13 09:03 ------- Thank you for your help, Christine. I used a jdk 1.4, and I wanted to save place, it's why I create the xalanfiles archive insteed of the xalan.jar. When I had the problem of access to user.dir, the Exception wasn't catch (it was an AccessControlException and not a Security Exception) : "java.security.AccessControlException: access denied (java.util.PropertyPermission user.dir read) ... etc ... org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1066)", and so I needed to indicate a systemId and it is in this way I did the next step experiment. But I think I tried to solve my problem in a bad way. there was on the page you gave (http://xml.apache.org/xalan-j/faq.html#faq-N1032B) a real solution, so now, it works. I still don't know why I couldn't have the variable "base" in TransformerImpl have another value than "null" (except adding the line "System.out..."), but it is now a waste of time.
