Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following is a sample bundle MyImplementationSigmaImplementation.properties used for initializing the configuration:

Code Block
languagebash
# This key should be loaded from where the security configuration will be identified.
CT_SECURITY_BUNDLE = securityconfig

# This key should be loaded from where the Cache configuration will be identified.
CT_CACHE_BUNDLE = cacheconfig

# This key should be loaded from where the DB configuration will be identified.
CT_DB_BUNDLE = databaseconfig

# This key should be loaded from where the Export configuration will be identified.
CT_EXPORT_BUNDLE = exportconfig

# This key should be loaded from where the Bundle configuration will be identified.
CT_MULTILINGUAL_BUNDLE = multilingualconfig
 
# This key should be loaded from where the Web Utils configuration will be identified.
CT_WEBUTIL_BUNDLE = webutilconfig

# This key should be loaded from where the Implementation class will be identified.
CT_IMPL_CLASS = implclassconfig

# This key should be loaded from where the components related preferences will be identified.
CT_COMP_PREF_BUNDLE = componentspreferences 

# This key should be loaded from where the system related preferences will be identified.
CT_SYSTEM_PREF_BUNDLE = systempreferences
 
# This key provides the configuration details specific to logging to be done by CT Framework.
CT_LOGGING_CONFIG_BUNDLE = loggerconfig

# This key should be used when Information Report (Sigma) is enabled. 
# Ensure that other configurations, such as JMS and EJBs needed for Information Report are enabled.
# Comment this key to disable Information Report.
CT_INFO_REPORT_BUNDLE = inforreportconfig
 
# This key provides the path for instance level folder.
CT_WORK_FOLDER_PATH = D:/Canvas/ModelhouseSigma

# This key provides the centralized folder path.
CT_WORK_CENTRALIZED_FOLDER_PATH = D:/Canvas/ModelhouseSigma

# This property provides the path for all template files.
CT_TEMPLATES_FOLDER_PATH = CTRIAFramework/UITemplates/jqtbs/

...