[jbpm-users] [JBoss jBPM] - Re: Problems with indexes in jbpm.history.hbm.xml

hwa do-not-reply at jboss.com
Wed Aug 19 15:02:42 EDT 2009


Oh, and I forgot to include my jbpm.hibernate.cfg.xml:

  | <?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.Oracle10gDialect</property>
  |      <property name="hibernate.connection.driver_class">oracle.jdbc.OracleDriver</property>
  |      <property name="hibernate.connection.url">jdbc:oracle:oci:@orcl</property>
  |      <property name="hibernate.connection.username">jbpm</property>
  |      <property name="hibernate.connection.password">jbpm</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>
  | 

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

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250463


More information about the jbpm-users mailing list