HibernateSessionConversationFilter « Core « JPA Q&A





2. HibernateSessionConversationFilter of wiki flawed ?    forum.hibernate.org

Hi i wanted to implement long running conversations (between multiple HTTP requests) and i translated the HibernateSessionConversationFilter to a JSF phase event listener. (too bad i am not using SEAM but that's another story). But after reading the code i am wondering if there aren't any issues with exception handling in the given example. For instance, the following code is executed ...