How to prevent errors in code generation caused by the 65 KB limit
In Talend 7.2.1, some Jobs may fail in code compilation with an error of "65535 byte code". This may happen in some specific Job designs where the code generation is already at the 65 KB limit.
You can prevent this error by adding the following parameter to the config.ini file located in the configuration folder under your Talend Studio installation directory:
deactivate_extended_component_log=true
Note that once this option is set, your Job dependencies will be updated. If you are using Continuous Integration, it is advisable that you re-generate all the POMs in the project. To do so, go to Project Settings, expand the nodes, and click Force full re-synchronize poms.