The ModJOTM kmodule deploys JOTM
as a JTA transaction manager for use by other kmodules. The ModJOTM kmodule is implemented by com.fs.pxe.kernel.modjotm.ModJOTM.
| Name |
Type |
Required |
Description |
| TransactionManagerName |
String |
No. |
the JNDI name at which to bind the JOTM transaction manager. The default is "TransactionManager". |
| TxTimeout |
int |
No. |
the transaction timeout, in seconds. It is useful to set this to a relatively large number when debugging. |
The ModJOTM module expects a JNDI naming service to be available, so ModFsNaming should be deployed before ModJOTM in a standalone environment.