You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
hi
Does talend auto-close connections created inside a joblet?
i.e. if i call a joblet a few times within a job.. is the db connection created inside the joblet closed after the joblet successfully completes ?
possibly a schoolboy question, but just want to be sure.
thanks
Offline
Hi Jaydee,
I don't think it does as a joblet is just a part of a job put into a single component, so the db connections opened in a joblet will be open until the job that contains it is over or until you use a closeConnection component.
Offline
Pages: 1