Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.0-RC2
-
Fix Version/s: 1.1.1
-
Component/s: View technologies
-
Labels:None
-
Environment:linux/windows
Description
The OpenSessionInView interceptor is applied to the UrlMappings filter and not the SiteMesh filter.
If the SiteMesh layouts access the database via taglibs or directly through GORM they will not be able to take advantage of an open Hibernate Session.
It would be better if the OSIV interceptor was applied to the SiteMesh filter rather than the UrlMappingFilter.
This bug is hitting me too. The priority of this bug should be boosted to major at least I guess.