Specifies whether proxies for components in the module can transparently fail over when deployed in a cluster. The default configuration applies this Ant property value to the <automaticFailover> subcommand in the <setProperties> command for each component in the module. To override the setting for an individual component, add a <setProperties> command to your user configuration that include the <automaticFailover> subcommand. For example:
<target name="configure-user"> <setProperties component="ejb.components.myjar.MyCompRemote"> <automaticFailover enable="true"/> </setProperties> </target>
For more information on failover, see Chapter 6, “Clusters and Synchronization,” in the System Administration Guide.