Thanks, using the latest CVS appears to fix things. I did note that the CVS version throws an exception if the commons-codec JAR isn't included in the classpath of my application. I'm guessing that this dependency will be trimmed come release time, but thought I'd note it now.
Thanks again for the help! -RYaN On Thu, 15 Jul 2004 08:30:24 +0200, Jochen Wiedmann <[EMAIL PROTECTED]> wrote: > 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 >
