0
thaithiendi created
Dear support Team,
I'm using IUnitOfWorkManager to make Transaction with execute store procedue oracle. This my code: When debug code, I intentionally let it be error in //CREATE PDF FILE I want to rollback //UPDATE TASK When error in //CREATE PDF FILE, it throw exception but my database still save info of //UPDATE TASK. How can I rollback //UPDATE TASK?
- ABP Framework version: v5.3.3
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
3 Answer(s)
-
0
hi thaithiendi
- Try to remove
app.UseUnitOfWork()
from the ASP.NET Core pipeline. - if 1 doesn't work, please share some code to reproduce the problem.
- Try to remove
-
0
-
0
hi
Can you share a simple project to reproduce? liming.ma@volosoft.com