Skip to main content Skip to complementary content

cConfig Standard properties

These properties are used to configure cConfig running in the Standard Job framework.

The Standard cConfig component belongs to the Custom family.

Basic settings

Imports

Enter the Java code that helps to import, if necessary, external libraries used in the Code box.

Code

Write a piece of code to manipulate the CamelContext.

Dependencies

Click [+] to add the library or libraries that are required by the CamelContext or Typeconverter Registry to the Studio.

Click [...] in the Lib Path field to show the Module dialog box. For more information, see the tLibraryLoad component.

Advanced settings

Use MDC Logging

Select this check box to enable the use of MDC logging.

To be able to use this option, you need to open the Log4j view in the Project Settings dialog box by clicking File>Edit Project Properties on the toolbar of the Studio main window. Select the Activate log4j in components check box to activate the log4j feature. Then change the ConversionPattern in the log4j template to add your custom MDC property like %X{mdcPropertyName}.

To show the MDC information in the log, use the cLog component and a cProcessor before and after the cLog. In the cProcessor before the cLog, enter the code org.apache.log4j.MDC.put("Key", "Value"); to add the custom property. In the cProcessor after the cLog, enter the code org.apache.log4j.MDC.remove("Key"); to remove the MDC property.

For information on how to activate log4j in components and how to customize log4j configuration, see Talend Studio User Guide

For more information about MDC logging, see the website http://camel.apache.org/mdc-logging.html.

For more information about the cLog component, see cLog.

Check

Click this button to check the version of the libraries that are added to the Route in the Talend Artifact Repository. The libraries are listed in the table below, with the versions shown in the Update To column. If the version of the local library is the same as in the Talend Artifact Repository, a is shown in the Status column. If the version of the local library is older than in the Talend Artifact Repository, a × is shown in the Status column, and the check box in the Sync column is selected by default.
Information noteNote: This option is not available if you have installed the R2020-11 Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.

Sync

Select the check box in the Sync column of the table for the libraries that you want to update and click the Sync button to download and install the newer version from the Talend Artifact Repository into the Studio.
Information noteNote: This option is not available if you have installed the R2020-11 Studio Monthly update or a later one delivered by Talend. For more information, check with your administrator.

Usage

Usage rule

cConfig cannot be added directly in a Route.

Limitation

 n/a

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!