Compare commits

...

321 Commits

Author SHA1 Message Date
zfkang-talend
49b00d964b TMDM-9123 : tMDMBulkload component usage causes high volume of select sqls to mdm db (add "insertOnly" parameter to control server side SELECT operation) (#1178) 2017-04-24 05:20:36 -05:00
Dmytro Sylaiev
d7e1c4a7d4 Bugfix/6.4/tdi 38454 updating thashfile lib (#1108)
* bug(TDI-38454): updating thashfile lib

* Change architecture (create src/main/java folder for sources)

* Change version of lib in the pom.xml

* Change resource directory in the pom.xml

* bug(TDI-38454): updating components lib imports

* Update Import in tHashInput and tHashOutput component (to new lib's jar file)

* Delete old jar file from repository

* New studio's build should contain new version of lib in the thashfileinput directory

* bug(TDI-38454): update junit version
2017-04-10 11:18:36 +03:00
Dmytro Sylaiev
e1b80fdfcd fix(TDI-37068): Increase performance of tHashcomponents (#1088)
* fix(TDI-37068): Increase performance of tHashcomponents

* Make changes in the thashfile lib

* clearChildCache method in MapHashFile class now delete used keys from keyMap

* Add the pom.xml

* Refactoring: replace wildcart concurrency import with ConcurentHashMap directly

* Refactoring: avoid twice-getting value from keyMap
2017-04-10 10:59:17 +03:00
pyzhou
3e9ef7c439 TDI-38464: handle Error in code generation. (#1092)
Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tDB2Output/tDB2Output_end.javajet
2017-03-24 11:45:04 +08:00
pyzhou
455599c2de TDI-37774 : removed log4j (#852)
There is no log4j include in version 5.5.
2016-12-05 13:21:32 +08:00
pyzhou
82f85a8dca TDI-35416: Add getNextException to show more error message (#764) (#838)
TDI-37774 : backport to 5.5. Add getNextException to show more error message (#764)
2016-11-30 15:28:15 +08:00
jzhao
c0ba120fd4 TDI-35817: tDB2output z/OS : NB_LINE_INSERTED is always set to 0
https://jira.talendforge.org/browse/TDI-35817
2016-11-22 17:50:01 +08:00
Haiting Yin
dd7728dbb7 TMDM-9703 tMDMInput with one filter return different records size by different batch size (#575) 2016-07-19 15:47:19 +08:00
Dmytro Chmyga
cb5b87ccf7 TDI-35603: fixed creation os String passed to ParserUtils 2016-07-01 12:11:23 +03:00
Haiting Yin
411c9a1364 TMDM-9703 tMDMInput with one filter return different records size by different batch size (#537) 2016-06-30 20:51:38 -05:00
iwang
cf7559e937 Update copyright year to 2016 2016-01-25 15:09:53 +01:00
lwang-talend
dace722949 TDI-32656: no jdbc jar be imported in the xml file of tELTNetezzaXXX
add <import /> tag for load netezza driver jar in xml
2016-01-19 15:44:38 +08:00
wang wei
36126f5326 TDI-33879: tRedshiftOutput Says Relation Doesn't Exist
https://jira.talendforge.org/browse/TDI-33879
2016-01-14 13:59:30 +08:00
wang wei
2d9e0dca96 TDI-33392: SalesForce will disable TSL1.0 in 2016
https://jira.talendforge.org/browse/TDI-33392
2016-01-05 14:48:03 +08:00
pbabin
7949983398 TMDM-8949: Fix Job compilation when multiple tMDMBulkload components are involved in
(cherry picked from commit 4d71f78286)
2015-11-25 18:03:28 +01:00
jzhao
fd87896eef TUP-3572: Timestamp issue with t<dbName>SP components
https://jira.talendforge.org/browse/TUP-3572
Note:Fixed tMysqlSP/tJDBCSP/tSybaseSP miss millionseconds problem
2015-10-30 18:02:51 +08:00
sbliu
55de8c37e6 TMDM-8949: update the bulkloadclient.jar for components. 2015-10-12 16:07:39 +08:00
sbliu
9259311db9 Merge pull request #142 from bguillon-td/master
TMDM-8949 add a finally part to tMDMBulkLoad, to clean InputStreamMerger
2015-10-09 15:34:34 +08:00
Guoliang Zhou
6e367d519e Merge pull request #137 from sbliu/maintenance/5.5
TMDM-8947: change the authentication way of accessing TDSC service, f…
2015-09-24 10:54:44 +08:00
sbliu
c40028ff84 TMDM-8947: change the authentication way of accessing TDSC service, for component 'tStewardshipTaskDelete'. 2015-09-23 18:41:21 +08:00
Guoliang Zhou
85eae4a962 Merge pull request #136 from sbliu/maintenance/5.5
TMDM-8947: change the authentication way of accessing TDSC service.
2015-09-23 16:50:06 +08:00
sbliu
c0ed1a27e9 TMDM-8947: change the authentication way of accessing TDSC service. 2015-09-22 18:58:01 +08:00
hcyi
beeb5859f5 TDI-33227:Studio throws unnecessary warning on database input query 2015-09-16 14:03:29 +08:00
zwxue
68acd00d16 TDI-33758: avoid extra item parameters being get from and set into
project settings.
2015-09-14 16:47:31 +08:00
hcyi
fb92888d50 TDI-33739:Java.lang.ArrayIndexOutOfBoundsException happens when try to
open a job.
2015-09-08 17:52:10 +08:00
wluo-talend
77c522d7e1 TDI-33691: backport to 5.4, 5.5
https://jira.talendforge.org/browse/TDI-33691
2015-08-21 04:59:15 +08:00
jzhao
33eae18471 TDI-33490: tMicrosoftMQOutput component gives compilation errors in
studio & doesn't work on 64 bit machine
https://jira.talendforge.org/browse/TDI-33490
Note: Change the msmq.jar name to MsmqTalend-1.0.0.jar
2015-08-14 15:23:16 +08:00
wluo-talend
56b623d4b2 TDI-33557: backport on 5.6, 5.5
https://jira.talendforge.org/browse/TDI-33557
2015-08-10 13:25:50 -07:00
Irene Wang
6d0009af72 Update copyright year to 2015 2015-08-06 00:14:29 +02:00
xhkong
68604e915e TDI-33278 Column length should be visible when length value is
zero
https://jira.talendforge.org/browse/TDI-33278
(fix the cell null → 0 & 0 → null)
2015-07-30 23:45:45 +08:00
lwang-talend
7cfa5302d9 TDI-32852: [5.5.1] Upgrade version of jtds driver 2015-07-29 16:35:49 +08:00
wluo-talend
538fce7ad8 TDI-33393: backport on 5.4, 5.5, 5.6
https://jira.talendforge.org/browse/TDI-33393
2015-07-27 23:50:56 -07:00
wang wei
0f6fc745e8 TDI-32506: Transfer of Informix to Oracle about CLOB type
https://jira.talendforge.org/browse/TDI-32506
2015-07-27 10:00:45 +08:00
lwang-talend
eaf04b97f0 TDI-33040 , TDI-33252: Oracle SP component error
no conflict with tOracleConnection
2015-07-23 12:13:03 +08:00
lwang-talend
dbad9997ce TDI-33252, TDI-33040: Oracle SP component error
add a xmltype for sp and function
2015-07-20 17:31:49 +08:00
amarkevich
80f3da6917 TESB-15920 tRESTClient and SAM not working 2015-07-17 12:59:26 +03:00
wluo-talend
78a8f18c65 TDI-33296: Set "Client ID" for tSalesforce* will cause compile errors
https://jira.talendforge.org/browse/TDI-33296
2015-07-17 00:50:34 -07:00
wang wei
b558220c83 TDI-32506: Transfer of Informix to Oracle about CLOB type
https://jira.talendforge.org/browse/TDI-32506
2015-07-17 15:23:27 +08:00
hwang
7e76d27f5f TDI-32533:tFTPGet:The Encoding is not consistent with FTP connection
Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tFTPPut/tFTPPut_java.xml
2015-07-14 12:07:10 +08:00
wluo-talend
6fd12bec7a TDI-32302: tFileOutputLDIF generated the wrong LDIF file if uncheck binary and base64 https://jira.talendforge.org/browse/TDI-32302 2015-07-03 00:30:59 -07:00
Wu Liu
cbb49f29a9 TDI-32055 : tOracleSP - RAW cannot be resolved or is not a field 2015-06-24 16:13:23 +08:00
Wu Liu
aa48bb66f6 TDI-32852 : [5.5.1] Upgrade version of jtds driver 2015-06-23 15:34:04 +08:00
nrousseau
5883346e65 TDI-32851: fix problem of jobcontext 2015-06-18 19:38:32 +08:00
Wu Liu
34617b877d TDI-32055 : tOracleSP - RAW cannot be resolved or is not a field 2015-06-17 14:01:32 +08:00
jzhao
14fb3dd78a TDI-32870: tMom components with Websphere MQ doesn't support
ciphersuite anymore
https://jira.talendforge.org/browse/TDI-32870
2015-06-16 14:45:56 +08:00
Wu Liu
758c142a13 TDI-32506 : Transfer of Informix to Oracle about CLOB type 2015-06-12 17:47:42 +08:00
nrousseau
8dc7983b09 TDI-32644: fix compilation for 5.5 branch after backport 2015-06-12 15:06:22 +08:00
wang wei
b8eadbcd93 TDI-32092: Dynamic Schema doesn't work with mysql TEXT type
https://jira.talendforge.org/browse/TDI-32092
2015-06-12 14:40:54 +08:00
nrousseau
95f9aec371 TDI-32644: fix problem of jobscript 2015-06-12 11:36:04 +08:00
Wu Liu
2522554a18 TDI-32169 : tOracleOutput cannot create the target table correctly 2015-05-27 11:38:22 +08:00
xhkong
207cb72da2 TPS-909 [5.4.2] Sometime Routines don't saves (TDI-32401)
https://jira.talendforge.org/browse/TPS-909
2015-05-19 11:57:07 +08:00
nrousseau
7a5ca43ac9 TDI-31474: even if the child job has no context parameter found, better
don't update automatically the current job.
2015-05-12 14:30:57 +08:00
xhkong
6b1c2fea00 TPS-909 [5.4.2] Sometime Routines don't saves (TDI-32401)
https://jira.talendforge.org/browse/TPS-909
2015-05-11 19:09:09 +08:00
cmeng-talend
ea75b9b353 TUP-2850 fix bug : Classes found by searching for references open as
editable even though they aren't locked
https://jira.talendforge.org/browse/TUP-2850
2015-05-11 18:56:08 +08:00
lwang-talend
2ef7ecabd9 https://jira.talendforge.org/browse/TDI-32388
TDI-32388:  The tFTPConnection(SFTP) component fails if the encoding is
set to ISO-8859-15 
reuse the encoding parameter
2015-05-07 18:06:35 +08:00
jzhao
cce02fc798 TDI-31963: tMom-ShareConnection not working
https://jira.talendforge.org/browse/TDI-31963
Note:Fixed the tMomInput block problem
2015-05-07 17:16:55 +08:00
lwang-talend
46f5378a99 https://jira.talendforge.org/browse/TDI-32388
TDI-32388:  The tFTPConnection(SFTP) component fails if the encoding is
set to ISO-8859-15 
set wrong variable for encoding
2015-05-05 15:48:16 +08:00
xhkong
65f389438c TDI-32401 Routines don't saves sometime in 5.4.2 Version
https://jira.talendforge.org/browse/TDI-32401
2015-05-05 10:25:07 +08:00
lwang-talend
ea23efbf86 https://jira.talendforge.org/browse/TDI-32388
TDI-32388:  The tFTPConnection(SFTP) component fails if the encoding is
set to ISO-8859-15
add a checkbox with label "Filename encoding" and unchecked by default
2015-04-30 15:50:16 +08:00
Alex Telesh
97add0b9db TDI-31019 - REOPEN - rdbms shared connections are closed on job
destruction
2015-04-24 13:13:39 +08:00
wluo-talend
af2ef8fad2 TDI-32149: tDB2BulkExec : blob import
https://jira.talendforge.org/browse/TDI-32149
2015-04-16 15:34:18 +08:00
wluo-talend
00eb4bd43c TDI-31864: Encoding Base64 tfileoutputLDIF file has problem
https://jira.talendforge.org/browse/TDI-31864
2015-04-15 13:57:07 +08:00
xhkong
28b697c34b fix bug TUP-2694 Sometimes it's impossible to save the routines
https://jira.talendforge.org/browse/TUP-2694
2015-04-09 18:06:14 +08:00
hcyi
a0e04d339a TDI-32063:can't save joblet 2015-03-19 18:02:55 +08:00
jzhao
b0ad81b82e TDI-31950: tMOM Components - IllegalStateException: The Session is
closed
https://jira.talendforge.org/browse/TDI-31950
2015-03-16 18:14:36 +08:00
hcyi
655106e070 TDI-31802:Red cross does not dissapear in Studio, even if job has not
error.
2015-03-13 14:16:01 +08:00
qiongli
eddd437ef0 TDQ-10039 make copy tMatchGroup work well.
Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/cmd/NodesPasteCommand.java
2015-03-09 15:14:26 +08:00
Sizhao Liu
8bf03b2807 Revert "TDQ-10039 copy tMatchGroup work well."
This reverts commit c14d9131f5.
2015-03-06 18:30:24 +08:00
GGu
eec081e455 Merge pull request #71 from qiongli/maintenance/5.5
TDQ-10039 copy tMatchGroup work well.
2015-03-04 11:34:03 +08:00
qiongli
c14d9131f5 TDQ-10039 copy tMatchGroup work well. 2015-03-04 11:28:16 +08:00
cmeng-talend
dec2154d15 TDI-31714 fix bug: Can't show "Pause" button after click "Traces Debug"
https://jira.talendforge.org/browse/TDI-31714
2015-03-04 11:10:02 +08:00
wluo-talend
c99d830768 TDI-31860: tFileInputEBCDIC component issue for hexadecimal 3B762F
https://jira.talendforge.org/browse/TDI-31860
2015-03-03 10:54:57 +08:00
wluo-talend
510efaada9 TDI-31860: tFileInputEBCDIC component issue for hexadecimal 3B762F
https://jira.talendforge.org/browse/TDI-31860
2015-02-27 09:49:14 +08:00
hcyi
7e88709240 TDI-29312:Oracle ELT components create wrong MERGE. 2015-02-16 17:29:11 +08:00
ldong-talend
44111a0a02 TDI-31730:implicit context loading for the file seperator. 2015-02-09 16:07:34 +08:00
ldong-talend
88b23f4ccd TDI-31801:Avoid the bad connection case block the view Documentation. 2015-02-06 13:34:00 +08:00
wchen-talend
27b149527b TDI-31799:java.lang.NullPointerException when opening an joblet imported
from 5.2.2 to 5.5.1 or 5.6.1
2015-02-06 09:58:53 +08:00
wang wei
ebd1e69671 TDI-31718: OOM issue about tSalesforceInput when use bulk query mode
https://jira.talendforge.org/browse/TDI-31718
2015-02-03 14:37:55 +08:00
wang wei
dfecd282ce TDI-31716: Problem with salesforce connecting with customer domain url
https://jira.talendforge.org/browse/TDI-31716
2015-01-29 13:59:09 +08:00
xhkong
810453e892 Revert "fix bug TDI-31713 The default column in tRowGenerator is not usefull"
This reverts commit 40277b34ec.
2015-01-27 13:31:17 +08:00
xhkong
40277b34ec fix bug TDI-31713 The default column in tRowGenerator is not usefull 2015-01-26 13:15:55 +08:00
alex
8f078f4432 Merge pull request #68 from csuntalendbj/maintenance/5.5
TESB-14376: Job with tRouteInput component can not be detected in cTalen...
2015-01-22 13:05:51 +03:00
hcyi
4cba63ecd7 TDI-29601:Read Query can input db table and columns when click
'Spacebar' or '.'
2015-01-22 16:31:02 +08:00
billy sun
6ea0c81eb8 TESB-14376: Job with tRouteInput component can not be detected in cTalendJob 2015-01-22 15:08:03 +08:00
jzhao
79e416fe6a TDI-31703: the feature "List all buckets objects" of tS3List doesn't
work when specifiy the region
https://jira.talendforge.org/browse/TDI-31703
2015-01-22 11:11:30 +08:00
jzhao
5688729f41 TDI-31715: tS3XX components create a wrong endpoint when choose US West
(N. California)/US West (Oregon)
https://jira.talendforge.org/browse/TDI-31715
2015-01-22 11:10:06 +08:00
wchen-talend
9efb44a9e0 TUP-2548 fixed:Repository Manager - Rule Execution failed for joblets 2015-01-20 18:00:55 +08:00
jzhao
f5007780d9 TDI-30022: NotImplementedException or IllegalArgumentException when
tFileOutputExcel appends content to an Excel file containing formula
https://jira.talendforge.org/browse/TDI-30022
Note:1.Update POI
2.Fixed Hex2Dec problem
3.Rebuild sampleexcel.jar
2015-01-16 10:00:35 +08:00
wang wei
44f2e01da6 TDI-30541: Unable to create table in redshift
https://jira.talendforge.org/browse/TDI-30541
2015-01-15 17:51:33 +08:00
jzhao
3e12fbc758 TDI-31607: tS3 components and Frankfurt AWS region
https://jira.talendforge.org/browse/TDI-31607
Note:Remove useless code.
2015-01-15 14:44:11 +08:00
ycbai
a9e196ebca TDI-29844: "Show the table list for the current connection" buttton is
unuseable for tMysqlInput when use an existing connection
2015-01-15 14:40:16 +08:00
jzhao
2bc2020ece TDI-31607: tS3 components and Frankfurt AWS region
https://jira.talendforge.org/browse/TDI-31607
Note:
1.Update api
2.Add region for s3 components
2015-01-14 14:45:45 +08:00
hwang
8ceb5c5773 TDI-29300:Displaying problem in M/R job editor 2015-01-14 13:29:16 +08:00
wluo-talend
582ea02b7d TDI-31651: Fix tExtractEBCDICFields for the same problem in TDI-31537
https://jira.talendforge.org/browse/TDI-31651
2015-01-14 10:51:27 +08:00
wluo-talend
9a990ff742 TDI-31537: tFileInputEBCDIC component issue
https://jira.talendforge.org/browse/TDI-31537
2015-01-14 10:31:19 +08:00
qyliu
8dd361aeda TDI-29808 : Removing NB_LINE from tMOMConnection
https://jira.talendforge.org/browse/TDI-29808
2015-01-14 09:25:08 +08:00
jzhao
6f937b39da TDI-31284: tELTOracleOutput merge action have problem
https://jira.talendforge.org/browse/TDI-31284
2015-01-13 12:54:57 +08:00
jzhao
4570bd16d6 TDI-31407: Shared connections for tMomConnection
https://jira.talendforge.org/browse/TDI-31407
Note:add talend jar to tMomConnection
2015-01-13 12:50:33 +08:00
jzhao
ff335e14bc TDI-31407: Shared connections for tMomConnection
https://jira.talendforge.org/browse/TDI-31407
2015-01-13 12:11:35 +08:00
hcyi
4c45e5abbb TDI-29171:AS400 db shema:when do edit query studio will throw a
nullpointer error log.
2015-01-12 16:18:32 +08:00
cmeng-talend
a82124b02d TDI-29015 fix bug: DB2 Error on guess schema
https://jira.talendforge.org/browse/TDI-29015
2015-01-12 14:54:29 +08:00
hwang
46a1e87f15 Revert "TDI-31397:radiobox:"Departion row" is missing after joblet when enable"
This reverts commit d68904d156.
2015-01-12 12:49:23 +08:00
wchen-talend
c979fd6755 TDI-29376:The information does not matched with the checked option when
imporing demos in Welcome page.
2015-01-12 11:28:45 +08:00
wchen-talend
68fc96339e TDI-29898 :tXMLMap: import schema from invalid xml 2015-01-12 11:10:30 +08:00
jzhao
65d15e5f52 TDI-31555: lookup in tJoin will be executed the same times as
tPartitioner splits threads
https://jira.talendforge.org/browse/TDI-31555
Note:Fixed tHash
2015-01-07 15:24:41 +08:00
jzhao
ccb1edec7a TDI-31492: Need fix some problem of tMomConnection/tMomInput/tMomOutput
work with tMomCommit/tMomRollback
https://jira.talendforge.org/browse/TDI-31492
2015-01-07 13:39:49 +08:00
jzhao
596cad3214 TDI-31605:error shown logon studio for the first time
https://jira.talendforge.org/browse/TDI-31605
Note:Fixed the compile error in branch 5.5
2015-01-07 11:09:23 +08:00
jzhao
65e4521e36 TDI-31118: "specify identity field" don't work for tmssqloutput when
talend column name is different with talend db name
https://jira.talendforge.org/browse/TDI-31118
Note:Fixed problem with dynamic column
2015-01-05 10:59:42 +08:00
cmeng-talend
717294aad5 TDI-29366 fix bug: limit of rows number can not save successfully
https://jira.talendforge.org/browse/TDI-29366

Before fix, if the obtained value is ""(empty), then Studio will try to
get value from ESB, then if ESB return null, then this value will be set
to null instead of the original empty value; But in fact, user can set
some parameters(which are not from ESB) to empty, then can not set the
value to null simply.

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/process/ProcessUpdateManager.java
2015-01-04 17:30:58 +08:00
CHEN Bin
b27a6a21b9 TUP-2478: Heap space error hangs job with parallel iterations
https://jira.talendforge.org/browse/TUP-2478
handle java.lang.Error when iterator enable parallel
2014-12-31 14:26:48 +08:00
CHEN Bin
025e308eef TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components
https://jira.talendforge.org/browse/TDI-31266
correct ON_SUBJOB_OK
2014-12-30 11:45:08 +08:00
hwang
dce19f15a2 TDI-31336:Broken trigger link ‘OnComponentOk’ to joblet 2014-12-29 10:46:58 +08:00
hcyi
2de01a369f TDI-30894:Repository Content is empty in Stats & Logs. 2014-12-26 18:29:29 +08:00
cmeng-talend
383537d9d8 TDI-31531 fix bug: Bug with txmlmap used in a joblet
https://jira.talendforge.org/browse/TDI-31531
2014-12-26 17:54:23 +08:00
CHEN Bin
ae00ffa110 TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components
https://jira.talendforge.org/browse/TDI-31266
consider rows_end
2014-12-25 10:36:48 +08:00
wang wei
420d0a777f TDI-31405: tExtractJSONField generate the wrong code if adjust the order
of main line and reject line
https://jira.talendforge.org/browse/TDI-31405
2014-12-24 17:11:08 +08:00
wang wei
486d8db790 TDI-31455: tFileInputProperties return wrong row number
https://jira.talendforge.org/browse/TDI-31455
2014-12-24 15:37:48 +08:00
jzhao
4f23104649 TDI-31501: Parallelization of data flows and using tjavarow causes Null
Pointer Exception
https://jira.talendforge.org/browse/TDI-31501
Note:Fixed tHash and tAdvancedHash
2014-12-24 14:31:17 +08:00
jzhao
3fbf8176f4 View full commit
TDI-29203: Add the Websphere MQ in the tMomConnection
https://jira.talendforge.org/browse/TDI-29203 
Note:
1.Add the Websphere MQ in the tMomConnection 
2.Add use_exist_connection for tMommessageIdList 
3.Remove sepecify "Server" in tMomCommit/tMomRollback 
4.Fixed the wrong jar config
2014-12-24 13:46:14 +08:00
ldong-talend
e682cd204b TDI-31436:fix the pb of infinite folder. 2014-12-24 11:16:08 +08:00
CHEN Bin
6a74149210 TDI-31545: Parsing exceptions in tSalesforceInput component in bulk query mode
https://jira.talendforge.org/browse/TDI-31545
2014-12-23 17:21:51 +08:00
wang wei
499b100fce TDI-31486: fix 65535 issue for tDB2Output
https://jira.talendforge.org/browse/TDI-31486
2014-12-23 14:23:04 +08:00
hwang
02132228fb TDI-31064:Job Setting: The Password in Stats&Logs should be read-only 2014-12-22 19:01:32 +08:00
lwang-talend
74aff65037 TDI-30633: tAdvancedFileOutputXML output file append data incorrect
https://jira.talendforge.org/browse/TDI-30633
set the generation mode to dom4j if 'append file' option checked, and
extract five class definition to five standalone file, hidden option
'append file' if not choose 'dom4j' as generation mode
2014-12-22 18:06:14 +08:00
jzhao
73f417e4b5 TDI-31315: MDM transaction handling is wrong in multithreaded
environment
https://jira.talendforge.org/browse/TDI-31315
Note: add generate transaction id in client side.
2014-12-22 18:00:48 +08:00
cmeng-talend
623fb53054 TDI-29234 fix bug: #LINK@NODE doesn't work well as the condition when
TABLE IF in the schema
https://jira.talendforge.org/browse/TDI-29234
2014-12-22 12:01:40 +08:00
nrousseau
88c9b762b9 TDI-29234: revert change done on the DataProcess class since it blocks
all the tujs execution
2014-12-22 11:57:27 +08:00
cmeng-talend
524318aee8 TDI-29234 fix bug: #LINK@NODE doesn't work well as the condition when
TABLE IF in the schema
https://jira.talendforge.org/browse/TDI-29234

Do some more reasonable modifications
2014-12-22 11:55:59 +08:00
cmeng-talend
29de16fe5b TDI-29234 fix bug: #LINK@NODE doesn't work well as the condition when
TABLE IF in the schema
https://jira.talendforge.org/browse/TDI-29234

Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/components/Expression.java
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/process/DataProcess.java
2014-12-22 11:54:41 +08:00
cmeng-talend
799fa946df TDI-29298 fix bug: Several places to improve on displaying when you use
a big screen resolution and making text bigger than usual
https://jira.talendforge.org/browse/TDI-29298

TDI-28943 fix bug: debug button missing on Windows8.1 using TOS
2014-12-22 11:17:42 +08:00
cmeng-talend
6cd53357c0 TDI-29298 fix bug: Several places to improve on displaying when you use
a big screen resolution and making text bigger than usual
https://jira.talendforge.org/browse/TDI-29298

Fix display problems with JavaScdDialog
2014-12-22 11:17:35 +08:00
cmeng-talend
d4c5db24bd TDI-29298 fix bug: Several places to improve on displaying when you use
a big screen resolution and making text bigger than usual
https://jira.talendforge.org/browse/TDI-29298
2014-12-22 11:16:42 +08:00
lwang-talend
59bbc2493b TDI-30602: tSendMail compile error when multiple lines in Message on
non-windows OS
https://jira.talendforge.org/browse/TDI-30602
the line separator be converted just for windows, use a regular
expression(replaceAll("(\r\n|\r|\n)","\\\\n")) to convert the line
separator including unix-like(line break is '\n') and old mac(line break
is '\r')
2014-12-19 18:18:58 +08:00
jzhao
80faef72a4 TDI-30358: tGSConnection and tS3Connection returns NoSuchMethodError
https://jira.talendforge.org/browse/TDI-30358
2014-12-19 12:29:01 +08:00
jzhao
951c4204e9 TDI-31118: "specify identity field" don't work for tmssqloutput when
talend column name is different with talend db name
https://jira.talendforge.org/browse/TDI-31118
Note:
1.Fixed when column label and db column name is different, create table
error problem
2.Fixed when create table with identity column would have insert problem
2014-12-19 11:03:05 +08:00
GGu
2a9be6e310 Merge pull request #65 from zshen-talend/maintenance/5.5
bug fixed TDQ-9487change input columns' name, transfer changes to
2014-12-19 10:02:29 +08:00
zshen-talend
19c84499ed bug fixed TDQ-9487change input columns' name, transfer changes to
tMatchGroup, but when open the "Configuration wizard" still use the old
name.

fixed one logic error
2014-12-18 19:05:16 +08:00
GGu
62f92ee8ce Merge pull request #60 from zshen-talend/maintenance/5.5
bugfixed TDQ-9487 change input columns' name, transfer changes to
2014-12-18 14:56:34 +08:00
zshen-talend
8928c62fac bugfixed TDQ-9487 change input columns' name, transfer changes to
tMatchGroup, but when open the "Configuration wizard" still use the old
name.

tmatchGroup need to propagate change too
2014-12-18 11:47:29 +08:00
CHEN Bin
699fc5fc38 TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components
https://jira.talendforge.org/browse/TDI-31266
use @Deprecated instead of remove subTreeContainsParallelIterate
2014-12-17 09:59:07 +08:00
CHEN Bin
782f80150d TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components
https://jira.talendforge.org/browse/TDI-31266
use @Deprecated instead of remove subTreeContainsParallelIterate
2014-12-16 18:21:56 +08:00
wang wei
5b5b0bf9f7 TDI-31437: Incorrect processing of LIMIT and NB_LINES on tFileInputExcel
Component in Event Mode (Advance Settings)
https://jira.talendforge.org/browse/TDI-31437
2014-12-16 11:17:57 +08:00
CHEN Bin
a5d0a11612 TDI-31457: Compile Error when two Iterator enable parallel from one component
https://jira.talendforge.org/browse/TDI-31457
2014-12-15 17:11:30 +08:00
CHEN Bin
19ed3062ca TDI-31266: OutputFIleDelimited having issues with records over 8K when used with other components
https://jira.talendforge.org/browse/TDI-31266
change the tag about Iterator enable parallel from subtree to each component, which can fix the problem if the component is after onComponent/Subjob/RunIf

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tFileOutputDelimited/tFileOutputDelimited_begin.javajet
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/process/DataProcess.java
2014-12-15 16:47:10 +08:00
hwang
d68904d156 TDI-31397:radiobox:"Departion row" is missing after joblet when enable 2014-12-15 15:49:05 +08:00
hcyi
55caf730d9 TDI-31099:Shared components not in sync with SVN. 2014-12-15 14:15:31 +08:00
ldong-talend
39ed6bc995 TDI-27279:backport on 5.5. 2014-12-12 18:19:34 +08:00
CHEN Bin
1eb1390037 TDI-31321: commit on 5.3&5.4&5.5
https://jira.talendforge.org/browse/TDI-31321
for TDI-30309
2014-12-11 11:51:45 +08:00
lwang-talend
383034102b TDI-31329: In branch 5.5 tSybaseIQOutputBulkExec still have a compile
error ,branch 5.6 is ok
https://jira.talendforge.org/browse/TDI-31329
lack of cid as suffix for the variable 'dirverName'
2014-12-09 17:02:46 +08:00
wluo-talend
805bbeccb8 TDI-30863: There is no code to count the variable nb_line_XX of
tTeradataFastLoad
https://jira.talendforge.org/browse/TDI-30863
2014-12-08 15:36:36 +08:00
wang wei
9c8b5ecc7b TDI-31200: Talend Web Service(DataService) response ignores order of
elements
https://jira.talendforge.org/browse/TDI-31200
2014-12-08 10:27:59 +08:00
hwang
d8d650a031 TDI-31413:Click on any folder will show "null" after the folder name. 2014-12-05 18:43:23 +08:00
hcyi
5e7e0344a9 TDI-31208:NPE error occur when I click cancel button on the export
project seeting page
2014-12-05 16:46:01 +08:00
wchen-talend
5e04476b26 TDI-31214:Renaming an output row name from tXMLMap to the next component
does not get updated in the schema name
2014-12-04 18:49:21 +08:00
wluo-talend
a1c5b1935c Fix bug TDI-30362 : tSCPDelete: No error if file can't be deleted
https://jira.talendforge.org/browse/TDI-30362
2014-12-04 14:28:27 +08:00
Wu Liu
c3bbac2bf0 TDI-31380 : Unparseable date when DB2 using parallel execution option
the tAsynIn and tAsynOut used to have the metadatatable from the input
connector, now clone the metadatatable from the output component with
parallelizing is enabled.
Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/model/process/DataProcess.java
2014-12-04 11:29:18 +08:00
Wu Liu
9f74c2b355 TDI-31393 : lookup in tMap will be executed the same times as
tPartitioner splits threads
2014-12-04 10:57:34 +08:00
ldong-talend
d6afdea9b4 TDI-28452:backport the TDI-30951 on 5.4. 2014-12-03 15:33:17 +08:00
wchen-talend
0f52298b0d TDI-30111: refix bug TDI-30287
Conflicts:
	main/plugins/org.talend.designer.core/src/main/java/org/talend/designer/core/ui/editor/properties/controllers/ProcessController.java
2014-12-03 10:43:03 +08:00
wchen-talend
24ebe4c5ff bug TDI-30111 fixed: refactor repository review dialog, fix
ClassCastException if has repository.example plugin
2014-12-03 10:35:59 +08:00
wchen-talend
46bd13203e TDI-30111:refactor repository review dialog
Conflicts:
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/dialog/RepositoryReviewDialog.java
2014-12-03 10:35:38 +08:00
wluo-talend
eb33166638 TDI-30523: For mysql4, the exception is always thrown even "Die on
Error" is not checked.
https://jira.talendforge.org/browse/TDI-30523
2014-12-01 19:00:03 +08:00
wluo-talend
94c608bfd1 Revert "TDI-30605: ArrayIndexOutOfBoundsException in tPaloDimension https://jira.talendforge.org/browse/TDI-30605"
This reverts commit 2e7efdb9e7.
2014-11-27 14:18:55 -08:00
wluo
1eb310e587 TDI-30605: ArrayIndexOutOfBoundsException in tPaloDimension
https://jira.talendforge.org/browse/TDI-30605
2014-11-28 15:08:23 +08:00
wchen-talend
22b7121ee6 TDI-31317:Compile error when modify OnComponentOk links order coming
from tSSH
2014-11-26 11:09:34 +08:00
wang wei
e201c056a2 Bug TDI-28503 : data missing when use an Iterate between the tCollector
and the tDepartitioner
https://jira.talendforge.org/browse/TDI-28503
2014-11-26 09:53:51 +08:00
wchen-talend
8295aed1f1 TDI-31201:Routines->Pig UDF: Jars won't be imported when import routines
with linked jars
2014-11-25 18:01:12 +08:00
CHEN Bin
cc9adf9571 TDI-30996: Duplicate variable names when enabling parallel execution on iterations within the same subjob
https://jira.talendforge.org/browse/TDI-30996
lockWrite is the lock provided by iterate with parallel, one lockWrite for one Iterate connector
2014-11-25 16:51:49 +08:00
hcyi
92a3236084 TDI-31257:Got NPE when editing a new added column during retrieving MDM
Entity in Metadata.
2014-11-24 15:52:40 +08:00
jzhao
32d2c9949d TDI-31223: tOracleBulkExec global map variables return 0 count with
DIRECT = TRUE
https://jira.talendforge.org/browse/TDI-31223
Note:Return count incorrect
2014-11-21 16:06:27 +08:00
hcyi
c57859e6ae TDI-31173:Joblet "Output" schema shows same columns as "Input" schema. 2014-11-21 14:38:06 +08:00
wluo
2e7efdb9e7 TDI-30605: ArrayIndexOutOfBoundsException in tPaloDimension
https://jira.talendforge.org/browse/TDI-30605
2014-11-21 14:36:17 +08:00
ycbai
a81845446f TBD-1206: M/R Job is not saved before executing 2014-11-21 13:50:01 +08:00
wluo
035a8e9eb6 TDI-31275: backport on 5.3, 5.4, 5.5
https://jira.talendforge.org/browse/TDI-31275
2014-11-20 17:11:51 +08:00
CHEN Bin
e97dad1ba2 TDI-30996: Duplicate variable names when enabling parallel execution on iterations within the same subjob
https://jira.talendforge.org/browse/TDI-30996
2014-11-20 14:25:54 +08:00
wluo
3ba59befcc TDI-30532: The variable commitCounter_tInformixOutput_1 is always
zero,when use existing connection and auto commit is true.
https://jira.talendforge.org/browse/TDI-30532
2014-11-20 14:03:21 +08:00
cmeng-talend
b184f79d79 TUP-2188 fix bug: generate task failed of task with commandline command
created job
https://jira.talendforge.org/browse/TUP-2188

Conflicts:
	main/plugins/org.talend.designer.publish.core/src/org/talend/designer/publish/core/filters/AbstractJobNodeFilter.java
	main/plugins/org.talend.repository/src/main/java/org/talend/repository/ui/wizards/exportjob/extrachecker/AbstractJobNodeChecker.java
2014-11-19 19:28:25 +08:00
wluo
075bfe212b TDI-30532: The variable commitCounter_tInformixOutput_1 is always
zero,when use existing connection and auto commit is true.
https://jira.talendforge.org/browse/TDI-30532
2014-11-19 15:23:21 +08:00
ldong-talend
b02ea77a65 TDI-31013:recollector code error for merge sort parameter. 2014-11-18 16:27:48 +08:00
jzhao
e113071eb8 TDI-30999: Cannot use 2 or more tsendmail with different connection
parameters
https://jira.talendforge.org/browse/TDI-30999
Note:Remove custom properties
2014-11-18 16:24:03 +08:00
wang wei
e063526e4a TDI-31034: If the namespace is declared, unable to retrieve the element
of the upper level if the attribute is contained in the XPATH query
https://jira.talendforge.org/browse/TDI-31034
2014-11-18 10:03:52 +08:00
yshamin
7cddcf0c2e - TESB-13614: fixed 2014-11-13 16:18:35 +01:00
hcyi
cd12584459 TDI-30610:tOracleSCD changes surrogate key datatype from BigDecimal to
String
2014-11-13 17:34:26 +08:00
hcyi
787bb79340 TDI-30934:tOracleSCD Reorders Defined Schema Alphabetically 2014-11-13 17:02:42 +08:00
Wu Liu
5f2e621653 TDI-31194 : tMap doesn't work well in partitioning with "store temp
data"=true in lookup table
https://jira.talendforge.org/browse/TDI-31194
2014-11-13 16:34:59 +08:00
Wu Liu
6c42742a6f TDI-31013 : tRecollector gives code error when using parrelization
https://jira.talendforge.org/browse/TDI-31013
tSortRow doesn't work well in partition with "sort on disk" is enabled.
2014-11-13 14:40:32 +08:00
CHEN Bin
fd3e879e49 TDI-30530: A compile error occurs when parallel execution are checked for tInfomixtOutput without using existing connection no matter use batch size is checked or not.
https://jira.talendforge.org/browse/TDI-30530
2014-11-12 15:28:27 +08:00
wluo
4d5f5db43c TDI-30733 : tOracleInput and tPostgresqlInput fail with NPE on null
geometry
https://jira.talendforge.org/browse/TDI-30733
#merge pull request #42
2014-11-12 14:34:30 +08:00
CHEN Bin
8c7feb17df TDI-31131: Variable decryptedPassword_<%=cid%> shouldn't be assigned value when tSAPInput/tSAPOutput/tSAPTableInput/tSAPBapi checked use an existing connection
https://jira.talendforge.org/browse/TDI-31131
2014-11-11 17:20:03 +08:00
wluo
1cd74840bf TDI-31016: tEXistList return wrong NB_FILE's result
https://jira.talendforge.org/browse/TDI-31016
2014-11-11 17:09:33 +08:00
jzhao
6a53a1850a TDI-31070: Code generation error [tOracleOutputBulExec]
https://jira.talendforge.org/browse/TDI-31070
Note:Fixed tOracleOutputBulExec/tSybaseIQOutputBulkExec
2014-11-11 11:35:08 +08:00
wang wei
fff8025040 TDI-31036: LockWrite can not be resolved as a variable in parallel
iterations
https://jira.talendforge.org/browse/TDI-31036
2014-11-10 17:41:48 +08:00
hwang
9c4306c6cd TDI-30657:Expression Builder for Var in tMap does not show Var name 2014-11-10 11:27:04 +08:00
hcyi
5d25d624c0 TDI-30811:tSalesforcebulkexec/tSalesforceOutput link tLogRow with main
line has compile error.
2014-11-07 18:00:53 +08:00
cmeng-talend
cc4269f3f2 TDI-30475 fix bug: tELTxxxInput: Column in schema with Build-In mode
couldn't be deleted correctly
https://jira.talendforge.org/browse/TDI-30475
2014-11-07 17:47:32 +08:00
CHEN Bin
75dd7e17d6 TDI-30655: Salesforce Relationship Mapping and Null Values
https://jira.talendforge.org/browse/TDI-30655
2014-11-06 18:11:11 +08:00
hcyi
45d1a7f734 TDI-30811:tSalesforcebulkexec/tSalesforceOutput link tLogRow with main
line has compile error.
2014-11-06 16:29:37 +08:00
jzhao
b7ae8a2f40 TDI-30638: tMSSqlBulkExec Update SQL Statement wrong
https://jira.talendforge.org/browse/TDI-30638
Note:genereate update sql with db column name
2014-11-06 14:48:20 +08:00
CHEN Bin
b0b2138fa0 TDI-30639: tSalesforceOutput component is ignoring the commit level parameter
https://jira.talendforge.org/browse/TDI-30639
2014-11-06 11:58:31 +08:00
hwang
5acca4f1c1 TDI-30729:Unable to save setting result in 'Dynamic settings' tab 2014-11-06 10:44:34 +08:00
wchen-talend
1225bbdf8f TDI-29990 fixed :If you create XML metadata which includes numbers and
use it in a tXMLMap, all elements are arbitrarily treated as strings.
2014-11-05 16:16:05 +08:00
jzhao
b73d0c7988 TDI-30918: tS3List component does not seem to return all results for a
folder
https://jira.talendforge.org/browse/TDI-30918
Note:Fixed miss end of the recoreds if revords count > 1000
2014-11-04 15:47:06 +08:00
jzhao
bcd069f1f1 TDI-30885: Milliseconds not being output with TIMESTAMP with TIME ZONE
Db Type Selected
https://jira.talendforge.org/browse/TDI-30885
Note:Insert not a "TalendTimestampWithTZ" type into a "TIMESTAMP with
TIME ZONE" Db Type drop "ms"
2014-11-03 17:19:34 +08:00
wang wei
4f3e0bd3d8 TDI-30984: tWriteJSONField and tWriteXMLField will be blocked when there
is a big iterate loop to start
https://jira.talendforge.org/browse/TDI-30984
2014-10-31 16:58:12 +08:00
wang wei
80b3ac3d6b TDI-30896: password is not encryted for resume log
https://jira.talendforge.org/browse/TDI-30896
2014-10-31 11:05:36 +08:00
CHEN Bin
dca5e42cb0 TDI-30862: 65k issue with tFileInputPositional, 890 fields.
https://jira.talendforge.org/browse/TDI-30862
extract the code into inner class
2014-10-31 10:50:47 +08:00
CHEN Bin
e1dc437cd4 TDI-30862: 65k issue with tFileInputPositional, 890 fields.
https://jira.talendforge.org/browse/TDI-30862
format code
2014-10-31 10:50:35 +08:00
cmeng-talend
5f53a01799 TDI-30924 fix bug: When "Create Salesforce Connection",the shell "New
Salesforce" didn't pop up on Ubuntu12
https://jira.talendforge.org/browse/TDI-30924

Recompiled the salesforceCRMManagement.jar using Java 6.
2014-10-30 18:44:52 +08:00
wluo
4ac60aac44 TDI-30431 : can't update table when using time fields as key
https://jira.talendforge.org/browse/TDI-30431
2014-10-27 10:29:24 +08:00
wluo
b97b329feb fix bug: tVerticaRow still allow to set auto commit when checked use an
existing connection
https://jira.talendforge.org/browse/TDI-30704
2014-10-23 16:44:30 +08:00
wluo
1ea8297f8f fix bug:tInformixOutput - Truncate
https://jira.talendforge.org/browse/TDI-30625
2014-10-23 16:25:31 +08:00
wluo
0733a0797f fix bug: Update jet file of tFileInputExcel and tFileOutputExcel
https://jira.talendforge.org/browse/TDI-29361
2014-10-22 15:05:30 +08:00
zwzhao-talend
af18e8a3ce TDI-30246 : Inconsistent behaviors between job, jobscript, routine
creating with the same name;
2014-10-22 14:39:15 +08:00
hwang
8a06a58fdc TDI-30853:context value of db password in stats&logs become invalid
after migrate from v5.3.1 to v5.5.1
2014-10-22 13:47:14 +08:00
hwang
b8296e86f4 TDI-30853:context value of db password in stats&logs become invalid
after migrate from v5.3.1 to v5.5.1
2014-10-22 13:47:11 +08:00
cmeng-talend
77dbd51477 TDI-30475 fix bug: tELTxxxInput: Column in schema with Build-In mode
couldn't be deleted correctly
2014-10-21 15:59:46 +08:00
wang wei
0074dc2a90 TDI-30833: the order of elements is not correct with
tAdvancedFileOutputXML 
https://jira.talendforge.org/browse/TDI-30833
2014-10-21 13:58:45 +08:00
jzhao
904a10f96c TDI-30040: remove unnecessary code in scd
https://jira.talendforge.org/browse/TDI-30040
Note:Change parameter name for tMDMConnection
2014-10-21 13:34:10 +08:00
jzhao
9935c1d9ba TDI-30728: Need component to sychronized the tMDMInput_java.xml and
tMDMConection_java.xml 
https://jira.talendforge.org/browse/TDI-30728
Note:Change parameter name for tMDMConnection
2014-10-21 11:50:24 +08:00
jzhao
ed19328f56 TDI-29885: Google BigQuery upload components do not allow the handling
of newline characters properly.
https://jira.talendforge.org/browse/TDI-29885 
Note:upload new jar
2014-10-20 11:27:58 +08:00
wang wei
a156c12d6b TDI-30608: can't get value if xml attribute contain "{" , "}" or "."
https://jira.talendforge.org/browse/TDI-30608
2014-10-20 10:51:23 +08:00
wluo
bbea8e3fa4 fix workitem: tVerticaRow still allow to set auto commit when checked
use an existing connection
https://jira.talendforge.org/browse/TDI-30704
2014-08-15 13:42:30 +08:00
ldong-talend
7fd7b17ccb TDI-28452:Avoid the Recovery after a if link and a onComponentOK. 2014-10-16 11:05:50 +08:00
nrousseau
20cdc88c63 TUP-2257: fix the problem of resize when the zoom is not 100% 2014-10-15 11:41:56 +02:00
wang wei
4c923c2867 TDI-30291: Subjob hangs
https://jira.talendforge.org/browse/TDI-30291
2014-10-11 15:03:25 +08:00
wluo
9b67395e7f fix bug: tVerticaRow still allow to set auto commit when checked use an
existing connection
https://jira.talendforge.org/browse/TDI-30704
2014-10-10 18:23:11 +08:00
wluo
8d8050ad0c fix bug: tVerticaRow still allow to set auto commit when checked use an
existing connection
https://jira.talendforge.org/browse/TDI-30704
2014-10-10 18:12:06 +08:00
wluo
dec8532cdc fix bug: tSybaseIQBulkExec has a compile error when action on table is
Truncate table
https://jira.talendforge.org/browse/TDI-30756
2014-10-10 16:56:45 +08:00
wluo
0f532acf11 fix bug: tInformixRow produce code which is incorrect when checked use
an existing connection at branch 5.5
https://jira.talendforge.org/browse/TDI-30721
2014-10-10 11:34:27 +08:00
wchen-talend
8b8e724bb4 TDI-30185 fixed: Job when run and displays statistics gets cleared even 2014-10-10 09:55:19 +08:00
hcyi
a69b2f721e TDI-30447:SQL Builder: "Save Query as" pops up instead of Query Property
when user r-click Property for one query;
2014-10-08 17:13:05 +08:00
zwzhao-talend
064cd01af3 TDI-30449 : JobCompare: Connector difference couldn't be exported to
exported html file
2014-10-08 17:04:59 +08:00
wang wei
a773751df8 TDI-30662: CodeGenerator got java.lang.IndexOutOfBoundsException when
connect tESBProviderRequest and tXMLMap in a job.
https://jira.talendforge.org/browse/TDI-30662
2014-10-08 16:53:48 +08:00
wang wei
4c37d77789 TDI-30672: Combination of disk caching, a certain volume of records and
a inner join (first match) causes tMap to join incorrectly
https://jira.talendforge.org/browse/TDI-30672
2014-09-29 10:44:07 +08:00
Wu Liu
a8d622a938 TDI-30200 : Run doesn't stop if an exception is raised when using
partitioner components
https://jira.talendforge.org/browse/TDI-30200
2014-09-25 16:11:21 +08:00
cmeng-talend
6da232abf9 TDI-30183 fix bug: The tLogRow name is wrong when I do copy&past&delete
for job then do copy&past agains
https://jira.talendforge.org/browse/TDI-30183

Fix bug:
 Studio will crashed:
  1. Create a MR job, and add a node
  2. delete this node
 the result is studio will crash

Reason:
In MR job, the container of nodes will contains it self too.
so "jobletContainer.getNodeContainers()" will return a list which
contains itself, so this case make the function falling into dead loop.

Resolve:
I add a readedContainers set to make sure this function will never read
a container which he has read in case of falling into dead loop again.
2014-09-25 12:09:08 +08:00
plv
676dbf3e5d TDI-30560 : ODBC: Stast&Logs in job couldn't find the datasoure and
driver when user configure the Property type as Repository->odbc souce;
2014-09-24 16:35:46 +08:00
jzhao
d3ad25d070 Fixed Bug TDI-30399: ORA-00942 table or view does not exist during
transfer of tables with CLOB fields
https://jira.talendforge.org/browse/TDI-30399
Note:Fixed XMLType and Bolb type can't work with Dynamic type.
2014-09-24 15:23:32 +08:00
jzhao
463add70e6 Fixed Bug TDI-30399: ORA-00942 table or view does not exist during
transfer of tables with CLOB fields
https://jira.talendforge.org/browse/TDI-30399
Note:Fixed XMLType and Bolb type can't work with Dynamic type.
2014-09-23 14:26:20 +08:00
jzhao
f4bce4c2e0 Fixed Bug TDI-30273: Use tFTPPut or tFTPRename to rename a file
https://jira.talendforge.org/browse/TDI-30273
Note:Fixed SFTP Overwirte file(overwrite/resume) rename to a exist file
throw error.
2014-09-23 13:53:37 +08:00
GGu
c273449832 TUP-1820: fixed the dialog to popup twince. 2014-09-22 13:38:14 +08:00
wluo
9ebd1b69dc Fix Bug TDI-29669 : tTeradataTPTUtility don't support the function of
'define character set'
https://jira.talendforge.org/browse/TDI-29943
2014-09-22 10:11:30 +08:00
cmeng-talend
3f600741f9 TDI-30475 fix bug: tELTxxxInput: Column in schema with Build-In mode
couldn't be deleted correctly
https://jira.talendforge.org/browse/TDI-30475

Conflicts:
	main/plugins/org.talend.designer.dbmap/src/main/java/org/talend/designer/dbmap/DbMapComponent.java
2014-09-19 18:50:32 +08:00
wluo
cf102b7570 Fix Bug TDI-29669 : tTeradataTPTUtility don't support the function of
'define character set'
https://jira.talendforge.org/browse/TDI-29943
2014-09-19 14:34:03 +08:00
hcyi
634b17e24f TDI-30448:SQL Builder: All new queries is autosaved as the last stored
query instead of new one after user open and save two queries.
2014-09-18 15:59:45 +08:00
jzhao
22611e1e5b Fixed Bug TDI-30399: ORA-00942 table or view does not exist during
transfer of tables with CLOB fields
https://jira.talendforge.org/browse/TDI-30399
Note:Fixed XMLType and Bolb type can't work with Dynamic type.
2014-09-15 18:33:51 +08:00
wluo
677289c39a Fix workitem TDI-30414 : There are two problems for DBOutput
https://jira.talendforge.org/browse/TDI-30414
2014-09-12 18:53:22 +08:00
cmeng-talend
b5c2f45ebf TDI-30366 fix bug: Unable to retrieve salesforce modules from Salesforce
metadata connection
https://jira.talendforge.org/browse/TDI-30366
2014-09-11 18:45:04 +08:00
wluo
7dcd7e5c9a Fix bug TDI-29943 : tTeradataTPTUtility don't support the function of
'define character set'
https://jira.talendforge.org/browse/TDI-29943
2014-09-12 16:27:40 +08:00
cmeng-talend
a67ea5fdc5 TDI-30183 fix bug: The tLogRow name is wrong when I do copy&past&delete
for job then do copy&past agains
https://jira.talendforge.org/browse/TDI-30183
2014-09-12 10:14:53 +08:00
wluo
d7e270b875 fix workitem TDI-30485 : Please clean the no useful parameter in
tTeradataTPTExec_java.xml/tTeradataTPTUtility_java.xml
https://jira.talendforge.org/browse/TDI-30485
2014-09-12 10:13:04 +08:00
cmeng-talend
5955ccf400 TDI-30474 fix bug: UI layout: No space between "ELT Oracle Map Editor"
button and "Property Type" dropdownlist in ELT components;
https://jira.talendforge.org/browse/TDI-30474
2014-09-11 17:35:21 +08:00
zwzhao-talend
dd0ec72c7a TDI-30494 : SVN Branch is not sorted in the studio 2014-09-09 15:18:31 +08:00
plv
b04d6eef12 TDI-30347 : The schema error information prompt is wrong. 2014-09-05 18:23:30 +08:00
plv
cbc5700e99 TDI-30353 : Show an NPE error when I click cancel button for
Perferences->Talend->Appearance->Designer
2014-09-05 18:09:56 +08:00
wang wei
ea6bb6a285 TDI-29313: tSSH Component always output some line jump in console
https://jira.talendforge.org/browse/TDI-29313
2014-09-04 14:16:34 +08:00
CHEN Bin
85ae202f79 Revert "TDI-29926: HashInput Parallel Iteration https://jira.talendforge.org/browse/TDI-29926 make input support multiple thread read"
This reverts commit b766456204.
2014-09-03 11:07:10 +08:00
nrousseau
d2a245117f TDI-30480: fix tRunJob copy schema 2014-09-03 10:44:31 +08:00
jzhao
9ca528d37b Fixed Bug TDI-30399: ORA-00942 table or view does not exist during
transfer of tables with CLOB fields
https://jira.talendforge.org/browse/TDI-30399
Note:Fixed transfer Clob data between different database get error.
2014-09-01 18:13:57 +08:00
wang wei
ac81e3d231 TDI-30339: Improve the performance of tFileOutputExcel(when append and
formula exist)
https://jira.talendforge.org/browse/TDI-30339
2014-09-01 11:37:37 +08:00
hcyi
0381894e7d TDI-29762 : Set up SFTP with private key in repository not possible. 2014-09-01 10:47:38 +08:00
wang wei
6f419498e8 TDI-29782: tExtractXmlField should use input Document column
https://jira.talendforge.org/browse/TDI-29782
2014-08-29 15:50:23 +08:00
GGu
356ea0dba2 TDI-30276: fixed the duplicated projects issue. 2014-08-26 10:18:17 +08:00
GGu
ff5ee21808 TDI-23558: the find component action is only enabled for Components,
won't enable for folder.
2014-08-26 10:18:05 +08:00
GGu
129ce13184 TUP-2190: fixed the job xsl problem for exporting html doc. 2014-08-26 10:17:46 +08:00
plv
716fa891ad TDI-30284 : Drag and Drop of a PostgreSQL table from context repository
connection does not include Schema parameter in query
2014-08-25 14:37:48 +08:00
hcyi
f1d6c93b36 bug TDI-30190 fixed:tDB2Input can not retrive correct tables for
corresponding schema field in tDB2Connection when using an existing
connection.
2014-08-22 16:30:51 +08:00
sizhaoliu
2339918329 TDQ-9336 fix tRuleSurvivorship rule dependency issue 2014-08-19 17:05:43 +02:00
CHEN Bin
75212a5636 bug fixed TDI-30286: Wrong behavior on tEXAOutput when Die on error unchecked
https://jira.talendforge.org/browse/TDI-30286
2014-08-18 14:03:52 +08:00
GGu
b62955c2ef TDI-30108: Add the table changes for exporting html. 2014-08-15 11:58:03 +08:00
Wu Liu
706bb16293 TDI-26881 : DYNAMIC type schema cause DATE, TIME, and DATETIME2 DB types
to be rejected
https://jira.talendforge.org/browse/TDI-26881
Use tJDBCInput instead of tMSSQLInput to use sqljdbc4.jar to meet the
requirement.
2014-08-14 16:54:26 +08:00
wang wei
7fe2d50e60 TDI-30313: Bug in lookup of tXMLMap?
https://jira.talendforge.org/browse/TDI-30313
2014-08-13 16:22:45 +08:00
wang wei
202fe371a3 TDI-30297: Function Identity field, Start value, step of tMSSqlOutput
can't be showed in tos
https://jira.talendforge.org/browse/TDI-30297
2014-08-13 15:54:23 +08:00
zwzhao-talend
f5e0dc709d bug TDI-29960 fixed : The Required checkbox should be checked as default
setting for components which need to install jar
2014-08-13 14:26:01 +08:00
CHEN Bin
629e0f8424 TDI-29926: HashInput Parallel Iteration
https://jira.talendforge.org/browse/TDI-29926
make input support multiple thread read
2014-08-12 10:08:18 +08:00
CHEN Bin
c543a04213 Revert "Fixed Bug TDI-29926: HashInput Parallel Iteration https://jira.talendforge.org/browse/TDI-29926 Note:Fixed HashInput/Output Parallel Iteration problem"
This reverts commit d746694ac2.
2014-08-12 10:08:17 +08:00
remydub
7abd2882ba Merge branch 'maintenance/5.5' of https://github.com/Talend/tdi-studio-se into maintenance/5.5 2014-08-11 17:51:36 +02:00
remydub
349cd48178 TBD-933: Add a migration task to disable the die on error for the command line mode 2014-08-11 17:48:48 +02:00
zwzhao-talend
960fcfe02f TDI-8312 : Component settings not refreshed 2014-08-11 10:11:36 +08:00
zwzhao-talend
63f323a078 bug TDI-8312 fixed : Component settings not refreshed 2014-08-11 10:10:51 +08:00
wang wei
e9fff603fd TDI-30262: Change the length of job of tAssertCatcher as TDI-30166
https://jira.talendforge.org/browse/TDI-30262
2014-08-06 17:55:15 +08:00
Wu Liu
307fcd80a0 TDI-30252 : different behavior about tAS400Output component after
migrate from v5.2.1 to v5.4.2
https://jira.talendforge.org/browse/TDI-30252
2014-08-05 17:12:03 +08:00
GGu
0a0a27d9f9 https://jira.talendforge.org/browse/TDI-30108 : Fixed one problem for compare, when open editor with readonly. 2014-08-05 16:57:34 +08:00
nrousseau
229516934b TDI-30056 : update dependencies when use save as on job 2014-08-04 18:48:35 +08:00
wluo
787d9e4792 Fix workitem TDI-29669 : tDBOutput output query which availability
should be FLOW type
https://jira.talendforge.org/browse/TDI-29669
2014-08-04 14:26:14 -07:00
wluo
d723037e7f Merge branch 'maintenance/5.5' of git@github.com:Talend/tdi-studio-se.git into maintenance/5.5 2014-08-04 13:29:24 -07:00
wluo
cd36af03ea Fix workitem TDI-29669 : tDBOutput output query which availability
should be FLOW type
https://jira.talendforge.org/browse/TDI-29669
2014-08-04 13:28:26 -07:00
Alex Telesh
36e67baf23 TESB-13929 - Exception while using option "Use an existing connection"
=> TESB-13979 - commit to source repository (master + branches)
2014-08-01 09:12:43 -04:30
wluo
5fd65d7540 Fix workitem TDI-29669 : tDBOutput output query which availability
should be FLOW type
https://jira.talendforge.org/browse/TDI-29669
2014-07-31 19:35:24 -07:00
Wu Liu
692a1fbdfa Fix Bug TDI-30200 : fix the block problem when there is an exception
happen
https://jira.talendforge.org/browse/TDI-30200
2014-07-31 15:45:13 +08:00
CHEN Bin
39853f528e bug fixed TDI-30121: tMap has a compile error when checked log4j mode
https://jira.talendforge.org/browse/TDI-30121
log reference instead of expression avoid append(null) problem.
2014-07-29 12:16:03 +08:00
wang wei
9f72414fe1 Bug TDI-30166: Service job can't work well when enable the database of
AMC
https://jira.talendforge.org/browse/TDI-30166
2014-07-28 15:58:41 +08:00
CHEN Bin
246865e4dd fixed Bug TDI-29912: tSalesforceInput - Session Invalid Error
https://jira.talendforge.org/browse/TDI-29912

1. refactor
move some method from SforceManagementImpl to SforceManagementUtil & clean SforceManagementImpl
extract connection part as SforceConnection.

2. implement renew session for basic/oauth on soap/bulk api

3. modified all salesforce components to adapt the change of api

Conflicts:
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceBulkExec/tSalesforceBulkExec_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceConnection/tSalesforceConnection_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceGetDeleted/tSalesforceGetDeleted_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceGetServerTimestamp/tSalesforceGetServerTimestamp_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceGetUpdated/tSalesforceGetUpdated_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceInput/tSalesforceInput_begin.javajet
	main/plugins/org.talend.designer.components.localprovider/components/tSalesforceOutput/tSalesforceOutput_begin.javajet
2014-07-25 18:35:50 +08:00
Wu Liu
6966d99b9f Fix Bug TDI-29759 : to resolve the problem during migration.
https://jira.talendforge.org/browse/TDI-29759
2014-07-25 17:51:04 +08:00
Wu Liu
e321c2bfc0 Fix Bug TDI-29759 : Add a new table to support decoding
Integer(int),Long(long), Byte(byte), Short(short) types.
https://jira.talendforge.org/browse/TDI-29759
2014-07-23 14:44:20 +08:00
zwzhao-talend
5acc34e4fe bug TDI-29345 fixed : Status &log disappeared if click "link with editor
"
2014-07-23 12:06:37 +08:00
wang wei
205e8ecc69 Bug TDI-30053: Row separators incorrect with CSV options and split
output
https://jira.talendforge.org/browse/TDI-30053
2014-07-22 16:10:18 +08:00
jzhao
b5165e5ba5 Fixed Bug TDI-30088: Unable to write to SAS
https://jira.talendforge.org/browse/TDI-30088
Note:Merge to branch 5.5
2014-07-21 11:37:54 +08:00
jzhao
0ef11c33d0 Fixed Bug TDI-30009: Issue with the tSybaseOutput
https://jira.talendforge.org/browse/TDI-30009
Note:Merge to branch 5.5
2014-07-21 09:41:53 +08:00
nrousseau
d610220c94 fix issues related to hl7: TDI-29999 / TDI-29925 / TDI-30016 /TDI-29453 2014-07-18 16:59:55 +08:00
wang wei
8a48abe7d8 Fixed Bug TDI-29958: tXMLMap doesn't work with more data
https://jira.talendforge.org/browse/TDI-29958
2014-07-18 16:36:58 +08:00
zwzhao-talend
bcfce5dd01 bug TDI-29869 fixed : Inconsistent behavior of the job tab in the Studio 2014-07-18 10:30:00 +08:00
Wu Liu
bd1a153a9a Fix backlog task TDI-29911 : link these 2 parameters with the metadata,
PRIVATEKEY & PASSPHRASE
https://jira.talendforge.org/browse/TDI-29911
2014-07-16 15:06:23 +08:00
CHEN Bin
be371811fa Fixed Bug TDI-29843: Sudden end of job unexpectedly
https://jira.talendforge.org/browse/TDI-29843
revert the code about "modify the type of nb_line from Integer to Long on tFileInputDelimited"
2014-07-16 10:24:06 +08:00
Wu Liu
ac5544c972 Fix Bug TDI-29157 : For tRestRequest + tMomConnection + ActiveMQ the
producers spawned continuously for every request => ultimately running
out of memory
https://jira.talendforge.org/browse/TDI-29157
2014-07-11 14:51:46 +08:00
jzhao
1c7eaad2c4 Fixed Bug TDI-29926: HashInput Parallel Iteration
https://jira.talendforge.org/browse/TDI-29926
Note:Merge to branch 5.5
2014-07-11 09:33:38 +08:00
jzhao
eb58252a71 TDI-29598: Click tELTXXXOutput componment, there is an error in error
log 
https://jira.talendforge.org/browse/TDI-29598
Note: Avoid NPE when previousNode is null.
2014-07-08 11:39:04 +08:00
jzhao
0b69fac187 Fixed Bug TDI-29360: tVerticaSCD can't create a table which surrogate
keys is Auto increment 
https://jira.talendforge.org/browse/TDI-29360 
Note:Merge branch 5.5
2014-07-07 18:13:23 +08:00
CHEN Bin
62b058d6a7 fixed bug TDI-29861: tHashOutput in a cTalendJob causes memory leak
https://jira.talendforge.org/browse/TDI-29861
release resource on tHashInput which the resource used by tHashOutput
2014-07-07 17:16:38 +08:00
nrousseau
89e13dd543 TDI-29917 : update junit feature 2014-07-07 12:16:00 +08:00
Wu Liu
9ac1ccd558 Fix Bug TDI-29959 : when the password is null, it will generate "null"
instead
https://jira.talendforge.org/browse/TDI-29959
2014-07-04 18:14:51 +08:00
CHEN Bin
9b321eafc1 Fix Bug TDI-29620 : tSASInput Component unable to connect to SAS
https://jira.talendforge.org/browse/TDI-29620
2014-07-04 10:52:27 +08:00
GGu
eef8708b58 TUP-2084: fix build problem for ftp lib plugin. 2014-07-03 13:44:28 +08:00
wang wei
88587221b5 Fix Bug TDI-29720 : Exception when configuring a tXMLMap with 2 outputs
of the same type
https://jira.talendforge.org/browse/TDI-29720
2014-07-03 09:39:53 -07:00
jzhao
a651264695 Fixed Bug TDI-26876: Component managed date now has time appended when
it was originally just a date
https://jira.talendforge.org/browse/TDI-26876
Note:Remove useless code. merge branch 5.5
2014-07-02 17:27:31 +08:00
bchen
33613cff3c Fix Bug TDI-29620 : tSASInput Component unable to connect to SAS
https://jira.talendforge.org/browse/TDI-29620
2014-07-02 15:30:36 +08:00
bchen
fdd4415dea Fix Bug TDI-29614 : tSchemaComplianceCheck errorCode wrong behaviour
https://jira.talendforge.org/browse/TDI-29614
clarify errorCode value when multiple node have error

git-svn-id: http://talendforge.org/svn/tos/trunk@118386 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-07-02 14:37:32 +08:00
jzhao
7b36650ee3 Fixed Bug TDI-26876: Component managed date now has time appended when
it was originally just a date
https://jira.talendforge.org/browse/TDI-26876
Note:Merge branch 5.5
2014-07-02 12:04:27 +08:00
Sébastien Gandon
1c4cfda8f5 Merge branch 'maintenance/5.5' of github.com:Talend/tdi-studio-se into maintenance/5.5 2014-07-01 15:18:26 +02:00
jzhao
56ea52079e Fixed Bug TDI-29930: The text of 'where condition in case' shouldn't be
showed when action on data is insert/update/insert or update  on
tTeradataMulitiLoad
Note:Merge to branch 5.5
2014-07-01 18:12:14 +08:00
plv
e49321897a bug TDI-29899 fixed: DB2 connection ignore the 'schema' parameter 2014-07-01 17:22:42 -07:00
3011 changed files with 33295 additions and 27034 deletions

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -230,11 +230,19 @@
fragment="true"
unpack="false"/>
<plugin
<plugin
id="org.talend.osgi.lib.loader"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.talend.repository.items.importexport.ui.test"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
</feature>

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
@@ -132,7 +132,7 @@ public class ImageLib {
ImageDescriptor descriptor = ImageDescriptor.createFromURL(new URL(iconURL, iconName));
imageRegistry.put(iconName, descriptor);
} catch (MalformedURLException e) {
// skip, but try to go on to the next one...
// skip, but try to go on to the next one...
}
}

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
@@ -136,7 +136,7 @@ public class FileCopy {
if (index > 0) {
int end = index;
int start = index;
while (sb.charAt(start) != '"') { //$NON-NLS-1$
while (sb.charAt(start) != '"') {
start--;
}
sb.replace(start + 1, end, "../../.."); //$NON-NLS-1$
@@ -156,8 +156,11 @@ public class FileCopy {
input.close();
}
if (temp.isDirectory()) { // copy subfolder
copyComponentFolder(sourceComponentFolder + File.separator + file[i], targetComponentFolder + File.separator
+ file[i], modifySkeletonValue);
// TDI-31436:Avoid case of copy infinite subfolder if target folder is under source folder
if (!temp.getAbsolutePath().equals(targetComponentFolder)) {
copyComponentFolder(sourceComponentFolder + File.separator + file[i], targetComponentFolder
+ File.separator + file[i], modifySkeletonValue);
}
}
}
} catch (Exception e) {

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt

Some files were not shown because too many files have changed in this diff Show More