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:
"Cache Coordination" in Understanding EclipseLink
"Scaling EclipseLink Applications in Clusters" in Solutions Guide for EclispeLink