Grails App-Engine JDO ‘generate-all’ Bug
Posted by pebuchmann_super on 06 Jun 2009 | Tagged as: Software Development
When using the above script the compiler apparently cannot find the Key class for the Google Data Store. A workaround is to simply add the following jar directly to the Classpath:
$APPENGINE_HOM/lib/user/appengine-api-1.0-sdk-1.2.1.jar
No Comments »