Can we Club No & Local transaction adapter services in a flow service?

Can we Club No & Local transaction adapter services in a flow service?

If we do, flow service is hanging. please post your suggestions…
Thanks

Please refer wM JDBC adapter guide from SAG :smiley:

It is expalined cleary with examples.

@Akash,

Please share your code.

Thanks,
Rankesh

We can. Please refer “webMethods JDBC Adapter Installation and User’s Guide” for valid examples.

HTH,

Thanks,

Can we Club No & Local transaction adapter services in a flow service?
Yes, but as long as you maintain the transaction context by explicit start and commit for your “local”, it should work.

Regards,
Natarajan R

NO transaction you dont have a control over commit or rollback . so for the LOCAL txn blocks , use the start/commit/rollback services available in WmART package with proper try/catch for each…

Note: you should be careful in passing the transactionName (unique) for every thread/session invoke and it needs to be properly commited or rolledback