4 Replies Latest reply on Jul 18, 2007 7:53 AM by kukeltje

    Users - Groups in JBPM - Oracle

      Hi,
      i was wondering if i could use my own schema for users-groups in my jbpm ?

      i have seen that there was a jbpm jbpm_id_user ans i was wondering if it was mandatory to use it ?

      Regards,

      O.M.

        • 1. Re: Users - Groups in JBPM - Oracle

          No one knows ?

          I am willing to take any ideas or links about this.

          Feel free to post.

          Thanks,

          Best thoughts,

          O.M.

          • 2. Re: Users - Groups in JBPM - Oracle
            kukeltje

            please..... be a little patient...only 2 hours between your posts.

            Yes, you can implement your own schema. "Just" look at the identity module in the source and re-implement it according to your own schema. It will become more plugable in the future.

            • 3. Re: Users - Groups in JBPM - Oracle

              Hi ronald,

              sorry if a seem impatient, i just couldn't wait to read ideas.

              Thanks for considering my request.
              I'm asking because i already have a database with a User table.
              But i haven't yet implemented the group part.

              If i understood right, "all" i have to do is to make changes in the classes in the identity.jar and in the hibernate files.

              I'm thinking about using a different assigment handler for each group.
              Does it seems right to you ?

              Best regards,

              O.M.

              • 4. Re: Users - Groups in JBPM - Oracle
                kukeltje

                you do not even need hibernate if you e.g. have an api to your identity and accessmanagement system.

                You can ofcourse also use assignment handlers, but that requires each process designer to include these. Personally I'd like to have this as a general functionality