0 Replies Latest reply on Sep 2, 2005 4:43 AM by liuhong

    data import issue

    liuhong

      I am using the jBpm in Oracle 9i .when I config the jbpm.properties like this.

      hibernate.dialect=net.sf.hibernate.dialect.Oracle9Dialect
      hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver
      hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:qmgj
      hibernate.connection.username=basicapp
      hibernate.connection.password=basicapp
      jbpm.create.tables.log=true


      after I create tables in datebase. then I type the 'ant deploy.process.archives' to import data. the log was as follow:


      [deploypar] 15:58:50,281 info [DatabaseFileMgr] storing file 'forms/update.erp.
      form' for definition '78643201'...
      [deploypar] 15:58:50,281 debug [DatabaseFileMgr] stored file 'forms/update.erp.f
      orm' successfully
      [deploypar] 15:58:50,281 debug [HibernateSession] committing a jbpm transaction


      It wasn't throw any exception just stop and the data had't been imported into the tables. it puzzled me.