Upgrading to Sun Master Index

ProcedureTo Update master.xml

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

  2. Copy and paste the text of the Threshold file from the Repository–based master index application to master.xml in the service-enabled application.

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

  4. Change all instances of "com.stc.eindex" to "com.sun.mdm.index".

  5. After the execute-match element, add a new element named transaction. Set the value of this element to LOCAL, CONTAINER, or BEAN.

    • LOCAL means transactions are not distributed. Using this option gives you the same behavior as in previous versions.

    • CONTAINER means transaction are distributed across applications.

    • BEAN means transaction are distributed within the master index application.

  6. Save and close the file.