hello all,
I am trying to access EJBs from my applet. I kept on getting :
"
java.security.AccessControlException: access denied
(java.lang.RuntimePermission
org.jboss.security.SecurityAssociation.getPrincipalInfo)
"
so I altered the java.policy file in my installation of Java.
I wasn't sure what was the correct way to change the file so I tried:
"
grant {
// Allow everything for now
permission java.security.AllPermission;
};
"
Is this the correct way to alter the file ? I am worried about making my
computer unsafe.
Thanks in advance for any suggestions,
Trish.
-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user