Configuring Sun Master Indexes

Specifying the Master Index EUID Generator Class

The default EUID generator creates sequential EUIDs based on the value specified for the EUID sequence in the sbyn_seq_table database table. If you create a new EUID generator class to process EUIDs differently, you must specify the name of the new class in the euid-generator-class element of master.xml.

ProcedureTo Specify the EUID Generator Class

  1. In the Projects window, expand the Configuration node in the project you want to modify, and then double-click master.xml.

  2. Scroll to the EuidGeneratorConfig element.

  3. Change the value of the euid-generator-class element to the path and name of the new EUID generator class.

    For example:


    <euid-generator-class>com.sun.mdm.index.idgen.impl.MyEuidGenerator
    </euid-generator-class>
  4. Save and close the file.