I just did a simple DI Job migration from 6.1.2 to 7.1.0
Talend 7.x (recent version has its own external jar reference). When we migrate the code developed from lower version (6.x) to recent one (7.x), migrated code in 7.x still have references to older jars.
Example
Native Jobs developed in Talend 7.x uses ojdbc7.jar for oracle connectors whereas the migrated code to Talend 7.x asks for odbc6.jar oracle connectors
Can anyone help, why the imported code is not using ojdbc7.jar of Talend 7 ??