[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

Re: [appengine-java] makeTransientAll not working

2010-10-11 Thread Cyrille Vincey
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 method, the makeTransientAll method is not working. I am not able to show the contents of