We are having a three tier PB application. It uses EAServer as application server.
I was trying to rollback a transction after unsuccesful update but it is not rolling back.
I used Setabort method in the component... and in the log file I can see that "AFLIB Message: 18209/11/0: Transaction::Commit(): Transaction was marked ABORTONLY - Aborting!"
but when I goto database to see the changes.. the changes are updated in the table not rolled back.
Looks I am missing some configuration or something any help is appreciated.
I was trying to rollback a transction after unsuccesful update but it is not rolling back.
I used Setabort method in the component... and in the log file I can see that "AFLIB Message: 18209/11/0: Transaction::Commit(): Transaction was marked ABORTONLY - Aborting!"
but when I goto database to see the changes.. the changes are updated in the table not rolled back.
Looks I am missing some configuration or something any help is appreciated.