struts2整合hibernate3

1.引入Struts2所需的jar包。
D:\jar\struts2\struts-2.3.20\lib\commons-fileupload-1.3.1.jar
D:\jar\struts2\struts-2.3.20\lib\commons-io-2.2.jar
D:\jar\struts2\struts-2.3.20\lib\commons-lang3-3.2.jar
D:\jar\struts2\struts-2.3.20\lib\ognl-3.0.6.jar
D:\jar\struts2\struts-2.3.20\lib\struts2-core-2.3.20.jar
D:\jar\struts2\struts-2.3.20\lib\xwork-core-2.3.20.jar
D:\jar\struts2\struts-2.3.20\lib\commons-collections-3.1.jar

注意:此前引入Hibernate3时使用的eclipse中配置的java/build path/User Libraries的hibernate,测试没有问题。但是用同样的方法引入Struts2出问题,tomcat启动始终不能实例化到session。然后将所有的jar包都转移到根目录的lib下,问题解决。

你可能感兴趣的:(struts2整合hibernate3)