JBoss Community

Re: how to export jbpm database tables ?

created by eric jiang in jBPM - View the full discussion

I got it!!!

 

this is the answer:

these files need to be modified:

     <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>

 

     <property name="hibernate.dialect" value="org.hibernate.dialect.Oracle10gDialect"/>

      <property name="hibernate.connection.driver_class" value="oracle.jdbc.driver.OracleDriver"/>

      <property name="hibernate.connection.url" value="jdbc:oracle:thin:@localhost:1521:test" />

 

     <connection-url>jdbc:oracle:thin:@localhost:1521:test</connection-url>

    <driver-class>oracle.jdbc.driver.OracleDriver</driver-class>

    <user-name>scott</user-name>

    <password>scott</password>

    

 

 

     <resource-root path="ojdbc14.jar"/>

 

after that, pls run

1. ant install.demo.db

2. ant start.demo.db

 

:^0

Reply to this message by going to Community

Start a new discussion in jBPM at Community