[appengine-java] Re: Google app engine problem

2012-03-16 Thread Jose Montes de Oca
Are you making sure the version you are uploading is then marked as the default? this is likely you are uploading a new "non-default" version, which is not going to show when you go to your appid.appspot.com url. Hope this helps! On Thursday, March 15, 2012 3:28:55 AM UTC-7, kshitiz jaiswal wro

Re: [appengine-java] Re: publishing html files

2012-03-16 Thread Jose Montes de Oca
You can find a sample code on how to use this Java API on the documentation here: http://code.google.com/appengine/docs/java/googlestorage/overview.html Hope this helps! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view th

Re: [appengine-java] Re: publishing html files

2012-03-02 Thread Jose Montes de Oca
Vik, Working together with cloud storage sounds like a good solution to me. from app engine you can upload the file and define a public acl for the object using our Java API:http://code.google.com/appengine/docs/java/googlestorage/ After the file is uploaded to Google Cloud Storgae, it would be

[appengine-java] Re: Datastore indexes

2011-12-29 Thread Jose Montes de Oca
To delete old indexes, please follow this documentation: http://code.google.com/appengine/docs/java/tools/uploadinganapp.html#Deleting_Unused_Indexes Hope this helps! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine for

[appengine-java] Re: Strange behavior with OpenID

2011-10-31 Thread Jose Montes de Oca
accounts. Hope this Helps! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/dDneYsgExVIJ. To post to this g

[appengine-java] Re: Strange behavior with OpenID

2011-10-27 Thread Jose Montes de Oca
provides a Transparent API which let you hold on to this verification fror the life of the user session on your application. Hope this helps! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To

[appengine-java] Re: Group Welcome & Read Me

2011-10-26 Thread Jose Montes de Oca
Hi, Have you try our documentation? http://code.google.com/appengine/docs/java/overview.html If you have specific java questions, this is the right place to create a thread. Happy coding! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups

[appengine-java] Re: JAX-WS logging

2011-10-20 Thread Jose Montes de Oca
Hi, Have you tried out using the information provided in our documentation for logging? http://code.google.com/appengine/docs/java/runtime.html#Logging Hope this helps! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engin

[appengine-java] Re: Quick way to delete datastore entities?

2011-10-06 Thread Jose Montes de Oca
If you would like to delete ALL entities of a particular kind your best bet is the Datastore admin. How did you enabled the Datastore admin? through the Admin Console? or adding the builtin on your app.ymal. file? Best, Jose Montes de Oca -- You received this message because you are

[appengine-java] Re: Snapshots...

2011-09-27 Thread Jose Montes de Oca
Hi Daniel, Take a look at our Bulkloader Tool: http://code.google.com/appengine/docs/python/tools/uploadingdata.html Here is a great post: http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/ Hope this helps your needs! Best, Jose Montes de Oca -- You received this

[appengine-java] Re: Newbie: java.lang.ClassNotFoundException

2011-09-20 Thread Jose Montes de Oca
information: http://code.google.com/appengine/docs/java/urlfetch/overview.html Hope this helps! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.

Re: [appengine-java] Re: Can't enable datastore admin

2011-09-06 Thread Jose Montes de Oca
he admin > console? (If you mean the launcher app that comes with the Python SDK, > I can't get that to work with my Java app.) > > Thanks, > Sam > > On Aug 23, 1:16 pm, Jose Montes de Oca > wrote: > > Hi Sam, > > > > This happened after enabling th

[appengine-java] Re: Always On not working properly

2011-08-26 Thread Jose Montes de Oca
the year. Hope this helps! Best, Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/iICZ-VFa8QkJ. To po

[appengine-java] Re: using https with my domain

2011-08-26 Thread Jose Montes de Oca
Hi, At the moment you can only use SSL on the appspot domain, more information on our FAQ: http://code.google.com/appengine/kb/general.html#httpsapps Hope this helps! -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this

[appengine-java] Re: Can't enable datastore admin

2011-08-23 Thread Jose Montes de Oca
Hi Sam, This happened after enabling the datastore admin? could you just refresh the admin console, access the datastore admin under data -> Datastore Admin an let us know if its working? Best, Jose Montes de Oca Developer Support Specialist -- You received this message because you

Re: Отг: Re: Отг: Re: [appengine-java] Data is saved in the datastore when transaction is rolled back

2011-08-09 Thread Jose Montes de Oca
"Does this means that If I migrate my app use the High Replication Datastore, the issue with the DatastoreTimeoutException will go away?" If the DatastoreTimeoutException is related due to a M/S issue at the moment, then yes. Cheers, Jose -- You received this message because you are subs

[appengine-java] Re: Getting a grip on startup

2011-08-09 Thread Jose Montes de Oca
/lib. The only files that would need to remain in WEB-INF/classes are files that you want to *override* from files that are already in a jar file. Hope this helps! Best, Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engin

Re: Отг: Re: [appengine-java] Data is saved in the datastore when transaction is rolled back

2011-08-03 Thread Jose Montes de Oca
ating your application to High Replication datastore. Hope this helps! Jose Montes de Oca -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine