I'm attempting to build a simple Java app, but as soon as I call pm.makePersistent( entity ) I get this error. I've only seen a couple other instances of this problem (here's one: http://groups.google.com/group/google-appengine-java/browse_thread/thread/ec3beda8fbd9c154 ).
I don't believe this is an issue with the old datanucleus JAR on the classpath; here's my WAR's lib dir: appengine-api-1.0-sdk-1.3.1.jar datanucleus-appengine-1.0.5.final.jar datanucleus-core-1.1.5.jar datanucleus-jpa-1.1.5.jar geronimo-jpa_3.0_spec-1.1.1.jar jdo2-api-2.3-eb.jar jta-1.1.jar jython-2.5.0.jar slf4j-api-1.5.11.jar slf4j-jdk14-1.5.11.jar standard-1.1.2.jar Other details are here: http://code.google.com/p/maven-gae-plugin/issues/detail?id=49&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Version%20Summary I'm unable to determine if this is a maven plugin problem or not at this point. Any help is appreciated -- thanks. -Tom -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
