The working directory for custom data types requires a specific structure. At a minimum, the working directory will look similar to the following:
/WorkingDir
serviceType.xml
/lib
/instance
/Generic
serviceInstance.xml
/resource
standardizer.xml
|
If the date type has several variants, the directory structure will not include the Generic folder, but will contain several folders named by the variants name in its place. Each variant folder must be of the same structure as the Generic folder shown above. The resource directory might also contain several normalization and lexicon files.
Create a working directory and add a lib and an instance directory at the top level.
Copy the files standardizer-api.jar and standardizer-impl.jar from /NetBeans_Home/soa2/modules/ext/mdm/standardizer/lib to the lib directory.
Do one of the following:
Continue to Defining the Service Type.