Question

Bernving
NL
Last activity: 4 Oct 2017 14:02 EDT
Locking Architecture
In the material the follwing qutestion is asked:
Which of the following options does not describe a condition you would ensure before allowing a lock to be requested on a work object? (Choose One)
- The object already existed in the Database
- The object should be associated with a class group
- The lock cache across all JVMs has been synchronized
- The class group associated with the object must be defined to allow locking
The correct answer seams to be 4. Why would I ensure that the cache in JVM would have been synchronised or that the object is associated with a class group? That is what pega does for you I would say