-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ikasan 2370 add service to manage indoubt transactions v3 #1299
Ikasan 2370 add service to manage indoubt transactions v3 #1299
Conversation
} | ||
|
||
@Override | ||
public void commitInDoubtTransaction(String transactionName) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add Service to CommitAll and RollBackAll?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrzej-majewski I have added feature to commit and roll back all.
*/ | ||
@RequestMapping("/rest/transaction/inDoubt") | ||
@RestController | ||
public class InDoubtTransactionsApplication |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add Controller to allow call service to CommitAll and RollBackAll?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrzej-majewski have added feature to commit and rollback all
…ed or rolled back.
No description provided.