I am new to objectify and endpoints. In wanted to use jodatime through 
endpoints but *ISOChronology is not a registered @Subclass exception*. then 
i change my code  

from :

static {

    ObjectifyService.register(Attendance.class);

}

To:

static {
>
> JodaTimeTranslators.add(factory());
>
>       ObjectifyService.register(Attendance.class); 
 }

*now it gives me following error while deployment:*
Endpoints configuration not updated.  The app returned an error when the 
Google Cloud Endpoints server attempted to communicate with it.
Jun 17, 2016 5:57:59 PM com.google.appengine.tools.admin.AppVersionUpload 
checkEndpointsServingStatusResult
SEVERE: Endpoints configuration not updated.  The app returned an error 
when the Google Cloud Endpoints server attempted to communicate with it.

Now none of my APIs is working when I add JodaTimeTranslators.add(factory()); 
but when I remove the line then other APIs except API targeted for this 
problem started working.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c6b60206-738d-41c5-832e-9e8518e0c09a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] J... Baqir Rizvi

Reply via email to