the hibernate entries are as below ... 

anonymous wrote : 
  |   |     <!-- hibernate dialect -->
  |   |     <property 
name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property>
  |   | 
  |   |     <!-- JDBC connection properties (begin) -->
  |   |     <property 
name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  |   |     <property 
name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpm32test</property>
  |   |     <property name="hibernate.connection.username">root</property>
  |   |     <property name="hibernate.connection.password">admin</property>
  |   |     <!-- JDBC connection properties (end) -->
  |   |     
  |   |     <property 
name="hibernate.cache.provider_class">org.hibernate.cache.HashtableCacheProvider</property>
  |   |     
  |   |     <!-- DataSource properties (begin) -->
  |   |     <property 
name="hibernate.connection.datasource">java:/JbpmDS</property>
  |   |     <!-- DataSource properties (end) -->
  |   | 

Thanks,
--Yash

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031916#4031916

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031916
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to