<?xml version='1.0' encoding='utf-8'?><hibernate-configuration><session-factory><!-- jdbc connection properties --><property name="hibernate.dialect">org.hibernate.dialect.MySQLInnoDBDialect</property><property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property><property name="hibernate.connection.url">jdbc:mysql://localhost:3306/jbpm</property><property name="hibernate.connection.username">root</property><property name="hibernate.connection.password">root</property></session-factory></hibernate-configuration>