
struts2
dlcoco9999
这个作者很懒,什么都没留下…
展开
-
struts2+spring+hibernate+proxool
关于struts2+spring+hibernate整合proxool,跟ssh的大部分都类似,只要把application.xml的datasource注释掉,并在sessionFactory标签的props中添加如下即可。 ssh proxool.xml org.hibernate.connection.ProxoolConnectionProvider true ...原创 2010-06-30 14:12:25 · 135 阅读 · 0 评论 -
struts2+spring+hibernte 的java.lang.reflect.InvocationTargetException
今天在整合S2SH中发现一个Bug,造成HQL查询都是抱 java.lang.reflect.InvocationTargetException 异常,最后经过排查,发现时 struts2中的antlr-2.7.2.jar与其他版本antlr-2.7.*.jar的冲突造成的。郁闷了几个小时...原创 2010-09-27 19:59:31 · 133 阅读 · 0 评论 -
struts2的一个奇怪问题
/res/getres ../index.jsp 其中的name为upload是,通过URL /res/upload无法访问到 /res/getres ../index.jsp 把name改为upload1可以正常访问到 其中Tomcat报无法访问到的404错误,暂时不知道原因是啥 There is no A...原创 2010-11-12 17:38:14 · 149 阅读 · 0 评论