Activiti Exception No rollback
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2015 09:06 AM
Hello,
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.
Can you help me ?
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.
Can you help me ?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2015 09:10 AM
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.
Best regards,
Best regards,
