Java Persistence API (JPA) Extensions Reference for EclipseLink, Release 2.5
  Go To Table Of Contents
 Search
 PDFComments
Comments


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: