If we use blogger as OpenId provider and login, the User object
doesn't have the email. This causes a Server Error "A server error has
occurred." when looking up the entity with User object in Datastore
viewer.
Also, with Wordpress as OpenId Provider, the email is received at the
first time login
Hello,
My application code uses reflection on constructors to construct
objects in some "dynamic" mananer.
I noticed that when calling Class.getDeclaredConstructors() on my JDO-
enhanced classes, I have more constructors than the ones I explicitely
coded by myself.
[
Questions: [I could not figure
Hello,
I would like to do a specific action when an object gets loaded from
the datastore.
I would like to do this action "from within the object itself".
Can somebody tell me
a) which constructor gets called on this load from
datastore ?
b) how do I detect that the constructor
Hi,
After your login, put this address on in address bar of your browser
https://appengine.google.com/
didier
On Jul 3, 4:43 pm, tleroy wrote:
> Hi everybody,
>
> maybe it's a basic question but I can't see the list of my
> applications.
> The only things I see when i log in my gae account is :
Hi,
You can also create your own keys (i.e. with the structure you want)
via KeyFactory.createKey()
regards
didier
On Jul 3, 9:58 pm, Deepika M wrote:
> Hi,
>
> I have a question about the keys in the datastore.
>
> The keys are in sorted order when I view in the local datastore. For
> example,
I'm having the exact same issue too, down to the line numbers in the
stack trace.
Has anyone figured out what is causing this? I find it hard to believe
we've all made the exact same identical mistake, all within the last
month. Is something wrong on Google's end?
Cheers,
Adrian
On Jun 2, 7:14 p
SDC (Secure Data Connector) does allow you to connect to external data
sources securely through URL fetch. If you can provide some kind of HTTP
RPC mechanism for your app to connect to then yes.
On Sun, Jul 4, 2010 at 5:47 AM, emigrant wrote:
> hi all,
> can i put my java app in google app engin
I have had success uploading data in bulk from Java using this
RemoteDatastore code:
http://code.google.com/p/remote-datastore/
It is very easy to use and because it operates at the binary protocol
buffer level it is very fast
Here is an example of using it to upload data:
public class Upl
Hi,
I was working happily, changed few lines of java code(didnt touch any
eclipse setting or installed any thing new or added extar jar in
classpth) and then started getting follwoing error. Please help spent
half a day and not able to understand how this error emerged. Googled
this error an dpeopl
That will work. Thank you very much Ravinder.
On Jul 2, 7:49 am, RAVINDER MAAN wrote:
> we can set it in following way
>
> public class User {
>
> @Persistent(defaultFetchGroup="true")
> private Set searchWords;
>
> public static void getCombination(String word,Set searchWords){
> word = word.t
The datastore is DISTRIBITED and that's why.
You can assign keys manually using low-level datastore API - methods
allocateIds(..) of the class DatastoreService:
http://code.google.com/appengine/docs/java/javadoc/com/google/appengine/api/datastore/DatastoreService.html
Vaclav
On Jul 3, 9:58 pm, D
Helios has worked perfect for me with the new Google Plugin, I just
pointed it to my workspace directory and it picked up all my projects
with no problems.
On Jul 3, 11:43 pm, Roy wrote:
> I do all my development in Eclipse, and then use ant for automated
> test and building my distros.
>
> Whene
12 matches
Mail list logo