[appengine-java] Re: java.lang.IllegalAccessException: Private fields can not be set on JRE classes.

2009-10-18 Thread Toby Reyelts
Groovy is trying to use reflection to set the private fieldsof java.lang.String as an optimization. This only wo

[appengine-java] Re: java.lang.IllegalAccessException: Private fields can not be set on JRE classes.

2009-11-09 Thread Dary
Like this in Config.groovy? grails.stringchararrayaccessor.disabled=true Sorry, relative n00b here. Dary On Oct 18, 8:20 am, Toby Reyelts wrote: > Groovy is trying to use reflection to set the private > fieldsof > java.

[appengine-java] Re: java.lang.IllegalAccessException: Private fields can not be set on JRE classes.

2009-11-09 Thread Toby Reyelts
I don't know about Config.groovy, but you can do this in your appengine-web.xml: On Sun, Nov 8, 2009 at 12:34 AM, Dary wrote: > > Like this in Config.groovy? > > grails.stringchararrayaccessor.disabled=true > > Sorry, relative n00b here. > > Dary > > On Oct 18, 8:20 am, Toby Reyelts wrote

[appengine-java] Re: java.lang.IllegalAccessException: Private fields can not be set on JRE classes.

2009-12-07 Thread 六岁就很酷
you cuold edit the app-engine plugin: C:\Documents and Settings\pm\.grails\1.1.1\projects\grails-gae\plugins \app-engine-0.8.5\scripts\_Events.groovy inside element add: it work for me. hope helpfull. On Nov 10, 3:27 am, Toby Reyelts wrote: > I don't know about Con