读书人

spring+struts+hibernate OpenSession

发布时间: 2012-11-05 09:35:11 作者: rapoo

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将失效。

读书人网 >软件架构设计

热点推荐