Skip to content

Releases: jlolling/talendcomp_tRunTask

Http client updated

09 Dec 13:21
Compare
Choose a tag to compare
3.3

compatible with Talend 7.2.1

First administrative web service calls

02 Feb 14:25
Compare
Choose a tag to compare
Pre-release

This release starts to integrate administrative web service calls to the TAC. The first goal was to provide a more convenient way to migrate database via TAC web service call.

To call the web service to migrate a database use this command:
java -jar cimt-metaservletcaller-3.0.jar migrateDatabase /path/to/your-config.properties
Here a typical content of a configuration file:

targetTacUrl=http://localhost:8080/org.talend.administrator
dbConfigPassword=admin
debug=true
# source database credentials
sourcePasswd=talend
sourceUrl=jdbc:mysql://localhost:3306/talend_administrator_631
sourceUser=talend
# target database credentials
targetPasswd=talend
targetUrl=jdbc:oracle:thin:@localhost:1521:talend
targetUser=talend

new build system used and libs separately delivered (not as one lib)

26 Jan 23:46
Compare
Choose a tag to compare