Configuring Sun Master Indexes (Repository)

ProcedureTo Configure the Audit Log Pages

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click the Enterprise Data Manager file.

    The file opens in the NetBeans XML editor.

  2. Scroll to the page-definition element in the gui-definition element, and then to the audit-log element.

  3. To specify that records be written to the audit log, change the value of the allow-insert element to true.

    For example:


    <audit-log>
       <allow-insert>true</allow-insert>
    </audit-log>
  4. To specify that records not be written to the audit log, change the value of the allow-insert element to false.

    For example:


    <audit-log>
       <allow-insert>false</allow-insert>
    </audit-log>
  5. Save and close the file.