RE: [Hibernate] java.security.AccessControlException thrown when Java 2 security enabled

2003-09-05 Thread trein
What codebase should be used for the generated meta classes? According to the traces, the codebase for the meta classes is null. I think that's because they are created in memory rather than loaded from a JAR or a class path on the file system. Travis Rein Les Hazlewood <[EMAIL PROTECTED]>

[Hibernate] java.security.AccessControlException thrown when Java 2 security enabled

2003-09-05 Thread trein
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