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


cache.coordination.jndi.password

Use eclipselink.cache.coordination.jndi.password to set the password for the cache.coordination.jndi.user, when using cache coordination for a clustered environment.


Values

Table 5-8 describes this persistence property's values.

Table 5-8 Valid Values for cache.coordination.jndi.password

Value Description

value

Pawwsord for the cache.coordination.jndi.user.



Usage

Normally, you will not need this property when connecting to the local server.


Examples

Example 5-3 shows how to use this property in the persistence.xml file.

Example 5-3 Using cache.coordination.jndi.password in persistence.xml

<property name="eclipselink.cache.coordination.jndi.user" value="USERNAME"/>
<property name="eclipselink.cache.coordination.jndi.password" value="PASSWORD"/>


See Also

For more information, see: