WAS v8.5 > Develop applications > Develop EJB applications > Assemble access intents to EJB 2.x entity beans

Configure read-read consistency checking with an assembly tool

Read-read consistency checking only applies to LifeTimeInCache beans whose data is read from another transaction. WAS v8.5 checks the data is consistent with the data store, and ensures that it is not updated after checking for access intents that are repeatable read (RR). For access intents that are read committed (RC), the product checks the data is consistent at the point of checking; it does not guarantee the data does not change after the checking. This makes the behavior of the LifeTimeInCache bean the same as beans that are non-LifeTimeInCache.

To perform this checking, you need to configure CMP entity beans with read-read consistency checking. We can do this using an assembly tool. To learn how to complete this task see the topic, Adding bean-level access intent for entity beans 2.x in the assembly tool information center.


Subtopics


Subtopics


+

Search Tips   |   Advanced Search