Here is my hibernate config file : <?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="connection.url">jdbc:mysql://localhost:3306/econges</property> | <property name="connection.username">root</property> | <property name="connection.password">unilog</property> | <property name="connection.driver_class">com.mysql.jdbc.Driver</property> | <property name="dialect">org.hibernate.dialect.MySQLInnoDBDialect</property> | | </session-factory> | </hibernate-configuration>
It's a quite simple one... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4217310#4217310 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4217310 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
