Class: com.sybase.djc.ant.ResponseLogProperty (Response Log Property) EAServer 6.3 Help
Description Configures a component to support response logging in a clustered environment.

Should be used together with: Automatic Failover Property.

See also: Request Log Property.

Configuration Example:
<setProperties component="ejb.components.example.MyCompRemote">
  <automaticFailover enable="true"/>
  <responseLog enable="true"/>
  ...
</setProperties>
Nested Properties enable

Property: enable (Enable)
Description Enables detection of repeated calls to "non-void" methods. These repeated calls might occur when the client has failed over from one server to another, and is uncertain whether the call was successfully executed on the first server before failure.

Response logging uses the "af_response_log" database table in the "cluster.db" data source. Due to the use of a database, you may wish to carry out your own performance tests to determine if the benefit of response logging can justify the overhead.

Default Value true
Legal Values false, true