Tag Archives: spring
Spring 4.1 MVC + Hibernate 4.3 + Webflow 2.4 + OpenSessionInViewFilter = java.lang.IllegalStateException, Already value for key bound to thread
[Note: I originally posted this problem/solution to Stackoverflow.com] Problem: I am upgrading an application from these component versions to their latest counterparts:
1 2 3 4 |
Spring 3.0.4 -> Spring 4.1.6 Hibernate 3.3.0 -> Hibernate 4.3.8 Spring Webflow 2.0.7 -> Spring Webflow 2.4.1 Spring Security 2.0.4 -> Spring Security 3.2.6 |
I am currently very stuck on a problem related the OpenSessionInViewFilter and Spring Webflows. None of the … Continue reading
Recent Comments