Changing Default CloudConnect Settings

[Important]Important

The information in this section is no longer valid. Do not use it.

CloudConnect internal settings (defaults) are stored in defaultProperties file located in the CloudConnect engine (plugins/com.cloudconnect.gui/lib/lib/cloudconnect.engine.jar) in its org/jetel/data subfolder. This source file contains various parameters that are loaded at run-time and used during the transformation execution.

If you modify the values right in the defaultProperties file, such change will be applied for all graph runs.

To change the values just for the current graph(s), create a local file with only those properties you need to override. Place the file in the project directory. To instruct CloudConnect to retrieve the properties from this local file, use the -config switch. Go to Run Configurations..., to the Arguments tab and type the following in the Program arguments pane: use -config <file_with_overriden_properties> switch.

Custom CloudConnect Settings

Figure 25.2. Custom CloudConnect Settings


Here we present some of the properties and their values as they are presented in the defaultProperties file:

[Important]Important

Among many other properties, there is also another one that allows to define locale that should be used as the default one.

The setting is the following:

# DEFAULT_LOCALE = en.US

By default, system locale is used by CloudConnect. If you uncomment this row you can set the DEFAULT_LOCALE property to any locale supported by CloudConnect, see the List of all Locale