Upgrading to Sun Master Index

Step 9: Update Field Validations

You only need to update the Field Validation file if you defined custom field validations in the Repository-based project. If you do need to update the file, you only need to copy the text to the service-enabled project and then change the location of the XSD file and the names of the Java packages accessed by the file.

ProcedureTo Update validation.xml

  1. In the service-enabled project, delete the text of validation.xml.

  2. If you have defined custom field validations, copy and paste the text of the Field Validation file from the Repository–based master index application to validation.xml in the service-enabled application.

  3. In the Configuration element near the top of the file, change "sbyn:SeeBeyond/eView/schema/validation.xsd" to "schema/validation.xsd".

  4. Change all instances of "com.stc.eindex" to "com.sun.mdm.index", and update the Java package and class names for any custom plug-ins.

  5. Save and close the file.