Specifies the session persistence and passivation mechanism for stateful session beans (SFSBs) that have availability enabled. Allowed values are as follows:
Specifies the file system. If HA Persistence Type is set to file, the EJB container specifies the file system location where the passivated session bean state is stored. Checkpointing to the file system is useful for testing but is not for production environments.
Specifies HADB. This value is the default value. For production environments that require session persistence, use ha.
Specifies the passivation mechanism for SFSBs that do not have availability enabled. Allowed values are as follows:
Specifies the file system. This value is the default value. If SFSB Persistence Type is set to file, the EJB container specifies the file system location where the passivated session bean state is stored. Checkpointing to the file system is useful for testing but is not for production environments.
Specifies HADB.
Applicable only if the Persistence Type is ha. You can change the SFSB Store Pool Name if you changed the JDBC resource used for connections to the HADB for session persistence. For details, see configure-ha-cluster(1).