[appengine-java] Re: List of sub entities does not obay list order

2010-04-07 Thread Gunnar
Hi, Here are code for the entities MyEntity and SubEntity. Is anything wrong with the code? /Gunnar package appengine.test; import java.io.Serializable; import java.util.ArrayList; import javax.jdo.annotations.Element; import javax.jdo.annotations.Extension; import javax.jdo.annotations.IdGenera

[appengine-java] Re: List of sub entities does not obay list order

2010-04-08 Thread Gunnar
Hi, Can anybody help solve my problem? Gunnar Here is the testcode: package appengine.test; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.PrintStream; import java.util.ArrayList; import java.util.List; import javax.jdo.JDOHelper; import javax.jdo.ObjectState;