I've got a Pathway server that I've implemented in Java. It uses
JToolkit to read $RECEIVE. It also uses JDBC/MX and NonStop Server for
Java Transaction API-TMF (jtatmf.jar) to manage transactions.
All works well -- except that any transaction inherited from the
Pathway client app is ignored by JTA. UserTransaction.getStatus()
returns STATUS_NO_TRANSACTION.
Is JTA supposed to work with transactions inherited through $RECEIVE,
or am I missing something?
Thanks,
Mark