[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] 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 ListParty getParty (String name) { ListParty results = null; PersistenceManager pm = PMF.get().getPersistenceManager(); Query

[appengine-java] Re: makeTransientAll not working

2010-10-11 Thread Puneet
to devMode set to true. On Oct 11, 3:22 pm, Cyrille Vincey crll...@gmail.com 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 puneet.nah...@gmail.com wrote: In the below

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

2010-09-07 Thread Puneet
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 puneet.nah...@gmail.com wrote: Hi, Is it possible to download war files that I have uploaded to app- engine. I uploaded it through eclipse and now i

[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

[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