Community

Handling process state

reply from David Jeeves in jBPM - View the full discussion

sure.

 

<?

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="hibernate.dialect">org.hibernate.dialect.HSQLDialect</property>

 

<property name="hibernate.connection.driver_class">org.hsqldb.jdbcDriver</property>

 

<property name="hibernate.connection.url">jdbc:hsqldb:mem:.</property>

 

<property name="hibernate.connection.username">sa</property>

 

<property name="hibernate.connection.password"></property>

 

<property name="hibernate.hbm2ddl.auto">create-drop</property>

 

<property name="hibernate.format_sql">true</property>

 

 

<mapping resource="jbpm.repository.hbm.xml" />

 

<mapping resource="jbpm.execution.hbm.xml" />

 

<mapping resource="jbpm.history.hbm.xml" />

 

<mapping resource="jbpm.task.hbm.xml" />

 

<mapping resource="jbpm.identity.hbm.xml" />

 

 

</session-factory>

</

hibernate-configuration>

Reply to this message by going to Community

Start a new discussion in jBPM at Community