Hi there,

I'm having problems starting a DatastoreServiceFactory with the remote API 
provided by the 1.8.3 SDK, using a standalone client. I'm using the code 
provided 
here<https://developers.google.com/appengine/docs/java/tools/remoteapi>to 
authenticate, and simply calling 
DatastoreServiceFactory.getDatastoreService() after that.

This is the error:

java.lang.IllegalArgumentException: No provider was registered for com.
google.appengine.api.datastore.IDatastoreServiceFactory
    at com.google.appengine.spi.ServiceFactoryFactory.getFactory(
ServiceFactoryFactory.java:64)
    at com.google.appengine.api.datastore.DatastoreServiceFactory.getFactory
(DatastoreServiceFactory.java:78)
    at com.google.appengine.api.datastore.DatastoreServiceFactory.
getDatastoreService(DatastoreServiceFactory.java:20)
    at com.google.appengine.api.datastore.DatastoreServiceFactory.
getDatastoreService(DatastoreServiceFactory.java:40)

The very same code works as expected using the v.1.8.2 SDK.

Any ideas?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to