12 Replies Latest reply on May 10, 2013 1:37 AM by swiderski.maciej

    Why the JBPM task can't rollback ?

    miniservice

      In my project , i use the JBPM5.3 ,spring,mysql,and the tomcat.

       

      and the JPA is not the JTA type .

       

      When the business has a exception. The transaction must be rollback .

       

      But it can't like this ,when the exception appears , the   ProcessInstanceInfo and the WorkItemInfo are all rollback , except the Task . I don't know why it  happens .

       

      Is anyone can help me ?