[appengine-java] ArrayIndexOutOfBoundsException when trying to persist an ArrayList of Objects which utilise inheritence

2011-08-07 Thread mscwd01
Hey, I have 3 classes: Person, Car and Model. Person has an ArrayList property defined: List cars; Car is an abstract class which class Model extends, I.e. @PersistenceCapable @Inheritance(strategy = InheritanceStrategy.SUBCLASS_TABLE) public abstract class Car { @PrimaryKey @Persistent(va

[appengine-java] Full Text Feature - Google I/O 2011

2011-08-07 Thread -sowdri-
Hi, Full text search was demonstrated as part of Google I/O 2011, any idea, whether I could be probably shipped in the next release??? Any help is appreciated! Thanks, -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view thi

Re: [appengine-java] GWT + GAE Deployment

2011-08-07 Thread de Witte
Prior upload, delete all GWT class files, you don't need them because they are converted to js files. add or replace the following in appengine-web-app Make a backup of your project d

[appengine-java] Re: NullPointerException in org.datanucleus.store.appengine.DatastoreTable

2011-08-07 Thread Pavel Lisa
Great tip, thanks, I will definitely try that. Just one note which I haven’t found an answer for in the docs for the outdated DataNucleus 1.x (current is 3.x!) — the list of classes to autoload persistence management for is just the class names or fully qualified names (I mean, with packages)? O

[appengine-java] Re: [ANN] Gaelyk 1.0 is here, the lightweight Groovy toolkit for Google App Engine

2011-08-07 Thread Guillaume Laforge
I've restored the sample groovlet, and fixed the test, and pushed those changes to GitHub, sorry for the inconvenience. I'll certainly release a point release sometime soon, in case people find some bugs, and the template will be fixed in there, but if you're impatient, you can pick up the two file