Releases: jlolling/talendcomp_tRunTask
Releases · jlolling/talendcomp_tRunTask
Http client updated
First administrative web service calls
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)
2.3 log4j set as provided