The ModMemDAO kmodule configures and deploys a in-memory implementation of the DAO layers for both the [service framework] and the BPEL Service Provider. The ModMemDAO kmodule is implemented by com.fs.pxe.kernel.modmemdao.ModMemDAO.
| Name |
Type |
Required |
Description |
| BpelStateStoreConnectionFactory |
Yes. |
the JNDI name at which to bind the created BpelStateStoreConnectionFactory instance. |
| StateStoreConnectionFactory |
Yes. |
the JNDI name at which to bind the created service framework DAOConnectionFactory instance. |
| TransactionManager |
String |
No. |
the JNDI name of a JTA transaction manager; the default is "TransactionManager". |
The ModMemDAO kmodule requires a JTA transaction manager bound into JNDI. Thus, ModJOTM and its depedencies should precede ModMemDAO.