Is it possible to no rollback when you catch a exception ?
I use activiti and have treatments that are done correctly. I have a try and catch and my instruction crashes, he catch the exception and rollback all the transaction with database, I don't want it to do rollback the database.
You have a try, catch in your service task? So why is the transaction rolled back in the database then, because Activiti won't trigger a rollback in that case.