Fixed Bug TDI-27838: tRunJob "Die on child error" doesn't work with parallel execution

https://jira.talendforge.org/browse/TDI-27838
Note:Iterator line multithreadedRunResult error

git-svn-id: http://talendforge.org/svn/tos/trunk@110700 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
jzhao
2013-11-08 10:05:29 +00:00
parent 699cf61a2c
commit e0757d25bd

View File

@@ -19,6 +19,8 @@ public class TalendThread extends Thread {
public Integer errorCode = null;
public String status = ""; //$NON-NLS-1$
public Exception exception = null;
// this is a template for Iterate Parallel
public void run() {