Ryan Williams wrote:

I'm attempting to write an applet that uses the xmlrpc library. However, I'm getting the following exception when running the program
as an applet (but not as a local application):


java.security.AccessControlException: access denied
(java.util.PropertyPermission org.apache.xmlrpc.TypeFactory read)
        at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
        at java.security.AccessController.checkPermission(AccessController.java:401)
        at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
        at java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1276)
        at java.lang.System.getProperty(System.java:573)
        at org.apache.xmlrpc.XmlRpc.<init>(XmlRpc.java:200)

I believe, this particular problem has been fixed in CVS about two weeks ago.


Jochen

Reply via email to