2

I've just created a google app engine project and I would like to use groovy servlets. I have placed groovy-all in the lib folder and the mapping in the web.xml. When I try to access the servlet I've an exception: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.reflect")

I know that there is Gealyk but I would like to know what exactly happen and why... I suppose is something related to the class loading or compiling? How Gaelyk handle this problem??

Antonio
  • 181
  • 1
  • 15
  • It should work. Maybe there is something with your configuration. See the Template Project: http://gaelyk.appspot.com/download – Peter Knego Oct 26 '13 at 20:27

1 Answers1

1

This is open issue in Groovy. You can use my own snapshots before the issue is fixed and released.

musketyr
  • 808
  • 5
  • 16