ROTECTED]>
Sent by: [EMAIL PROTECTED]
09/05/2003 03:17 PM
To
[EMAIL PROTECTED]
cc
Subject
RE: [Hibernate] java.security.AccessControlException
thrown when Java 2 security enabled
You can specify permissions only
for specific codebases (jars). I suspect that would solve yo
Title: Message
You
can specify permissions only for specific codebases (jars). I suspect that
would solve your problems if no one has a better solution.
See:
http://java.sun.com/j2se/1.4.1/docs/guide/security/jaas/tutorials/GeneralAcnAndAzn.html
specifically, the "How Do You Make Princi
The JVM throws a java.security.AccessControlException:
access denied (java.lang.reflect.ReflectPermission suppressAccessChecks)
when generated meta classes try to use reflection and Java 2 security is
enabled.
This occurs even after adding the following
line to the policy file for the application