[appengine-java] Lazy Loading, Spring MVC and PersistenceManager Closing

2009-12-14 Thread Al
Hi I just wanted to confirm that I am using the PersistenceManager in the correct manner... I have a List of a JDO persisted class retrieved in my Spring MVC controller as follows: protected ModelAndView handleRequestInternal(HttpServletRequest req, HttpServletResponse resp) throws Exception {

Re: [appengine-java] Lazy Loading, Spring MVC and PersistenceManager Closing

2009-12-14 Thread Rusty Wright
Something to investigate: http://static.springsource.org/spring/docs/2.5.x/api/org/springframework/orm/jdo/support/OpenPersistenceManagerInViewFilter.html Shortened: http://xrl.in/408b Al wrote: Hi I just wanted to confirm that I am using the PersistenceManager in the correct manner... I