- 浏览: 27071 次
- 性别:
- 来自: 深圳
最新评论
文章列表
测试多对多关联时报错:
org.hibernate.exception.ConstraintViolationException: Could not execute JDBC batch update
at org.hibernate.exception.SQLStateConverter.convert(SQLStateConverter.java:94)
at org.hibernate.exception.JDBCExceptionHelper.convert(JDBCExceptionHelper.java:66)
at org.hibernate.jdbc.AbstractBa ...
关键字: hibernate.hbm2ddl.auto
hibernate.cfg.xml 中hibernate.hbm2ddl.auto配置节点如下:
<!--程序执行的时候是否显示真正的sql语句-->
<property name="show_sql">true</property>
<!-- 实体配置文件来自动生成表 -->
<property name="hibernate.hbm2ddl.auto">create</property>
<!-- 关联所有实体 ...
struts2版本是struts2.2.1
问题描述:
严重: Dispatcher initialization failed ...
处理方法:
1、核对lib包
commons-fileupload-1.2.1.jar,
commons-io-1.3.2.jar
commons-logging-1.0.4.jar
freemarker-2.3.16.jar
ognl-3.0.jar
struts2-core-2.2.1.jar
xwork-core-2.2.1.jar
注意2.1以前是没有commons-fileupload-1.2.1.jar ...
最近遇到的关于struts2.2.1中关于国际化编码乱码问题。
解决方法:
1、MyEclipse编码设置
我的Myeclipse6.5GA安装后编码默认是GBK,外面的人一般推荐用UTF-8。
全局编码设置:编码设置的方法:ToolBar-->Window-->Preferences-->General-->Workspace-->Text file encoding,设置合适的编码。
局部编码设置:在源码按右键-->General-->Editors-->Test Editors-->Spelling-->E ...