/ Published in: XML
Expand |
Embed | Plain Text
<filter> <filter-name>SpringOpenEntityManagerInViewFilter</filter-name> <filter-class> org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter </filter-class> </filter> <filter-mapping> <filter-name>SpringOpenEntityManagerInViewFilter</filter-name> <url-pattern>/*</url-pattern> </filter-mapping>
Comments
Subscribe to comments
You need to login to post a comment.

must go before struts filter-mapping configuration, otherwise nothing will work because of the filters' sequence