DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=27529>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=27529 xalan throws an exception when using transform in an applet ------- Additional Comments From [EMAIL PROTECTED] 2004-03-18 17:56 ------- The problem is related to JRE 1.4.*, xalan is bound in the rt.jar and is loaded by the boot strap classloader. When using java plug-in (JRE) 1.4.*, although you bound two .res files with your applet jar, the JVM still delegates to the one from xalan. Since applets can't access to these resources on the client machine with default permission setting, you will get an security exception. This problem should be solved by newer version of Xalan. Try the solution given by kullervokala on http://forum.java.sun.com/thread.jsp?forum=34&thread=258404
