Use eclipselink.cache.coordination.naming-service
to specify the naming service to use, when using cache coordination for a clustered environment.
Values
Table 5-10 describes this persistence property's values.
Usage
Examples
Example 5-4 shows how to use this property in the persistence.xml
file.
Example 5-4 Using cache.coordination.naming-service in persistence.xml
<property name="eclipselink.cache.coordination" value="true"/> <property name="eclipselink.cache.coordination.naming-service" value="jndi"/>
See Also
For more information, see:
"Cache Coordination" in Understanding EclipseLink
"Scaling EclipseLink Applications in Clusters" in Solutions Guide for EclispeLink