Copy the supplied taxonomyConfig.properties file
from the root of the com.ibm.uddi_1.0.0.jar file.
The content of the supplied taxonomyConfig.properties file
is:naics-1997 = UUID:C0B9FE13-179F-413D-8A5B-5004DB8E5BB2, naics-1997-data.txt, #
naics-2002 = UUID:1FF729F2-1948-46CF-B660-31EC107F1663, naics-2002-data.txt, #
unspsc = UUID:DB77450D-9FA8-45D4-A7BC-04411D14E384, unspsc-data.txt, #
unspsc7_data = UUID:CD153257-086A-4237-B336-6BDCBDCC6634, unspsc7-data.txt, #
iso3166-2003 = UUID:4E49A8D6-D5A2-4FC2-93A0-0411D8D19E88, iso3166-2003-data.txt,#
This file has one line for each internal taxonomy that
is supplied. Each line has the following format:
<taxonomy ID> = <tModelKey>,<data filename>,<data file delimiter>
The
following table describes the tokens in the format.
Table 2. Tokens in the format of the taxonomyConfig.properties file
Token |
Description |
<taxonomy ID> |
The JAXR provider uses this value internally
to identify each taxonomy. This value does not have to be the same
as the taxonomy ID in the corresponding taxonomy data file. |
<tModelKey> |
The tModelKey element of the corresponding UDDI
tModel entity, which is the id of the corresponding JAXR ClassificationScheme. |
<data filename> |
The name of the corresponding taxonomy data
file. |
<data file delimiter> |
The delimiter character used in the taxonomy
data file. All internal taxonomies that are supplied use the number
sign (#), but user-supplied internal taxonomies might use different
delimiter characters. |