我正在使用
当我从eclipse运行我的应用程序完美地运行每个远程程序,然后生成与谷歌的编译器战争我成功所有6评论最终复制生成的战争(这是一个文件夹,而不是。战争)在webapps apache -tomcat 7和部署我的应用程序显然有效,但在以下方面失败:
如果你可以帮助我,我会感激万分,我认为google编译器不会编译java中的代码好不行可能是错误的。
我的hibernate.cfg文件的一部分是:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration
DTD 3.0//EN" "http://hibernate.sourceforge.net/hibernate-configuration-
3.0.dtd">
<hibernate-configuration>
<session-factory>
<property name="hibernate.bytecode.use_reflection_optimizer">false</property>
<property name="hibernate.connection.driver_class">org.gjt.mm.mysql.Driver</property>
<property name="hibernate.connection.password">password</property>
<property name="hibernate.connection.url">jdbc:mysql://domain/bd</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.current_session_context_class">thread</property>
<property
name="hibernate.dialect">org.hibernate.dialect.MySQL5InnoDBDialect</property>
<property name="hibernate.search.autoregister_listeners">false</property>
<property
名称= “hibernate.connection.provider_class” &GT; org.hibernate.connection.C3P0ConnectionProvide 1 五 20 300 0 100 选择1;
答案 0 :(得分:0)
我认为这是mysql和hibernate的默认8h连接重置。
不可能的是,hibernate(纯java,而不是编译为JS的gwt)可以影响数据库连接。
但是你的hibernate配置似乎是正确的。