cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti+Hibernate rollback

jolo_
Champ on-the-rise
Champ on-the-rise
I've already complain that when to pass Hibernate Transaction Manager to Activiti - Activiti doesn't rollback own changes (means after rollback it push changes to own DB).

But it isn't the point.

The point is the next question:
Activiti has 24 tables. Which tables it should rollback and wich shouldn't?
3 REPLIES 3

trademak
Star Contributor
Star Contributor
I really don't understand your question.
Activiti takes care of doing a rollback and rolling back the data in the correct tables.

Best regards,

jolo_
Champ on-the-rise
Champ on-the-rise
I mean that should it rollback all 24 tables, or it rollback all except act_hi_* tables or something else?

jbarrez
Star Contributor
Star Contributor
Transactions only rollback the tables that are touched in that transaction … so sorry, i'm not getting your question either…