Bootstrap properties

The Bootstrap.properties file is used to specify database settings and other server side properties including date format and separator.

Table 1. Settings
ID Value Details
curam.environment.default.dateseparator , or / or. or - Overrides the default date separator
curam.environment.default.dateformat M d yyyy or d M yyyy etc. Overrides the default date display pattern
curam.DMX.locale en_US or en_GB etc. Sets the database locale
Note: Data Manager XML (DMX) files store the locale information for the attributes for the database table. As the database must be built for only one locale, the Data Manager uses the curam.DMX.locale property to determine the locale that must be used when inserting data specified in DMX files onto the database. This property can be set in either the Bootstrap.properties file or as a system variable. If set in both the Bootstrap.properties file and as a system variable, the system variable will override the setting in the Bootstrap.properties file.

This property must be set to a valid locale, i.e. in the format language_Country, where language is mandatory and country is optional. For example,curam.DMX.locale=en_US

If this property is not set, the infrastructure will fall back on the en locale.

Table 2. Bootstrap.properties details
Type Value
Setting Bootstrap.properties settings
Setting Type Override String values
Path \EJBServer\project\properties
Filename Bootstrap.properties