2 Replies Latest reply on Aug 31, 2009 8:47 AM by lvdberg

    JBPM in SEAMGen Crud APplication is possible or not?

    shanthi_jira
      I am using seam2.1.1 GA and JBPM 3.2.2

      I have craeted CRUD application with SEAMGen and Integrated with JBPM.I am able to craete a process.But when i start the task i am getting  the following exception


      Caused by java.lang.IllegalStateException with message: "begin method invoked from a long-running conversation, try using @Begin(join=true) on method: approve"

      I have tried with war and ear.But getting the same exception

      Please help me if anybody knows