[appengine-java] Re: Class XXX has collection field x and this has no mapping in the table for the element class YYY owner field y

2010-09-20 Thread haole
i had the same issue pop up after making some modifications to existing code that worked. turned out that one of the child classes was being referenced as a child from two different parent classes. this wasn't intended, it was just sloppy refactoring on my part. for example: Knife child of

[appengine-java] preferred method of deleting child objects (quota/fees)

2010-09-19 Thread haole
say i have a persistent parent class, Employee, with a collection of child objects, PhoneNumber: @PersistenceCapable(identityType = IdentityType.APPLICATION) class Employee implements Serializable { @PrimaryKey @Persistent(valueStrategy = IdGeneratorStrategy.IDENTITY) Long

[appengine-java] DataNucleus: java.lang.IllegalArgumentException: Invalid MTJ Project

2010-03-12 Thread haole
There have been numerous posts on the subject of a NullPointerException popping up when the DataNucleus Enhancer runs. At one point, I was able to make this problem go away, and now, it is AGAIN preventing me from running my project. I've seen about 5 different explanations for what's happening.

[appengine-java] Re: DataNucleus: java.lang.IllegalArgumentException: Invalid MTJ Project

2010-03-12 Thread haole
removing all of the jars from my user-defined library for gdata and including only those that i need (core, client, calendar) seemed to fix the problem. i remember reading somewhere about how long classpaths can cause this problem. is this going to be fixed? is the complexity of my app going to

[appengine-java] datanucleus enhancer keeps running

2010-02-25 Thread haole
i'm using eclipse 3.5.1, GPE 3.5 (1.2.0.v200912062003), GAE 1.3.1.v201002101412, GWT 2.0.3.v201002191036 datanucleusenhancer continuously runs over and over again temporary workaround: turn off build automatically feature in eclipse -- You received this message because you are subscribed to the