2 Replies Latest reply on Feb 27, 2009 10:52 AM by toriton

    jbpm-entity on Oracles  and id.

    toriton

      Hi i have a question about how the users are saved under JPBM using console.
      I was seeing the User.hbm.xml under jbpm-identity.jar, and found this:

       <id name="id" column="ID_">
       <generator class="native" />
       </id>
      


      Using oracle the id must have a sequence related to work, right?.
      I have to change the HBM files so any table have a SEQUENCE or i'm missing something?