[appengine-java] Re: makeTransientAll not working

2010-10-11 Thread Puneet
ode set to true. On Oct 11, 3:22 pm, Cyrille Vincey wrote: > Remove the line "pm.makeTransientAll((Collection)results);" and it should > work fine. > And no need for the line "query.closeAll();) as well. > > On 11/10/10 12:14, "Puneet" wrote: > >

[appengine-java] makeTransientAll not working

2010-10-11 Thread Puneet
In the below method, the makeTransientAll method is not working. I am not able to show the contents of returned List in jsp. @Override public List getParty (String name) { List results = null; PersistenceManager pm = PMF.get().getPersistenceManager(); Query query = pm.new

[appengine-java] Exception in struts resource bundle

2010-10-11 Thread Puneet
Hi, I am using Struts 2.0.14 + Spring 2.5 in an appengine application. When i saw the logs, it was full of exceptions (pasted below.). Please note that the application is running fine upon deployment, don't know why these exceptions are being raised...they are in thousands of numbers. I guess it

[appengine-java] Re: Downloading WAR files from appengine

2010-09-06 Thread Puneet
e your own backups. These WAR files would not be useful > anyway unless you plan on editing .class files. > > > > On Tue, Aug 31, 2010 at 5:43 AM, Puneet wrote: > > Hi, > > > Is it possible to download war files that I have uploaded to app- > > engine. I u

[appengine-java] Downloading WAR files from appengine

2010-08-31 Thread Puneet
Hi, Is it possible to download war files that I have uploaded to app- engine. I uploaded it through eclipse and now i have accidentally deleted the project from my PC :( -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to t

[appengine-java] Re: Read Gmail from app engine

2009-08-20 Thread Puneet
Hi all, Thanks a lot for your replies. I guess incoming mail support will be provided from app engine by end of this year :). Till then I'll use www.eatj.com to host my servlet/jsp application which will use java mail api to connect to gmail and retrieve full gmail contents for me. like that i ca

[appengine-java] Re: Read Gmail from app engine

2009-08-16 Thread Puneet
Can i retrieve mails using Java Mail api or G4J from a servlet?. On Aug 14, 2:30 pm, Mahesh Patil wrote: > Hi Puneet, > You could just forward your emails to another email address or to your > workplace email..thats what I did when I couldn't access Gmail from one >