[jboss-user] [JBoss jBPM] - Re: Persistance and setActorId

frinux do-not-reply at jboss.com
Thu Mar 12 04:53:48 EDT 2009


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



More information about the jboss-user mailing list