Understanding the Master Index Standardization Engine

ProcedureTo Create the Working Directory

  1. Create a working directory and add a lib and an instance directory at the top level.

  2. Copy the files standardizer-api.jar and standardizer-impl.jar from /NetBeans_Home/soa2/modules/ext/mdm/standardizer/lib to the lib directory.

  3. Do one of the following:

    • If the data type only has one variant, create the following directory structure in the instance directory:

      /Generic/resource/

    • If the data type has several variants, create the following directory structure in the instance directory for each variant:

      /VariantName/resource/

  4. Continue to Defining the Service Type.