Note that there are some explanatory texts on larger screens.

plurals
  1. POappengine 1.7.4 sdk and com.google.appengine.datanucleus.DatastoreManager not found
    text
    copied!<p>i have upgraded to appengine 1.7.4 and something is now broken.</p> <p>when deploying to local dev the appengine errors with the following.</p> <pre><code>Class "com.google.appengine.datanucleus.DatastoreManager" was not found in the C LASSPATH. Please check your specification and your CLASSPATH. org.datanucleus.exceptions.ClassNotResolvedException: Class "com.google.appengin e.datanucleus.DatastoreManager" was not found in the CLASSPATH. Please check you r specification and your CLASSPATH. </code></pre> <p>This is NOT a java.lang.ClassNotFoundException but a org.datanucleus.exceptions.ClassNotResolvedException</p> <p>my libs are </p> <pre><code>appengine-api-1.0-sdk-1.7.4 appengine-api-labs-1.7.4 datanucleus-api-jdo-3.2.0-m3 datanucleus-api-jpa-3.2.0-m3 datanucleus-appengine-2.1.1 datanucleus-core-3.2.0-m3 datanucleus-enhancer-3.1.1 </code></pre> <p>it is build using maven. </p> <p>the DataNucleus App Engine Plugin Compatibility <a href="http://code.google.com/p/datanucleus-appengine/wiki/Compatibility" rel="nofollow">http://code.google.com/p/datanucleus-appengine/wiki/Compatibility</a> states </p> <pre><code>3.0: Requires DataNucleus 3.2+ (core, api-jdo, api-jpa). Requires SDK 1.7.0+ </code></pre> <p>The datanucleus-appengine-2.1.1 pom has dependancies of </p> <pre><code>org.datanucleus datanucleus-api-jdo [3.1.1, 3.2) org.datanucleus datanucleus-api-jpa [3.1.1, 3.2) org.datanucleus datanucleus-core [3.1.1, 3.2) org.datanucleus datanucleus-enhancer [3.1.0-release, ) </code></pre> <p>something is wrong with the version of the libs but i cant determine it.<br> what is the correct dependency for DN plugin and the sdk 1.7.4?</p> <p>-lp</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload