Configuring Sun Master Indexes (Repository)

Specifying Master Index Validation Services (Repository)

Validation services verify processing codes for data entered into the master index database. Only change the names of the validation services if you created custom code list validators.

ProcedureTo Specify the Validation Service

  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 impl-details element, and then to the validation-service-jndi-name element.

  3. To change the name of the validator for processing codes stored in sbyn_common_header, modify the value of the validation-service-jndi-name element to the name of the JNDI class used for validation.

    For example:


    <validation-service-jndi-name>ejb/CustomerCodeLookup
    </validation-service-jndi-name>
  4. To change the name of the validator for processing codes stored in sbyn_user_code, modify the value of the usercode-jndi-name element to the name of the JNDI class used for validation.

    For example:


    <usercode-jndi-name>ejb/CustomerUserCodeLookup
    </usercode-jndi-name>
  5. Save and close the file.