RE: XmlRpc constructor throws access denied

2004-06-26 Thread Huffman, Ken
6/25/2004 10:34 AM To: [EMAIL PROTECTED] Subject: XmlRpc constructor throws access denied The default constructor of XmlRpc (Head) tries to get the property TypeFactory.class.getName(). This might throw an AccessControlException, if an Applet does not have the appropriate rights. But usually

XmlRpc constructor throws access denied

2004-06-25 Thread Christoph Theis
The default constructor of XmlRpc (Head) tries to get the property TypeFactory.class.getName(). This might throw an AccessControlException, if an Applet does not have the appropriate rights. But usually it is not necessary to get this property as there is a (good) default. In my opinion the correct