0 Replies Latest reply on Dec 12, 2005 1:10 PM by pedrosacosta

    deploy my bpm with hibernate

    pedrosacosta

      Where should i deploy my workflow, including the configuration xml files, in the jbpm-starters-kit-with-eclipse-3.0?

      Because, i'm running jbpm-starters-kit-with-eclipse-3.0, should i declare a different port in my hibernate.cfg.xml, to not create any problem with the port 1701? I want to maintain the ip address "localhost". So, should i declare this connection:

      <connection-url>jdbc:hsqldb:hsql://localhost:1720</connection-url>
      


      What xml files should i configure, besides hibernate.cfg.xml and hsqldb-ds.xml, for my bpm application run with hsqldb?

      The *.hbm.xml files that i create, are the ones to create my database and my tables, isn't it?


      Thanks,
      Pedro