JDBC Adapter 6.5, transaction type is LOCAL_TRANSACTION ,
my flow service as below:
public.art.transaction:startTransaction
SEQUENCE(exit on success)
–SEQUENCE(exit on failure)
----call jdbc adapter service to insert
----public.art.transaction:commitTransaction
–SEQUENCE(exit on done)
----pub.flow:getLastError
----public.art.transaction:rollbackTransaction
i get the following error msg when public.art.transaction:commitTransaction executes:
[ART.114.303] Adapter Runtime (Transaction): Unable to commit transaction.
null
but i find the data have been insert to the database, it seem the transaction have not started. how to solve it. Thanks advance.
#webMethods#Adapters-and-E-Standards#Integration-Server-and-ESB