Re: [appengine-java] [JDO Paging] Getting a cursor BEFORE the end of results

2010-05-07 Thread Chau Huynh
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: >

[appengine-java] Google maps geocoder responds with 620 error since server maintenance

2010-05-07 Thread culov
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

[appengine-java] I'm getting HardDeadlineExceededError

2010-05-07 Thread ZeroCool
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

[appengine-java] Re: one project access classes in another project in same account

2010-05-07 Thread bhomass
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"

[appengine-java] Re: Send Email succeeds...but email not coming thru...

2010-05-07 Thread praseed
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

[appengine-java] Re: Send Email succeeds...but email not coming thru...

2010-05-07 Thread praseed
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

[appengine-java] Send Email succeeds...but email not coming thru...

2010-05-07 Thread praseed
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

Re: [appengine-java] [JDO Paging] Getting a cursor BEFORE the end of results

2010-05-07 Thread Jeff Schnitzer
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

[appengine-java] JDOQL and GeoPt

2010-05-07 Thread Etienne
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

[appengine-java] xmpp send fail. is this bug?

2010-05-07 Thread asianCoolz
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

[appengine-java] Re: Unable to vacuum error indexes

2010-05-07 Thread Ben Gerdemann
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

Re: [appengine-java] Multilingual storing data

2010-05-07 Thread romesh soni
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

[appengine-java] Multilingual storing data

2010-05-07 Thread Henry
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

[appengine-java] Re: Calendar API

2010-05-07 Thread Andy Glover
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

[appengine-java] HELP - How do update a child entity using JDO

2010-05-07 Thread Wagner Melo
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 ( ...

[appengine-java] How to Upload large number of CSV data?

2010-05-07 Thread Mandla
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

[appengine-java] Re: WARNING: This request caused a new process to be started for your application, and thus caused your application code to be loaded for the first time. This request may thus take

2010-05-07 Thread Narayanan Lakshmanan
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

[appengine-java] Can i get Task Queue info?

2010-05-07 Thread Dmitriy T.
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

[appengine-java] Unable to deploy all night (500 internal server errors)

2010-05-07 Thread culov
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

[appengine-java] Already has the maximum number of versions, but I have only one.

2010-05-07 Thread Tim Yates
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

[appengine-java] Re: HELP - How do update a child entity using JDO

2010-05-07 Thread Wagner Melo
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

[appengine-java] Discussion on will-it-play-in-app-engine

2010-05-07 Thread Prateek
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

[appengine-java] Re: uploas static resource

2010-05-07 Thread ale
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