cache.coordination.naming-service

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.

Table 5-10 Valid Values for cache.coordination.naming-service

Value Description

jndi

 

rmi

 

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.protocol"

  • "Cache Coordination" in Understanding Oracle TopLink

  • "Scaling TopLink Applications in Clusters" in Solutions Guide for Oracle TopLink