Re: Keep getting this error

2008-06-20 Thread Bill Barker
"Mathias P.W Nilsson" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Don't know how to get rid of this > Don't take so long to generate the page that your users get bored and move on to utube ;)? Seriously, the error is that the user has moved on to a different page (e.g. cli

Re: Keep getting this error

2008-06-20 Thread Youssef Mohammed
org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.doFilterInternal(OpenEntityManagerInViewFilter.java:111) It is in a spring classes filter , make sure your web app is configured correctly to use spring/jsf/jpa. you can also just comment that filter out from your web.xml. but you