Electronic Journal external definitions

The Electronic Journal service has the following data externalized in the services definition file:
Table 1. JDBCJournal tag
Tag attribute Tag description
id Name of the JDBCJournal attribute.
autoCommit Specifies whether the service performs an automatic commit after each journal update:
  • true
  • false (default)
schema The name of the table schema in the database if it applies to the DBMS being used.
connManager Name of the connection manager the service is using. The value must match ID of the connection manager defined in the service definition file (dsesrvce.xml).
createSchema A boolean value. If set to true (the default value), the service understands there is a schema in the database that keeps the journal tables. If you set this attribute to false, the service understands there is no schema created in the database for keeping the journal tables. You must set this attribute to false if the DBMS being used does not support schemas.
singleTable Determines whether multiple journal instances defined in the context can use the same set of journal tables. The attribute's value can be true (default) or false.
recIdFromTable Determines whether multiple journal services in multiple JVMs can use the same set of journal tables. This situation can occur when the application server is using clones or clusters for load balancing. The attribute's value can be true or false (default).
Table 2. column tag
Tag attribute Tag description
id Name of column used for mapping from the context to the table.
dataName Name of data field or key that keeps the data field value in the context.