Hi All,
As we know we do ‘LocalTransaction’ by default autoCommit → Off and ‘NoTransaction’ by default autoCommit ->On.
I wrote a flow service which has one adapter service which is using insert statement which makes use of ‘LocalTransaction’ and after the execution i can see that record is getting executed into the DB.
I wrote a flow service which has 2 adapter services which make use of ‘LocalTransaction’ and have insert operation as part of those. After running the service I can see both services inserted records into the DB.
How does it make difference from ‘NoTransaction’ if they are commiting the transactions without explicit commit.
Kindly share your views after doing a little R&D on this and many thanks for your time.
Thanks,
Ravee.
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB