uCosminexus Service Platform, Basic Development Guide

[Contents][Glossary][Index][Back][Next]

6.14.1 Setting up default value of namespace prefix option

You can set up the default value of namespace prefix option, by setting up a property in eclipse.ini. Active/inactive status of "Output namespace prefix to XML" option at the time of defining a new mapping definition is determined by this default value. clipse.ini is stored in the following directory:

<Eclipse installation directory>\eclipse

Following table describes the setting contents of properties:

Table 6-50 TableDefault value settings of namespace prefix option

Property name Property value# Description
cscte.dt.default.output.namespace.prefix true Default value is the active status of "Output namespace prefix to XML" settings
false Default value is the inactive status of "Output namespace prefix to XML" settings

#
Do not specify property values by applying case sensitivity.
When you do not specify property values and invalid value is set, process is performed by considering the value as true.

Example of setting the property value of eclipse.ini is as follows:

-Dcscte.dt.default.output.namespace.prefix=false