2 Replies Latest reply on Oct 17, 2007 5:47 AM by galvino

    jbpm and EJB 3

    galvino

      hi everybody,
      i have a question :
      Is i tpossible to use jbpm with EJB 3 ?

      if it is "yes", have you got a tutorial that can explain me ?

      thanks !

        • 1. Re: jbpm and EJB 3
          kukeltje

          if you mean calling ejb3 from jbpm, then yes, just like ejb2, webservices, plain java, ....

          • 2. Re: jbpm and EJB 3
            galvino

            ahhh ok !!

            but, i look ej3 and isn't there a conflict beetween Jbpmcontext(JBPM) and JPA(EJB3) for the data persistence ?

            so, i want to do an EJB application with jbpm API, but i don't know how can i do the gathering of data from the database or the persistence !!