Hi,

I have a google app engine application that uses hibernate and connect to
google cloud sql instance.
It connects fine to databases and most data fetching queries are running
without any problems.
I am getting following exception during some of the data base interactions:

java.lang.RuntimeException: java.security.AccessControlException:
access denied (java.lang.RuntimePermission modifyThreadGroup)
        at 
net.sf.gilead.core.beanlib.clone.CloneBeanPopulatable.shouldPopulate(CloneBeanPopulatable.java:199)
        at net.sf.beanlib.provider.BeanPopulator.doit(BeanPopulator.java:155)
        at 
net.sf.beanlib.provider.BeanPopulator.processSetterMethod(BeanPopulator.java:133)
        at 
net.sf.beanlib.provider.BeanPopulator.populate(BeanPopulator.java:104)





I am using beanlib-3.3.0beta21.jar and beanlib-hibernate-3.3.0beta21.jar,
hibernate3 , appengine sdk-1.5.4 and GWT 2.0.4.
I am unable to find out the reason for the exception, please guide me to
proper direction.

Thanks in advance,
--Abhishek

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to