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


metadata-source.send-refresh-command

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

true

(Default) To propogate refresh commands to the cluster, you must configure RCM and use the eclipselink.deploy-on-startup property.

false




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: