spring+struts+hibernate OpenSessionInView 配备学习

spring+struts+hibernate OpenSessionInView 配置学习spring+struts+hibernate OpenSessionInView 配置学

spring+struts+hibernate OpenSessionInView 配置学习
spring+struts+hibernate OpenSessionInView 配置学习

在web.xml中使用OpenSessionInView不能配置:

        1. <plug-in?className="org.springframework.web.struts.ContextLoaderPlugIn">??
        2. ????<set-property?property="contextConfigLocation"?
        3. ???????????????????? value="/WEB-INF/classes/action-?servlet.xml"/>??
        4. plug-in>??

        ?

        具体见:http://www.iteye.com/topic/15057

        但是,指定contextConfigLocation属性时, 只需要将配置strutsAction部分的spring配置文件引入,不能将配置数据源和事务管理的配置文件引入,否则OpenSessionInView将失效。