Configuring Sun Master Indexes

Modifying an Object's Name In the Master Index Object Definition

You can modify the name of an object in object.xml, but you must also make the corresponding changes to the remaining configuration files.

ProcedureTo Modify an Object's Name (Configuration Editor)

  1. In the Projects window, right-click the Configuration node in the project you want to modify, and then click Edit.

    The Configuration Editor appears.

  2. Click the plus sign next to the parent object to expand the object structure.

  3. Click twice on the name of the object you want to change.

  4. Type in the new name, and then press Enter.

  5. On the Configuration Editor toolbar, click Save.

ProcedureTo Modify an Object's Name (XML Editor)

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

    The file opens in the NetBeans XML editor.

  2. Scroll to the tag element defining the object you want to modify.

  3. Change the value of the tag element.

  4. Modify the object name in the relationships definition, as described in Defining Relationships Between Master Index Objects.

  5. Save and close the file.