
Use this procedure to enable stateful session failover for a specific stateful session bean in your EJB application.
You can use the stateful session failover when your stateful session beans are not involved in an HTTP session and invoked by RMI/P4 clients. If your beans are involved in an HTTP session and HTTP failover is enabled, you do not need to enable the stateful session failover.
To disable the stateful session failover, remove the value of this property.
If you enable the stateful session failover, the SAP NetWeaver Developer Studio will generate the following source code:
<property> <property-name>stateful-failover</property-name> <property-value>true</property-value></property> |