[appengine-java] Objectify: IllegalAccessError

2011-05-02 Thread GeneralSlaine
Hi all, I'm a first time user of objectify and I'm implementing the intorduction (with slightly modified classes). When calling ObjectifyService.begin() I already run into trouble: an IllegalAccessError is thrown: //Some objectify Test code

Re: [appengine-java] Objectify: IllegalAccessError

2011-05-02 Thread Jeff Schnitzer
Are you running with a very old GAE SDK... something before 1.4.0, perhaps? Make sure you are using the latest. Jeff On Mon, May 2, 2011 at 3:16 PM, GeneralSlaine lennart.ben...@gmail.com wrote: Hi all, I'm a first time user of objectify and  I'm implementing the intorduction (with slightly