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
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
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
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
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