I see, thanks. Only problem is, doesn't toString() only return 70 chars or
will .getValue().toString() return the whole 'string' in it's true form?
--
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
Hello all,
In my app engine project I have been storing values in the datastore as Text
(com.google.appengine.api.datastore.Text) instead of String as I expect the
value may be greater than 500 sometimes.
It all works great bar one problem.
When extracting the Text value and converting it to a
Hello, I'm using GAEJ as the back end for my Android application and have
implemented Cloud to Device Messaging for Android (C2DM).
I have everything working bar one bit of code. The Servlet that is executed
in a TaskQueue refuses to execute correctly.
The code includes a HTTP POST that is tec
I was working on my App Engine project last night and it seems I must
have broken something (code of a night must be a bad idea!)
I have no idea what I have done, can anyone seen this error before?
HTTP ERROR 500
Problem accessing /rest/v1/sendcopy. Reason:
access denied (java.lang.RuntimeP