文章列表
[size=large][size=small][size=x-small]用ssh框架做了个小项目,用c3p0做连接池,用的是Mysql 5.1.x ,现问题如下:[/size][/size][/size]
现在项目已经发布到服务器,前一天还没什么问题,但是第二天,在运行,老是报com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 54,522,939 milliseconds ago. The last packe ...
遇到这样的问题,用hibernate 开发,myeclipse 反向生成映射文件,现有表eventAlert,此表是个没有主键的表,生成的映射文件,如下:
<hibernate-mapping>
<class name="com.tomsync.vo.EventAlert" table="EventAlert" catalog="obm">
<composite-id name="id" class="com.tomsync.vo.EventAlert ...