Hi Didier, I can't say what's going on with your plugin but this is almost certainly a classpath issue. DatastoreServiceConfig was introduced in 1.3.2 so make sure you have the appengine-api.jar that shipped with SDK 1.3.2 in your classpath.
Max On Thu, Apr 1, 2010 at 4:01 AM, Didier Durand <[email protected]>wrote: > Hello, > > I need to use com.google.appengine.api.datastore.DatastoreConfig -> > works fine under Eclipse > > The Javadoc at > http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreConfig.html > recommends to switch to > com.google.appengine.api.datastore.DatastoreServiceConfig; > > When I do this change under Eclipse: I get an "import > com.google.appengine.api.datastore.DatastoreServiceConfig cannot be > resolved" > > a) Is there something missing in my plugin v1.3.2? > > b) Can some of you do the same test and let me know if they get the > same error ? > > > regards > didier > > -- > 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]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- 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.
