When i want to run the GAE app, eclipse throw the following warnings:
26/01/2011 18:14:07
org.datanucleus.plugin.NonManagedPluginRegistry
registerExtensionsWarning: Extension
Point
"org.eclipse.core.resources.natures"
not registered, but plugin
"org.eclipse.jdt.core" defined in
file:/C:/——/workspaceAppEngine/—-/war/WEB-INF/lib/core-3.1.1.jar
refers to it.26/01/2011 18:14:07
org.datanucleus.plugin.NonManagedPluginRegistry
registerExtensions Warning: Extension
Point
"org.eclipse.core.resources.builders"
not registered, but plugin
"org.eclipse.jdt.core" defined in
file:/C:/—-/workspaceAppEngine/—–/war/WEB-INF/lib/core-3.1.1.jar
refers to it.26/01/2011 18:14:07
org.datanucleus.plugin.NonManagedPluginRegistry
registerExtensions Warning: Extension
Point
"org.eclipse.core.resources.markers"
not registered, but plugin
"org.eclipse.jdt.core" defined in
file:/C:/———-/workspaceAppEngine/—–/war/WEB-INF/lib/core-3.1.1.jar
refers to it.26/01/2011 18:14:07
org.datanucleus.plugin.NonManagedPluginRegistry
registerExtensions Warning: Extension
Point
"org.eclipse.core.resources.markers"
not registered, but plugin
"org.eclipse.jdt.core" defined in
file:/C:/—–/workspaceAppEngine/—-/war/WEB-INF/lib/core-3.1.1.jar
refers to it.
any idea?
Thanks
I solved this error, using Objectify instead of JPA. More info: http://code.google.com/p/objectify-appengine/