All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.etlunit.feature.informatica.InformaticaFeatureModule.configuration Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
{
	features:
	{
		informatica:
		{
			?default-domain: 'Domain_etldev01',
			domains:
			{
				+domain1:
				{
					client-version: '9.1.0hf3',
					?connectivity-host: 'etldev01',
					?connectivity-port: 6005,
					username: 'bsmith',
					password-encrypted: '',
					repositories: {
						dev_pc_repo: {
							integration-services: [
								'dev_ci_is'
								(, 'other_integration_services')*
							]
						}
						(, other_repos: {})*
					}
				}
				(
				,
				otherDomains: {}
				)*
			}
		}
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy