Thank you very much, Jeff. I'm so happy to learn those.
I will definitely try the suggested library.
Thanks.
On Sat, May 8, 2010 at 4:15 AM, Jeff Schnitzer wrote:
> This depends on what you mean by "lazily load" the entity. There are
> at least three possible interpretations of lazy loading:
>
It happened on Feb. 19, after server maintenance, and it's happened
again. I'm getting non-stop 620 errors whenever I try to geocode from
an app engine server.
I'd be very grateful if this could be fixed before the weekend!
Thanks!
--
You received this message because you are subscribed to the
Hi App engine team,
I'm getting some HardDeadlineExceededError these few days after the
maintenance.
The app id is pe-server1
Here is one of the logs:
05-07 04:17PM 28.878
Uncaught exception from servlet
com.google.apphosting.runtime.HardDeadlineExceededError: This request
(e9b3dcde2f9d1c6a) sta
Ok, I had to rethink this whole thing. I don't absolutely need to do
this with URLClassLoader. But at least, it would be great if all the
projects in one account can share common libs. Is that possible? how
would you do that?
Bruce
On May 4, 11:15 am, Don Schwarz wrote:
> Bruce, an "application"
Figured it out..Turns out that the mail doesnt get sent in the DEV
environment.. It works @appspot.com
On May 7, 6:03 pm, praseed wrote:
> Quick note...
>
> The sender emailid is the primary developer of the Application. I dont
> see any options to deem this as the Admin. This is the email , I us
Quick note...
The sender emailid is the primary developer of the Application. I dont
see any options to deem this as the Admin. This is the email , I use
to look at the dashboard etc..,Any clues why the mails dont come thru?
On May 7, 5:31 pm, praseed wrote:
> Folks ,
>
> I am a new user.
>
> I
Folks ,
I am a new user.
I have an EmailerTaskServlet which manages the send...thusly
Properties props = new Properties();
Session session = Session.getDefaultInstance(props, null);
String msgBody = "blah...blah";
try {
Message msg = new MimeMessage
This depends on what you mean by "lazily load" the entity. There are
at least three possible interpretations of lazy loading:
1) Lazily fetching data across the wire
2) Lazily converting from protocol buffers to Entity objects
3) Lazily translating Entity objects to Java POJOs
The first two step
Hello,
Is it possible to query the datastore using a GeoPt as filter like in:
Query query = pm.newQuery(someclass.class, "poi == geoParam");
query.declareParameter("GeoPt geoParam");
What is the right syntax to use if it is possible, because the above
code doesn't work for me.
Best regards,
Et
JID jid = new JID("ad...@host.domain.com"); //success with code
SUCCESS
JID jid = new JID("mycomponent.host.domain.com"); //send fail with
code INVALID_ID,but when i try send from gmail OR jabber to
mycomponent.host.domain.com . it was a success.
Is this a but in google xmpp api?
--
You re
Not sure what happened, but after waiting overnight the ERROR indexes
have disappeared and I could update the new indexes successfully. For
anyone else with a similar situation following this thread, it seems
that deleting error indexes can take several hours so be patient! :)
On May 6, 5:14 pm, B
Are you sure the data is getting in proper format to the sever for getting
saved? I mean have you used the utf-8 specification for your pages?
Romesh
On Fri, May 7, 2010 at 2:59 PM, Henry wrote:
> Hi Guys,
>
> I've a simple question, I'm using Java App Engine and I need to store
> multilingual
Hi Guys,
I've a simple question, I'm using Java App Engine and I need to store
multilingual data like 'ñ' character.
Storing it as a unicode String, when I retrieve it, I'm getting the
following one '?'.
Does any one know how to store them? I need to store data with
different languages.
Thanks i
Assuming you've got a service initialized and a URL, etc -- here is
some code that grabs all events between now and May 10th.
CalendarQuery query = new CalendarQuery();
myQuery.setMinimumStartTime(DateTime.now());
myQuery.setMaximumStartTime(DateTime.parseDateTime("2010-05-10T23:59:59"));
Calenda
I have a parent entity:
Class TypeCustomer implements Serializable (
... keys and bla bla
... name and bla bla
@Persistent (mappedBy = "customer")
@Element (dependent = "true")
private List customers = new ArrayList ();
... bla bla
)
Child entity:
Class Customer implements Serializable (
...
I'm now using appcfg to upload my data to app engine.
Uploading data records.
[INFO] Logging to bulkloader-log-20100506.152635
[INFO] Throttling transfers:
[INFO] Bandwidth: 25 bytes/second
[INFO] HTTP connections: 8/second
[INFO] Entities inserted/fetched/modified: 20/seco
I prefer to see the message if it is going to be slow for one time,
but it takes too much time(5 to 10s).
In my situation, I am measuring how a simple url performs from a
different network(here google) and the numbers are misleading.
I call 10 URL and run only once in 10 minutes and every time a n
Is that possible to get amount of tasks for queue? I had task that can
be done in 1 execution or can create other task (which can also create
another task, etc. until we'll get final result). I can't predict rate
for task queue, so I just don't want start new tasks if i already have
>1-2K tasks in
I was able to deploy this afternoon (although I didnt get tons of 500
errors on my cron jobs and also in trying to modify the datastore),
but now i get a 500 error 100% of the time I try to deploy. I can't
even access the datastore without getting the 500 errors.
app name: truxmap
--
You recei
Hiya! For the past 3 hours, been trying to update my app engine java
instance, but have been getting the error:
Error posting to URL:
https://appengine.google.com/api/appversion/deploy?app_id=check-email&version=1&;
403 Forbidden
Too Many Versions (403)
The application already has the maximum n
Correction: The text was spelled wrong
private List customers = new ArrayList();
Help...
2010/5/6 Wagner Melo
> I have a parent entity:
>
> Class TypeCustomer implements Serializable (
> ... keys and bla bla
> ... name and bla bla
>
> @Persistent (mappedBy = "customer")
> @Element (dependent
Is tiles ver 2.1.4 compatible with struts 2 in GAE
can one reply at pra.a...@gmail.com
--
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 to google-appengine-j...@googlegroups.com.
To unsubscribe
Ok thanks. I didn't know the limit on the connection of the browser.
There is no problem deploy all every time... I just thinking about
majking a restyle of a webapp o add a different lookandfeel, simply
uploading some css...
Thanks again!
Regards
On 6 Mag, 09:50, "Ikai L (Google)" wrote:
> Not
23 matches
Mail list logo