I'm using MySql. Here is my Hibernate configuration:
| <!-- JDBC connection properties (begin) -->
| <property
name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
| <property
name="hibernate.connection.url">jdbc:mysql://...</property>
| <property
name="hibernate.connection.username">...</property>
| <property
name="hibernate.connection.password">...</property>
| <property
name="hibernate.connection.isolation">2</property>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135616#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...