Use eclipselink.metadata-source.send-refresh-command
with cache coordination for a clustered environment to control how EclipseLink sends RCM refresh metadata commands to the cluster.
Values
Table 5-63 describes this persistence property's values.
Table 5-63 Valid Values for metadata-source.send-refresh-command
Value | Description |
---|---|
|
(Default) To propogate refresh commands to the cluster, you must configure RCM and use the |
|
Usage
If cache coordination is configured and the session is deployed on startup, this property controls the sending of RCM refresh metadata commands to the cluster.
These commands will cause the remote instances to refresh their metadata.
Examples
Example 5-61 shows how to use this property.
See Also
For more information, see:
Metadata Source Examples
http://wiki.eclipse.org/EclipseLink/Examples/JPA/MetadataSource/
"Using an External Metadata Source" in Solutions Guide for EclispeLink