Use XML Digital Signature(Apache XML security) with Applet

I have problem when I use xml-security-1_2_1 library from Apache with applet and access denied errors occur.

6 May 2005 10:06:45 org.apache.xml.security.Init init

SEVERE: Bad:

java.security.AccessControlException: access denied (java.util.PropertyPermission org.apache.xml.security.resource.config read)

bla bla....

How should I do ? Please! T_T and thank you ..

[401 byte] By [Turbokunga] at [2007-10-1 13:02:00]
# 1

An applet cannot read the local file system, connect to any other computer than the one

it came from or read properties it's not supposed to read. And I think it cannot write to any

property.

If you sign the applet or set up a policy for it the applet can do the same as an application

allthough the jre will still check the stack trace if the entire stack has the same privileges

as you signed applet.

http://forum.java.sun.com/thread.jsp?forum=63&thread=524815

second post and last post for the java class file

harmmeijera at 2007-7-10 15:43:05 > top of Java-index,Security,Signed Applets...