[appengine-java] Re: Query on date

2011-05-05 Thread captain
Check out this link http://www.java2s.com/Code/Java/JPA/DateTypeParameter.htm Regards Captain On May 4, 9:14 pm, Ramesh ramesh.v1...@gmail.com wrote: Hi all, Even after searching i am not able to see any correct answer on how to work with GAE java dates. My Model: /**  */ @Entity

[appengine-java] Re: A couple of datastore questions!

2011-05-05 Thread captain
Went thru the same issues. Im also using unowned relationships as a workaround You are not alone ;-) Captain On May 4, 5:32 am, Muhammad Ijaz Khan aija...@gmail.com wrote: so no other way? On Wed, May 4, 2011 at 12:08 AM, Muhammad Ijaz Khan aija...@gmail.comwrote: This is exactly what I am

[appengine-java] Re: What are my options in implementing a video upload/streaming functionality in GAE

2011-04-01 Thread captain
I'm researching the same and going with option 1. My plan is to create one user account and upload all my users videos under that account (that strategy solves one of your concerns -which is mine too). Re:privacy, are you sure we cannot label videos as private? I'll share my progress with you.

[appengine-java] Re: javax.mail.internet.MimeMultipart is a restricted class

2011-03-15 Thread captain
Devmode is a subset. The dev version of appengine maybe causing you to have an error at dev and not when the app is deployed on the real beast In fact, mail doesnt work on devmode. But all the above is pretty much guessing until you send us more of your code Cheers On Mar 15, 3:27 pm, Alberto

[appengine-java] Re: JDO not storing time information in Date, only stores the day

2011-03-14 Thread captain
Hi Cheng, Need to see more code. Can you provide the way you create and watch your timestamp? Cheers On Mar 14, 5:55 pm, Cheng Wei Lee cheng@gmail.com wrote: Hi GAE/J gurus, I am using Google App Engine with Java, JDO for persistence. I have my Activity object withtimestamp declared as

[appengine-java] Re: uploading 100k lines into the datastore is enough to max out the CPU time?

2011-03-07 Thread captain
Hi Claudio Try makePersistentAll() It will certainly help Cheers CB On Mar 7, 2:57 am, Cláudio Coelho ereb...@gmail.com wrote: Since the bottleneck occurs when making objects of Location persistent, I assume that is the only relevant class. If anything else is relevant, tell me and I'll

[appengine-java] Re: Not sending email with Javamail and no error

2010-12-23 Thread captain
Hi all, My code was working two weeks ago and now I found myself in the same situation of the original post Hard to tell what is going on with the java mail service. Definitely something changed. Claudio Of On Dec 18, 7:29 am, @bh!jiT choudhury.abhi...@gmail.com wrote: Ok few things

[appengine-java] Re: Local datastore lost after deployment

2010-01-28 Thread captain
datastore just reset itself without   warning.  Basically the local sdk is for development and testing only. On 26 Jan 2010, at 13:55, captain wrote: Hi All, I'm using the eclipse plug-in and all was good until I deployed my app. My deployed app in the cloud didn't deploy along