Hi,
In my ActionBeans I use lazy loading Hibernate entities that are accessed in the JSP view. Runtime this session in view pattern work excellent. But it does not work during JUnit testing. The session is closed after calling execute on the MockRoundtrip, making it impossible to check the results. How can I make sure the session of the MockRoundtrip does not end after the 'execute' command? Kind regards, Karen ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Stripes-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-users
