Compare commits

..

635 Commits

Author SHA1 Message Date
rdubois
1b80994f14 TDI-29126: revert the camel templates from 5.5 to fix a compilation issue.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117820 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-23 13:14:06 +00:00
ilazebny
4d7385d606 Update version to 5.5.0 in poms
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117752 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-21 10:28:06 +00:00
jyhu
92e31f9dbb Fix Bug TDI-29389: database output components nb_line_reject is incorrect when action on data is update or insert
https://jira.talendforge.org/browse/TDI-29389
revert code on branch5.5

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117613 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-19 06:22:59 +00:00
jyhu
225cdd07dd Fix Bug TDI-29389: database output components nb_line_reject is incorrect when action on data is update or insert
https://jira.talendforge.org/browse/TDI-29389
Fix issue for branch5.5

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117610 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-19 03:50:42 +00:00
rdubois
d970bb9b20 TDI-29010 fixed: Add kerberos capabilities for Hadoop 2.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117601 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 15:26:10 +00:00
zwzhao
566c976978 merge r117591 from trunk to branch 5.5
bug TDI-29452 fixed : Studio can not save the BM which opened by more than one user.
 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117592 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 10:47:21 +00:00
wwang
46ad7441da TDI-29014 fixed: fix all the properties for i18
https://jira.talendforge.org/browse/TDI-29014

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117587 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 09:59:07 +00:00
jzhao
b39ed279ee Fixed Work Item TDI-29399: Update tGSXX Google Storage access API from jets3t-0.9.0.jar to jets3t-0.9.1.jar
https://jira.talendforge.org/browse/TDI-29399 
Note:Fixed in branch 5.5

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117585 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 09:54:28 +00:00
jjzhou
552e6352a1 fix Feature TDI-27305: Create a new feature called shared connection in tSAPconnection component
https://jira.talendforge.org/browse/TDI-27305

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117563 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 06:55:11 +00:00
wwang
4dd5ee0680 Fix workitem TDI-29126 : merge the missed tSAP components to branch5.5
https://jira.talendforge.org/browse/TDI-29126

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117558 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 06:09:09 +00:00
jyhu
f49f3067fe Fix Bug TDI-29255 : There is neither default value nor prompt message in Component list when drag tMysqlCommit/tMysqlRollback/tMysqlClose into workspace.
https://jira.talendforge.org/browse/TDI-29255
Fix issue for localprovider

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117557 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 04:55:37 +00:00
wwang
f7970c5345 Fix Feature TDI-28743 : merge cdh5,mapr310,phd2,hdp2.1 to branch5.5
https://jira.talendforge.org/browse/TDI-28743

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117552 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-16 03:52:13 +00:00
hcyi
864940ebdf merge r117529 from trunk to branch 5.5
Feature TUP-1963 modified : Add a dialog to show that the studio does not fully support java 8 . 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117531 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 10:57:47 +00:00
jyhu
fe61769d7b Fix Feature TDI-29317 : Add die on error in the component tJDBCColumnList
https://jira.talendforge.org/browse/TDI-29317

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117506 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 07:24:31 +00:00
wwang
ae46a332cd Fix workitem TDI-29126 : merge it to branch5.5
https://jira.talendforge.org/browse/TDI-29126

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117499 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 07:01:03 +00:00
jyhu
f2a0312deb Fix Bug TDI-29387: tMysqlColumnList try to cast String to Integer,but throw exception.
https://jira.talendforge.org/browse/TDI-29387

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117498 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 06:10:05 +00:00
jyhu
eb0c2d19e1 Fix Feature TDI-28647 : Support Vertica 7 Drivers
https://jira.talendforge.org/browse/TDI-28647

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117497 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 05:47:22 +00:00
ldong
8754f04afa Feature TDI-29084 improved:change the esb exportType to enum type and add the i18n.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117492 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 02:26:48 +00:00
zwzhao
a7ac7c889b merge r117481 from trunk to branch 5.5
TDQ-8934 : move TalendForgeDialog.java from "org.talend.repository" to "org.talend.registration"


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117484 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-15 02:04:53 +00:00
plv
70107a6283 TDI-29434 : Need backport to branch 5.5
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117465 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 10:40:09 +00:00
hcyi
6dbf1a05d6 merge r117454 from trunk to branch 5.5
bug TDI-29342 fixed : Password fields not hidden in builtin mode, and not encrypted in the job file for Implicit Context Load and Stat And Logs .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117458 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 09:55:29 +00:00
rdubois
7b7c6f4148 TDI-28608: backport the Azure component in 5.5
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117433 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 08:31:30 +00:00
jzhao
3caa2d96e4 Fixed TDI-29309: The compile errors of tAggregateRow, when check overflow or ULP is triggered, the function is sum/average, and the input is BigDecimal type, output is float/double type respectively.
https://jira.talendforge.org/browse/TDI-29309
Note:Fixed branch 5.5

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117424 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 06:58:59 +00:00
jzhao
badb02ed2a Fixed Bug TDI-29362: Component Flow: SortRow -> FlowMeter -> FileOutput causes compilation errors
https://jira.talendforge.org/browse/TDI-29362
Note:1.Fixed compile error for there are muilt flow line between tFileOutptuPositional/tSchemaComplianceCheck and data input component
2.Remove useless code.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117421 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 06:55:09 +00:00
jzhao
32ed356961 Fixed Bug TDI-29370: tVerticaOutput has two problems with Enable parallel execution
https://jira.talendforge.org/browse/TDI-29370 
Note:Fixed branch 5.5

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117417 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 06:13:16 +00:00
jzhao
a365aca38e Fixed Bug TDI TDI-29348: tAggregateRow(MR) don't support character type with min function
https://jira.talendforge.org/browse/TDI-29348 
Note: Merge to branch 5.5

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117409 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 05:41:08 +00:00
ldong
d9ca34e31f Feature TDI-29416 backport:backport 117164 from trunk to 5.5
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117403 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-14 01:59:42 +00:00
hcyi
6752c7ca12 merge r117384 from trunk to branch 5.5
Feature TUP-1963 added : Add a dialog to show that the studio does not fully support java 8 .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117386 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-13 10:39:36 +00:00
ilazebny
7f31eca63e Update version to 5.5.0-SNAPSHOT in poms
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117378 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-13 09:23:14 +00:00
wliu
dc24cb4ba0 Fix workitem TDI-28809 : merge code from trunk to branch5.5
https://jira.talendforge.org/browse/TDI-28809

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117341 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-13 06:43:01 +00:00
zwzhao
567b71233a merge r117004 from trunk to branch 5.5
bug TDI-29318 fixed : Child jobs not using default contexts in 5.4.1 (as AXIS war)


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117333 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-13 05:26:44 +00:00
zwzhao
bebf84a6ec merge r116987 from trunk to branch 5.5
bug TUP-1934 fixed : create an analysis in remote project which checked "svn user log" studio will not responding and svn commit dialog can not pop up


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117330 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-13 04:05:20 +00:00
zwzhao
2edfa867cb TUP-1964 : Branding update for 5.5
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_5@117322 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-13 03:14:32 +00:00
wliu
5dd87bc6bb Fix bug TDI-29384 : when mysql 5 + extend insert + insert action happen, tAmazonMysqlOutput cannot return a correct nb_line_inserted.
It is caused by the new mysql jdbc driver: 5.1.30.
https://jira.talendforge.org/browse/TDI-29384

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@117224 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-08 10:42:21 +00:00
wliu
935a3ae8f5 Fix bug TDI-29384 : when mysql 5 + extend insert + insert action happen, tMysqlOutput cannot return a correct nb_line_inserted.
It is caused by the new mysql jdbc driver: 5.1.30.
https://jira.talendforge.org/browse/TDI-29384

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@117214 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-05-08 07:57:01 +00:00
ldong
d697e468fd Feature TDI-29084 reverted:Need to find a better way for this one.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@117005 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-29 08:53:40 +00:00
ilazebny
d719fceb6f Update version to 5.4.2 in poms
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116921 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-25 10:58:50 +00:00
ldong
fb593eecd3 bug TUP-1924 fixed:import dq demo by the icon under DI lose some items.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116910 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-25 07:00:48 +00:00
jyhu
707e5c73bd Fix bug TDI-29033 : there is compile error if tOracleOutput with 'Dynamic' type schema and enable 'debug mode'
https://jira.talendforge.org/browse/TDI-29033

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116894 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 13:58:42 +00:00
jyhu
0c2b566df4 Fix bug TDI-29033 : there is compile error if tOracleOutput with 'Dynamic' type schema and enable 'debug mode'
https://jira.talendforge.org/browse/TDI-29033

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116892 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 13:42:14 +00:00
jjzhou
f3964a79d5 fix Bug TDI-29273: tFileOutputExcel issue with "Include header" and "Don't generate empty file" option
https://jira.talendforge.org/browse/TDI-29273 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116888 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 12:17:33 +00:00
ldong
2facde5dc7 bug TDI-29264 fixed:tHiveCreateTable: Set Partitions:add new schema, when reopen "edit schema", the schema added before lost.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116870 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 08:51:37 +00:00
cmeng
d74a2bd538 bug TDI-29278 fixed : When delete fold below File Json, the fold is still existed.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116848 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 07:04:49 +00:00
ldong
75b1d6cf98 bug TDI-23569 fixed:add the lost page.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116834 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 04:37:40 +00:00
jjzhou
71f56f64d1 fix Bug TDI-29043: revert commit for http://www.talendforge.org/trac/tos/changeset/116574
https://jira.talendforge.org/browse/TDI-29043 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116816 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-24 01:52:13 +00:00
wwang
0c0586e750 Fix workitem TDI-29126 : Make password encrypt and decrypt in our components
https://jira.talendforge.org/browse/TDI-29126

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116799 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-23 10:52:03 +00:00
jyhu
26f80ceb56 Fix bug TDI-29153 : option "Convert columns and table to uppercase" in tOracleOutput doesn't work with tWriteDynamicFields
https://jira.talendforge.org/browse/TDI-29153

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116772 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-23 06:10:07 +00:00
jyhu
b781d9d15d Fix bug TDI-29153 : option "Convert columns and table to uppercase" in tOracleOutput doesn't work with tWriteDynamicFields
https://jira.talendforge.org/browse/TDI-29153

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116770 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-23 05:46:16 +00:00
wliu
3ccccf0608 Fix bug TDI-29235 : Characters being escaped when passed to Talend job via service
https://jira.talendforge.org/browse/TDI-29235

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116765 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-23 05:09:39 +00:00
jyhu
5438a254ab Fix bug TDI-29177 :Can not output integer values to Couchbase (tCouchbaseOutput)
https://jira.talendforge.org/browse/TDI-29177

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116753 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-23 02:02:19 +00:00
jjzhou
2e6aa830dc fix Bug TDI-29179: tFileInputMail - detach from HTML mail
https://jira.talendforge.org/browse/TDI-29179 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116737 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-22 09:46:24 +00:00
plv
a049331ba6 TDI-29259 : Modify the VERTICA_6 to VERTICA_6_0 in DI part
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116732 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-22 08:17:31 +00:00
hcyi
4fc270890e bug TDI-29245 fixed : NPE error when update joblet connection and expand it in job .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116726 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-22 07:17:40 +00:00
wchen
42497f0bac bug TDI-29141 : Revert the fix
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116698 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-21 10:51:52 +00:00
jzhao
23569f1e6d Fixed Backlog Task TDI-28914: Investage tPaloXX and tMicrosoftCRMXX work with BigQuery
https://jira.talendforge.org/browse/TDI-28914
Note:Updae httpclient/httpcore/httpmime from 4.0/4.0.1 to 4.1.2

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116682 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-21 08:10:29 +00:00
ldong
0481065fc2 bug TDI-29176 fixed:When dragging a BRMS connection from Repository into a Job, the schema is missing.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116640 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-21 03:57:40 +00:00
cmeng
505a2dc831 bug TDI-29199 fixed : Exasol database Guess Schema function does not work
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116586 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-18 09:21:27 +00:00
jjzhou
0c75c9fbcc fix Bug TDI-29043: jobs with explicit commit break when jndi datasources (datasource alias) are used
https://jira.talendforge.org/browse/TDI-29043 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116574 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-18 08:28:19 +00:00
wchen
af2e7b29f5 bug TDI-29233 fixed: tFileOutputMSXML no longer shows links between input and out
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116565 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-18 05:27:48 +00:00
ggu
6dab5b4e0d DOCT-2912: fixed the librariesmanager.nl missing issue on branch 5.4.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116563 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-18 03:28:07 +00:00
zwzhao
3d5631f08f bug TDI-29027 fixed : Missing detail when execute commands for the CDC on AS400 (change the ftp api to apache)
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116555 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-18 02:58:10 +00:00
ggu
2b914dd05d TUP-1878: backport the commit 116361.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116533 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-17 08:23:58 +00:00
cmeng
2a11e56846 bug TDI-29079 fixed : No copyright info for Talend all build
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116522 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-17 07:45:53 +00:00
jyhu
50c674c043 Fix bug TDI-29105 : tOracleBulkExec_1_NB_* output value is 0
https://jira.talendforge.org/browse/TDI-29105
fixed compile error for tuj bug6394_oraclebulkkeyword and bug7007_oraclebulkexec

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116509 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-17 06:18:27 +00:00
plv
0c9b8e7f5e bug TDI-29214 fixed: DB Component: Default query become empty
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116465 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-16 09:18:21 +00:00
plv
66eafa00d9 bug TDI-29214 fixed: DB Component: Default query become empty
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116455 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-16 07:51:48 +00:00
jyhu
3f3158590d Fix bug TDI-29105 : tOracleBulkExec_1_NB_* output value is 0
https://jira.talendforge.org/browse/TDI-29105

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116419 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-16 02:40:39 +00:00
cmeng
8ecfa9bfba bug TDI-29091 fixed : Traces debug_"Setup traces" have no effect after user custom the columns they want to display
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116418 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-16 02:26:37 +00:00
jjzhou
ef0370716a fix Bug TDI-29146: [tMomConnection] dead code
https://jira.talendforge.org/browse/TDI-29146

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116380 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-15 08:57:58 +00:00
jyhu
42d8bed658 Fix Backlog Task TDI-28826 : Modify all components with a password to use the new PASSWORD field
https://jira.talendforge.org/browse/TDI-28826
Fixed for tAlfrescoOutput, tCentricCRMInput, tCentricCRMOutput, tVtigerCRMInput , tVtigerCRMOutput,tHTTPRequest,tLDAPXXX. 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116377 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-15 08:27:05 +00:00
ldong
33fef01262 bug TDI-29008 fixed:simultaneous export of several autonomous jobs produced JAR files containing files belonging to other jobs.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116352 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-15 02:50:17 +00:00
jjzhou
4f45cc5b80 fix Bug TDI-29118: Deactivating tLog Components leads to java.lang.OutOfMemoryError
https://jira.talendforge.org/browse/TDI-29118

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116318 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-14 09:18:00 +00:00
jyhu
6fec31a72b Fix Backlog Task TDI-28853 : Add control of max length of field separator and text enclosure on DB2/Postgresql/PostgresPlus/ParAccel/Netezza/Informix/Ingres/Greenplum
https://jira.talendforge.org/browse/TDI-28853
Modify parameter transfer  bug in tGreenplumOutputBulkExec.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116291 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-14 03:46:01 +00:00
jjzhou
7d95b3c8b3 fix Bug TDI-29165: Consumer job with tMicrosoftCrmInput deployed into runtime:"org.apache.axis2.AxisFault: The system is attempting to engage a module that is not available: addressing"
https://jira.talendforge.org/browse/TDI-29165 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116286 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-14 02:24:56 +00:00
plv
82be4a46d0 bug TDI-21508 fixed: The sql is generated by "Guess query" is not correct with schema from tPostgresqlConnection in tPostgresqlInput.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116285 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-14 02:17:38 +00:00
jyhu
9d62157711 Fix Backlog Task TDI-28853 : Add control of max length of field separator and text enclosure on DB2/Postgresql/PostgresPlus/ParAccel/Netezza/Informix/Ingres/Greenplum
https://jira.talendforge.org/browse/TDI-28853
Remove parameter useless and modify wrong parameter

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116272 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 10:27:12 +00:00
hcyi
e0c3addae6 merge r116268 from trunk to branch 5.4
bug TUP-1666 fixed : Upload from Exchange view in Studio failed .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116269 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 10:13:40 +00:00
wchen
f98db9e3e8 bug TDI-29141 fixed: tHashOuput deactivation messed up tHashInput configuration
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116266 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 09:38:06 +00:00
ldong
5b6a5cbb1a bug TDI-29137 fixed:The function of "set parallelization" set wrong departition rows.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116253 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 06:55:12 +00:00
ldong
d21de7d305 bug TDI-29137 fixed:The function of "set parallelization" set wrong departition rows.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116252 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 06:32:36 +00:00
zgao
ed5ee893ae [TESB-12471] cLoop code generation will not generate .end() if no route type out-connection.(branch_54)
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116250 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 05:50:21 +00:00
jyhu
84251fc163 Fix bug TDI-29037: The code of method tOracleInput_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
https://jira.talendforge.org/browse/TDI-29037
Lost super method for tMSSqlInput_begin.javajet

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116241 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-11 02:21:47 +00:00
jyhu
986a3747c9 Fix bug TDI-29037: The code of method tOracleInput_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
https://jira.talendforge.org/browse/TDI-29037
Lost one row for branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116223 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-10 10:15:53 +00:00
bchen
1bc0a36719 Fix Backlog Task TDI-29030 : [MR] for tMap, make lookup filter on mapper phase if possible
https://jira.talendforge.org/browse/TDI-29030 
merge r116193 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116201 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-10 07:42:18 +00:00
jzhao
69cfb35a91 Fixed Bug TDI-29031: tMSSQLSCD throw error when type0 and save memory saving mode
https://jira.talendforge.org/browse/TDI-29031
Note: 64K function generate code problem.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116198 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-10 07:38:37 +00:00
wchen
a68eb50bb6 bug TUP-1850 fixed: Export dependency button on export items dialog behaves strangly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116181 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-10 03:30:08 +00:00
zwzhao
e1f7cb4ece bug TDI-28591 fixed : tLibraryLoad with context value as Lib Path didn't work correctlly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116176 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-10 02:55:02 +00:00
plv
794a612192 TDI-29097 : update Mysql5 jar
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116155 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-09 10:00:02 +00:00
wchen
f1e0a09a45 bug TUP-1774 fixed: add .settings/com.oaklandsw.base.projectProps to export resource
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116130 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-09 03:57:35 +00:00
bchen
6c45f4556d Fix Work Item TDI-28809 : [MR] M/R Code Generator Performance Improvement
https://jira.talendforge.org/browse/TDI-28809 
2. filter unuse columns before join on tMap 
merge r114749 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116126 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-09 03:04:45 +00:00
wwang
a5de9b4a7b Fix Bug TDI-28988 : A DI job with multiple tMap Lookup's using Reload each row (Cache) option does not parallelise correctly
https://jira.talendforge.org/browse/TDI-28988

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116106 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-08 09:49:41 +00:00
cmeng
5e450a9dcb bug TDI-24171 fixed : Some UI problems in repository wizard
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116102 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-08 09:34:44 +00:00
zwzhao
cba39bcf51 bug TDI-29052 fixed : AS 400 CDC - Impossible to use CDC with tables with more than 10 characters
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116090 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-08 07:04:07 +00:00
plv
6e2136a5c7 bug TDI-29082 fixed: NPE: when import the job and joblet items at same times.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116087 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-08 06:21:31 +00:00
plv
4f30b32436 bug TDI-21508 fixed: The sql is generated by "Guess query" is not correct with schema from tPostgresqlConnection in tPostgresqlInput.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116019 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-04 09:36:22 +00:00
ggu
30b9b07912 TUP-1878: fixed some copyright problem and add the missed messages.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@116016 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-04 09:05:20 +00:00
ldong
d9c25db0c7 Feature TDI-29084 added:Deprecate the build types in the export options when build the job.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115996 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-04 07:07:32 +00:00
jyhu
969e2ff5bb Fix bug TDI-29037: The code of method tOracleInput_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
https://jira.talendforge.org/browse/TDI-29037

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115987 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-04 02:32:34 +00:00
jyhu
f7e363faba Fix bug TDI-29037: The code of method tOracleInput_1Process(Map<String,Object>) is exceeding the 65535 bytes limit
https://jira.talendforge.org/browse/TDI-29037

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115984 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-04 02:11:18 +00:00
jzhao
a124330e1b Fixed Bug TDI-28957: AMC - Execution Logs not displayed in good order
https://jira.talendforge.org/browse/TDI-28957
Note:Modify the jar name to an government name

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115962 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-03 11:24:54 +00:00
jzhao
d783cbcf36 Fixed Bug TDI-28957: AMC - Execution Logs not displayed in good order
https://jira.talendforge.org/browse/TDI-28957 
Note:Update MYSQL driver to 5.1.30 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115959 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-03 11:14:52 +00:00
jzhao
17632dbafc Fixed Bug TDI-29031: tMSSQLSCD throw error when type0 and save memory saving mode
https://jira.talendforge.org/browse/TDI-29031
Note: Fixed the search result index problem

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115947 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-03 09:45:10 +00:00
ggu
feeb709336 TUP-1878: add the check items for product with perspective.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115946 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-03 09:44:03 +00:00
wchen
5edd218e79 bug TDI-27984 fixed: Trace Settings: After expand the joblet, the trace filter will be reset.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115924 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-03 03:55:10 +00:00
plv
a5d10d2597 bug TDI-27291 fixed: If components are deactivated schema propagation does not work
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115893 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-02 09:08:57 +00:00
ldong
650451c8d1 bug TDI-23569 fixed:It's not working for button 'Restore Default' in project setting.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115873 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-02 06:36:24 +00:00
hcyi
708de8c974 merge r115856 from trunk to branch 5.4
bug TDI-29017 fixed : Some items from an export are not imported ;commandline still use old import system ,need update it .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115858 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-02 03:36:12 +00:00
nrousseau
59ef1a13f1 merge r115853 from trunk to branch 5.4
TDI-28825 : fix one problem of migration


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115854 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-02 03:15:35 +00:00
jyhu
267e8a3fd9 Fix bug TDI-29033 : there is compile error if tOracleOutput with 'Dynamic' type schema and enable 'debug mode'
https://jira.talendforge.org/browse/TDI-29033
Merge code to branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115850 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-02 02:46:18 +00:00
jyhu
377ee8b1dc Fix Backlog Task TDI-28826 : Modify all components with a password to use the new PASSWORD field
https://jira.talendforge.org/browse/TDI-28826
Fixed for SECRET.



git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115828 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-01 10:19:26 +00:00
plv
fb7d411253 bug TDI-27417 fixed: tWebService component not displaying mappings correctly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115821 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-01 09:37:29 +00:00
jyhu
61f2fc7572 Fix Backlog Task TDI-28853 : Add control of max length of field separator and text enclosure on DB2/Postgresql/PostgresPlus/ParAccel/Netezza/Informix/Ingres/Greenplum
https://jira.talendforge.org/browse/TDI-28853 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115816 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-01 09:17:12 +00:00
ycbai
ecc6c9e202 TDI-28188 : Can connect triggers to any components in expanded joblet
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115802 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-01 07:50:56 +00:00
plv
ec0bfbe68f TDI-29032 : Babili update for 5.4(TOS)
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115785 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-01 03:09:42 +00:00
plv
09654d8e1b TDI-29032 : Babili update for 5.4(TOS)
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115776 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-04-01 01:59:06 +00:00
jjzhou
2606f9c57c fix Bug TDI-29047: remove NB_LINE_OK for tReplace
https://jira.talendforge.org/browse/TDI-29047 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115765 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-31 10:41:24 +00:00
ggu
953c87960b TUP-1820: add extension point function for update manager.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115736 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-31 07:43:59 +00:00
atelesh
34b7483d96 [TESB-12909] revert in branch-5_4; use className in case tRouteInput
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115702 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 18:45:02 +00:00
jjzhou
3170a562a7 fix Bug TDI-29047: The result of NB_LINE_OK (the number of lines matching the filter) of the component tReplace is wrong
https://jira.talendforge.org/browse/TDI-29047 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115694 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 10:06:38 +00:00
zwzhao
ab4c4c08d7 TUP-1835 : Studio build properties : remove all references to empty folders
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115670 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 07:57:32 +00:00
jzhao
7d6aef88d3 Fixed Bug TDI-29031: tMSSQLSCD throw error when type0 and save memory saving mode
https://jira.talendforge.org/browse/TDI-29031
Note: Fixed if only use type0 and use save memory saving mode generate sql error.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115669 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 07:57:09 +00:00
zwzhao
d793bd4d87 TUP-1835 : Studio build properties : remove all references to empty folders
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115642 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 05:35:20 +00:00
ldong
266010ae21 bug TDI-26063 fixed:Table name pops up error when using an existing connection shared from dynamic settings.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115638 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 03:56:25 +00:00
jyhu
03edc4b88e Fix Backlog Task TDI-28826 : Modify all components with a password to use the new PASSWORD field
https://jira.talendforge.org/browse/TDI-28826
Fixed for localprovider

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115633 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-28 02:23:54 +00:00
sizhaoliu
233240ddd5 merge r115611 from trunk to branch 5.4
fixed TDQ-8431 tRecordMatching import rules from dq Repository, some parameters can not set correctly.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115612 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-27 16:09:48 +00:00
ldong
b35dcf4783 bug TDI-29008 fixed:simultaneous export of several autonomous jobs produced JAR files containing files belonging to other jobs.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115582 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-27 08:57:20 +00:00
jjzhou
0fc3258afe fix Bug TDI-29026: code generate issue of tReplace component and also for some other components
https://jira.talendforge.org/browse/TDI-29026 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115568 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-27 06:48:14 +00:00
zwzhao
413e3e9040 bug TDI-28591 fixed : tLibraryLoad with context value as Lib Path didn't work correctlly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115564 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-27 06:10:57 +00:00
nrousseau
c9c86b8ef5 merge r115520 from trunk to branch 5.4
TDI-28825 : adds some change of encryption of passwords


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115556 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-27 04:54:43 +00:00
ldong
8c859b58f7 bug TDI-24985 fixed:Failed to drag and drop a component from the palette to the gray background.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115529 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-26 09:27:19 +00:00
wchen
5b88817add bug TUP-1779 fixed :Repository update do not work when rename a map.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115519 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-26 07:11:41 +00:00
zwzhao
b49772077b bug TUP-1649 fixed : Log for generation error in TAC isn't helpful
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115513 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-26 05:33:29 +00:00
ycbai
f2735086a4 TUP-1015 : When joblet link is changed Job using joblet loses link
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115507 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-26 03:55:32 +00:00
jjzhou
b4f0949089 fix Bug TDI-28982: Hive ELT components on Hortonworks2.0
https://jira.talendforge.org/browse/TDI-28982

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115504 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-26 03:07:48 +00:00
mhirt
78e276339c Update copyright to 2014
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115459 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-25 17:11:33 +00:00
wwang
8898e02715 Fix Bug TDI-28663 : Reject row count incorrect when using vertica
https://jira.talendforge.org/browse/TDI-28663

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115436 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-25 09:04:32 +00:00
hcyi
379ba6e49c merge r115432 from trunk to branch 5.4
bug TDI-28968 fixed : Resizing the tXMLMap/tPigMap editor .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115433 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-25 08:55:12 +00:00
plv
74606e3d08 bug TDI-27417 fixed: tWebService component not displaying mappings correctly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115414 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-25 05:35:33 +00:00
zwzhao
62322e9a48 bug TDI-28708 fixed : Garbled folder name after build jobs.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115408 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-25 03:42:28 +00:00
zwzhao
116b7bd246 bug TDI-28708 fixed : Garbled folder name after build jobs.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115389 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-24 09:48:05 +00:00
hcyi
f89b46c088 merge r115366 from trunk to branch 5.4
bug TDI-28995 fixed : tXMLMap: after change the Join Model, the value is set to illegible value "true" or "false" .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115368 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-24 08:01:00 +00:00
jyhu
b833967dc5 Fix Work Item TDI-28978: remove the temp files in the DB bulk components
https://jira.talendforge.org/browse/TDI-28978

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115358 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-24 07:03:53 +00:00
plv
85ed4d446e bug TDI-26264 fixed: tWriteJSONField: does not expend the target node when drag schema into it as sub-element
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115351 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-24 05:57:10 +00:00
ldong
2a50aef3a7 bug TDI-28561 fixed:Twebservice-Input:Auto map can not work if already link a map and delete the map.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115345 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-24 03:27:41 +00:00
nrousseau
ff5b99a068 merge r115341 from trunk to branch 5.4
TDI-28825 : add new password field, adds migration task and new function for the element parameter on component side.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115342 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-24 02:15:49 +00:00
plv
b74a39c15e bug TDI-28975 fixed: Performance pb:Change Property Type from repository to build-in:once open "SQL Builder" spend much time
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115306 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-21 08:57:54 +00:00
hcyi
f8d1a9412e merge r115298 from trunk to branch 5.4
bug TUP-1795 fixed : tELTHiveMap doesn't allow you to assign the DB Type .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115304 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-21 08:32:23 +00:00
ycbai
0258099b9f TUP-1015 : When joblet link is changed Job using joblet loses link
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115297 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-21 08:15:12 +00:00
wwang
518357c44b Fix Bug TDI-28976 : tFileInputJSON dies in case of error
https://jira.talendforge.org/browse/TDI-28976

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115279 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-21 03:12:01 +00:00
hcyi
36556290d5 merge r115248 from trunk to branch 5.4
bug TDI-28923 fixed : tHL7Output can not save automap result.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115249 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-20 07:24:57 +00:00
zwzhao
7c7e7f5849 bug TUP-1775 fixed : Job-Route code conflict if same name used
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115245 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-20 06:48:42 +00:00
plv
8d093140be bug TUP-1799 fixed: Undo no longer works when editing beans
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115232 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-20 02:41:12 +00:00
ldong
3ab0d9a3d6 bug TDI-25822 fixed:until now, we only support IConnectionCategory.DATA,other connection type we do not support.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115177 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-19 02:53:36 +00:00
zwzhao
cd5f6810f1 bug TUP-713 fixed : <Jasper>There is a "Export Talend projects" in Jasper studio.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115158 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-18 10:04:33 +00:00
hcyi
4dd16c1d47 merge r115130 from trunk to branch 5.4
bug TDI-28924 : should change the Related column when disconnect linker .
 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115134 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-18 07:17:10 +00:00
ldong
54ce049bc4 bug TUP-1781 fixed:Importing DQ demo has corrupted my studio.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115089 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-17 05:53:22 +00:00
wwang
395fd29752 Fix Bug TDI-28720 : tHashOutput uses wrong schema metadata
https://jira.talendforge.org/browse/TDI-28720

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115052 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-14 09:24:23 +00:00
jjzhou
a51ac7e55b fix Bug TDI-28935: tContextDump - Check the Hide password option by default
https://jira.talendforge.org/browse/TDI-28935

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115030 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-14 03:57:57 +00:00
jzhao
c002679597 Fixed Bug TMDM-6857: Missing target records in DSC after running a job with the tStewardshipTaskOutput component
https://jira.talendforge.org/browse/TMDM-6857
Note:Fixed missing target records in DSC Task

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115028 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-14 03:51:07 +00:00
jyhu
f21f0fdbab Fix bug TDI-28897 : tMysqlInput throw NPE when table doesn't exist
https://jira.talendforge.org/browse/TDI-28897

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115018 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-14 02:04:03 +00:00
zwzhao
8c6461f1d7 bug TDI-28888 fixed : Problem of memory with the update manager
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@115003 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-13 10:17:41 +00:00
jzhao
31b5bf85e4 Fixed Bug TDI-28912: tPaloXX and tMicrosoftCRMXX components "httpcore-4.0.jar" conflict with "Big Query" and tGSXX components "httpcore-4.1.2.jar"
https://jira.talendforge.org/browse/TDI-28912
Note:Update tPaloXX and tMicrosoftCRMXX httpcore jar from "httpcore-4.0.jar" to "httpcore-4.1.2.jar"


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114970 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-13 03:18:21 +00:00
zwzhao
28c54e994e bug TDI-28888 fixed : Problem of memory with the update manager
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114967 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-13 02:07:30 +00:00
wchen
75b6626384 bug TUP-1761 fixed: Can not export and import simple files Sample Data/Reports in Talend Data Mapper
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114966 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-13 02:01:42 +00:00
jzhao
a178f89171 Fixed Bug TDI-28912: Salesforce components "HTTPCORE-4.0.jar" conflict with "Big Query" and tGSXX components "HTTPCORE-4.1.2.jar"
https://jira.talendforge.org/browse/TDI-28912

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114920 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-12 08:01:47 +00:00
plv
f87774dbfe bug TDI-28857 fixed: [MR] Can't to run child job when the child job call another m/r job
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114912 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-12 06:21:09 +00:00
ggu
f861dfcb81 TDI-28900: backport on branch 5.4.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114891 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-11 10:28:25 +00:00
jzhao
b1a68aa13f Fixed Bug TDI-28912: Salesforce components "HTTPCORE-4.0.jar" conflict with "Big Query" and tGSXX components "HTTPCORE-4.1.2.jar"
https://jira.talendforge.org/browse/TDI-28912
Note:1.Update tSalesforceXX from "HTTPCORE-4.0.jar" to "HTTPCORE-4.1.2.jar"
2.Remove REQUIRED="false" for tSalesforceInput

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114888 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-11 10:08:10 +00:00
jjzhou
c155ab639d fix Bug TDI-28906: Palo components sometimes get problem
https://jira.talendforge.org/browse/TDI-28906 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114854 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-11 07:31:50 +00:00
jzhao
d04376e7f0 Fixed Bug TDI-28879: When the queue doesn't exist, tMicrosoftMQOutput always System.out.println("Queue open failure: " + ex1) before create the queue
https://jira.talendforge.org/browse/TDI-28879
Note:Fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114846 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-11 06:15:23 +00:00
ycbai
3cb56f15ff TDI-27034 : If rename joblet used in open job but don't save, job can no longer find joblet
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114843 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-11 05:54:05 +00:00
wchen
8bfad70d2d TUP-1774 : add .settings/com.oaklandsw.base.projectProps to export resource and apply new import system for TDM
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114826 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-11 02:53:42 +00:00
plv
fdcd4b6a8a bug TDI-28890 fixed: Shouldn't allow to paste tPrejob, tPostjob successfully when a job already have one tPrejob, tPostjob
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114773 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-07 10:24:47 +00:00
jzhao
c166a7cf2c Fixed Bug TDI-28877: error cannot be resolved as type after importing job from 4.1.3
https://jira.talendforge.org/browse/TDI-28877
Note:fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114767 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-07 10:03:09 +00:00
hwang
fd664b0a6f TUP-1691:Add "Import Items" "Export Items" icon to toolbar
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114757 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-07 08:57:56 +00:00
dlin
2530b06771 move from tos to tis_shared
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114744 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-07 03:57:48 +00:00
jzhao
67ca9c31dd Fixed Bug TDI-28876: bad check for empty schema name in slowly changing dimension code
https://jira.talendforge.org/browse/TDI-28876
Note:fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114721 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-06 10:00:22 +00:00
ggu
5ec4856084 TUP-1766: enable the new import items action for TDM.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114712 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-06 07:51:20 +00:00
wchen
09cccf581a bug TUP-1505 : export item with dependencies can not select tdm items
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114701 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-06 06:36:53 +00:00
jyhu
2a4af20f1d Fix bug TDI-28864 : Expose process as service: NPE for parameter with type Date
https://jira.talendforge.org/browse/TDI-28864

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114694 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-06 05:55:33 +00:00
zwzhao
b7a0e87195 bug TDI-28845 fixed : TIS ask for updating Stats & logs when no change was done
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114644 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-04 09:50:08 +00:00
hcyi
4355764482 merge r114632 from trunk to branch 5.4
bug TDI-28801 modified : fix the problems about link (from main task TDI-24882) 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114633 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-04 07:24:03 +00:00
plv
2669b79ffc bug TDI-28594 fixed: auto map not work well with tHL7Output
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114629 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-04 07:06:34 +00:00
ldong
fcbb65576a bug TUP-1645 improve: Optimize some GUI here if there is no thiry party jar for archiva.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114620 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-04 03:21:06 +00:00
wchen
c4b9a94880 bug TUP-1734 fixed : Export dialog should never open TDM objects
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114609 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-03 11:01:38 +00:00
hcyi
99435cb8ef merge r114580 from trunk to branch 5.4
bug TDI-28813 fixed : update problems when renaming the connection name (from main task TDI-24882) 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114585 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-03 08:24:51 +00:00
plv
3febbc991c bug TDI-28648 fixed: sql expression builder input gui does not work with vertica
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114583 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-03-03 07:39:23 +00:00
ycbai
fdc290de37 TDI-28785 : Joblet Can't be used with tMap
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114531 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-28 05:34:27 +00:00
jjzhou
e9bbcdf92e fix Bug TDI-28819: the NB_LINE is invaild on tMomInput, tMomOutput
https://jira.talendforge.org/browse/TDI-28819

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114498 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-27 08:06:49 +00:00
jzhao
b42b70f02d Fixed Bug TDI-28811: When the tFilterColumn is located in a Lookup branch, the assignment statement of the output columns are generated twice.
https://jira.talendforge.org/browse/TDI-28811
Note:merge 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114471 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-26 09:56:26 +00:00
jjzhou
a6a69cf2a0 fix Bug TDI-28806: Unable to define the Content-Type and the Charset for File parameters in the tFileFetch
https://jira.talendforge.org/browse/TDI-28806

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114456 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-26 07:37:18 +00:00
jjzhou
a1fe66ed5f fix Bug TDI-28805: tMap has compile error when use log4j and the out column is null
https://jira.talendforge.org/browse/TDI-28805

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114451 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-26 07:02:21 +00:00
ycbai
b653adb8d4 TDI-28803 : Array IndexOutOfBoundsException when clicking on predefined queries in database connection metadata
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114449 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-26 06:59:53 +00:00
wchen
3ec6d19efe bug TUP-1609 fixed: New imported maps or structures NOT visible in project setting view
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114436 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 09:56:14 +00:00
jyhu
ccef12ecf1 Fix Backlog Task TDI-28727 : tDBRow support SQL Query : keep \n when produce java code
https://jira.talendforge.org/browse/TDI-28727
Merge code about tTeradataFastExport to branch 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114431 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 09:30:55 +00:00
gliu
67dce986d2 [TESB-12909] Problems with multiple cTalendJob usage
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114426 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 09:19:05 +00:00
zwzhao
fd434a84be bug TDI-28604 fixed : WebService:After change "input schema" name , the type of schema change from "Repository" to "Build-in"
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114418 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 08:42:53 +00:00
jjzhou
78c0fea443 Fix Bug TDI-28741 : global variables of tDatabaseOutput don't work at all when Enabled parallel execution issue
https://jira.talendforge.org/browse/TDI-28741 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114412 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 07:17:25 +00:00
hcyi
d037bdd91b merge r114408 from trunk to branch 5.4
bug TDI-28810 fixed :  review the hl7 structure (from main task TDI-24882) 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114409 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 07:00:56 +00:00
gliu
a8efaffe5a [TESB-12909] Problems with multiple cTalendJob usage
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114407 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 06:32:57 +00:00
ldong
c95cecb8ed bug TDI-25822 fixed:enable the choice partition / none for the input, even if we can't do any departition later.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114398 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 03:51:50 +00:00
hfchang
b61ee4a3e0 bug TDI-28792 fixed : Need a space between "component" and "tXX"
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114389 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 02:19:42 +00:00
ldong
80b36a09d0 bug TDI-28709 fixed:Job view -> Stats & Logs dialog incomplete for imported jobs, no logging output.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114387 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-25 01:36:29 +00:00
plv
f97ee52df5 bug TDI-28717 fixed: Guess schema issue with multiple context
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114371 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 10:05:44 +00:00
zwzhao
61f96e11c0 bug TDI-28721 fixed : tMap changes Inner join to Left Outer join on reopen
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114368 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 10:04:37 +00:00
hcyi
783809e45e merge r114363 from trunk to branch 5.4
bug TDI-28801 fixed :  check the problems of link (from main task TDI-24882) 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114364 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 09:55:24 +00:00
hcyi
04e00b0f46 merge r114310 from trunk to branch 5.4
bug TDI-28791 fixed : "import hl7 structure" function to be functioning improperly (from main task TDI-24882) 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114357 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 09:25:35 +00:00
hfchang
77d0192634 bug TDI-28569 fixed : Project settings --> Custom Component will be changed without click "OK"
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114355 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 08:18:00 +00:00
wwang
f47ba5024f Fix Bug TDI-28634 : Issues in tAdvancedFileOutputXML and tFileOutputMSXML
https://jira.talendforge.org/browse/TDI-28634

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114343 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 06:02:21 +00:00
nrousseau
dd0970bfee merge r114338 from trunk to branch 5.4
TDI-28302 : enhance code


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114340 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 05:07:23 +00:00
nrousseau
09c2434b67 merge r114335 from trunk to branch 5.4
TDI-28302 : fix problem of paste schema, remodify the fix of TDI-28084 to apply it only on tables from properties


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114336 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 04:50:54 +00:00
wwang
1bd7c3e82e Fix Bug TDI-27033 : fix the 65535 error for tFileOutputMSXML and tAdvanceFIleOutputXML dom4j mode
https://jira.talendforge.org/browse/TDI-27033

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114332 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 03:48:39 +00:00
hfchang
c7cea6dd1e bug TDI-28763 fixed : SQL Builder Dialog can not show existing query if the type is "Built-In"
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114330 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 03:06:08 +00:00
nrousseau
b3ec8743da merge r114321 from trunk to branch 5.4
TDI-28759 : fix problem of save as, since the job was not commited to svn


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114322 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-24 02:03:03 +00:00
gliu
40f11a79a9 [TESB-12662] Warning: it's not allowed to reconnect to or from a tRESTRequest component
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114303 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 08:52:58 +00:00
plv
39cf0af569 bug TDI-28675 fixed: Incompatibility jdbc driver 6 Vertica on Vertica 6 Server
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114301 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 08:47:14 +00:00
wwang
728b62dcff Fix Bug TDI-28623 : support the globalMap Key in the lookup table when the mode:"Reload at each row" or "Reload at each row(cache)" is selected.
https://jira.talendforge.org/browse/TDI-28623

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114299 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 07:37:58 +00:00
ycbai
e9ab19b054 TDI-28746 : Repository Content Window doesn't pop up when repository filter is on
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114295 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 07:25:26 +00:00
jzhao
b2eb54fa53 Fixed TDI-28772: Avoiding tMomOutput with ActiveMQ failover to hang when no server available
https://jira.talendforge.org/browse/TDI-28772 
Note:Fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114276 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 02:34:36 +00:00
hcyi
ba10edb4dc merge r113994 from trunk to branch 5.4
TDI-28625 modified : Add GUI part in the tXmlMap, and update if needed the EMF model (from main task TDI-28563) 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114275 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 02:16:01 +00:00
hcyi
42fe12e4fd merge r113985 from trunk to branch 5.4
TDI-28625 modified : Add GUI part in the tXmlMap, and update if needed the EMF model (from main task TDI-28563)


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114274 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 02:10:40 +00:00
jzhao
71e9035352 Fixed Bug TDI-22941: tFileInputExcel & formulas that contain VLOOKUP inside IFERROR & ISERROR
https://jira.talendforge.org/browse/TDI-22941
Note:Update POI from 3.8 to 3.10

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114272 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-21 02:03:45 +00:00
jjzhou
45c20baf5d fix Bug TDI-28758: tFileOutputDelimited has compile error when choosing "Use Output Stream" and use log4j
https://jira.talendforge.org/browse/TDI-28758

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114237 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-20 06:22:55 +00:00
jjzhou
50891a2c64 fix Bug TDI-28758: tFileOutputDelimited has compile error when choosing "Use Output Stream" and use log4j
https://jira.talendforge.org/browse/TDI-28758

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114219 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-20 03:42:16 +00:00
hfchang
b7e359a75a bug TDI-20946 fixed : When add Group tag, "choice" is included
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114209 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-20 02:00:00 +00:00
plv
558b0a180d bug TDI-28594 fixed: auto map not work well with tHL7Output
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114200 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-19 09:31:06 +00:00
plv
e0a91d64dd bug TDI-28193 fixed: propagate changes is invalid when change schema setting
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114198 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-19 09:16:40 +00:00
hfchang
d50b739e45 bug TDI-7995 fixed : Problems with Undo in Expression Editor
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114183 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-19 07:32:02 +00:00
jyhu
c48d13241e Fix bug TDI-28748 : Vertica bulk load components delimiter bug
https://jira.talendforge.org/browse/TDI-28748

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114181 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-19 07:21:19 +00:00
jjzhou
80503e20d7 Fix Bug TDI-28741 : global variables of tDatabaseOutput don't work at all when Enabled parallel execution issue
https://jira.talendforge.org/browse/TDI-28741

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114175 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-19 06:29:42 +00:00
plv
941bce7883 TDI-28711: backport on 5.4
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114174 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-19 06:27:26 +00:00
plv
048d68c26e bug TDI-28755 fixed: SQL Builder error while executing generated queries for Teradata components
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114147 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-18 08:28:56 +00:00
jzhao
3125e8127c Fixed Bug TDI-28612: tMicrosoftMQInput: "Cannot open queue" returned for valid queue
https://jira.talendforge.org/browse/TDI-28612
Note:Fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114128 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-18 06:48:33 +00:00
plv
b500f4e15d bug TDI-28594 fixed: auto map not work well with tHL7Output
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114092 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-17 08:37:40 +00:00
hfchang
8bdaba6a2b bug TDI-28569 fixed : Project settings --> Custom Component will be changed without click "OK"
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114089 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-17 08:29:18 +00:00
plv
c510c0fde0 bug TDI-28711 fixed: open or close a job include multiple tDB2Input pops error dialog
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114087 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-17 08:20:57 +00:00
jjzhou
10dd7f4316 fix Bug TDI-28734: tConvertType NB_LINE returns null
https://jira.talendforge.org/browse/TDI-28734 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114079 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-17 05:07:35 +00:00
jjzhou
600710d4c9 fix Bug TDI-28738: IMetadataColumn.getType() sometimes returns null
https://jira.talendforge.org/browse/TDI-28738 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114048 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-13 09:22:52 +00:00
jyhu
2b95c1d7bc Fix bug TDI-28742 : Port is not usefull on tELTTeradataMap
https://jira.talendforge.org/browse/TDI-28742

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114041 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-13 09:06:01 +00:00
hfchang
25974b334f bug TDI-28574 fixed : The "type filter text " is hidden in export job.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114034 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-13 06:55:21 +00:00
wchen
dd30b4a7ee bug TDI-28711 fixed: open or close a job include multiple tDB2Input pops error dialog
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114032 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-13 03:50:44 +00:00
zwzhao
254606d7a5 bug TDI-28730 fixed : JSON wizard didn't read a JSON file on the network well,it returns "JSON File Path is incorrect or incomplete, it must be changed".
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114027 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-13 02:45:43 +00:00
ycbai
b53c2096ea TUP-1689 : Studio throws an NullPointerException when propagating links from scd component to tlogrow.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114019 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-12 09:18:32 +00:00
jyhu
01e0974fb1 Fix Backlog Task TDI-28727 : tDBRow support SQL Query : keep \n when produce java code
https://jira.talendforge.org/browse/TDI-28727

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@114017 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-12 08:35:42 +00:00
plv
c10d63afa1 bug TDI-19915:twebservice double click,after refresh,press ctrl,choose the port name and operation,there is error
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113991 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-12 02:38:27 +00:00
zwzhao
87212eb919 bug TDI-28695 fixed : Customer has issue with job when trying to view the jobscript
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113979 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-11 09:47:28 +00:00
wwang
9dd647e6db Fix Bug TDI-27632 : tFileOutputDelimiter is sometimes missing the header
https://jira.talendforge.org/browse/TDI-27632

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113975 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-11 09:22:18 +00:00
nrousseau
832e46f8a0 merge r113923 from trunk to branch 5.4
TDI-28671 : display all items in the import list, even duplicate ones.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113928 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-10 09:03:34 +00:00
wchen
b8fd4a35fa bug TDI-28664 fixed: After rename the label of component, dragging repository db connection on component has wrong behavior
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113927 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-10 08:57:44 +00:00
wchen
cf0f2203df bug TDI-28528 fixed: Convert to MR job: after convert to MR job , link between components lost
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113918 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-10 06:25:12 +00:00
jyhu
bd2a4b5d78 Fix Backlog Task TDI-28672 : tHashInput have "Happen the Cycle Problem" message too
https://jira.talendforge.org/browse/TDI-28672

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113909 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-08 10:26:45 +00:00
jzhao
5a83d5c755 Fixed Bug TDI-28677: Error while run jobs with TMDMoutput
https://jira.talendforge.org/browse/TDI-28677
Note:Fixed wrong merge in 113419

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113874 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-07 06:37:08 +00:00
jyhu
7e4a9c992a Fix Backlog Task TDI-28672 : Invalid Code Generation aka "Happen the Cycle Problem"
https://jira.talendforge.org/browse/TDI-28672

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113873 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-02-07 05:36:10 +00:00
bchen
eee9a84b81 fix Bug TDI-28558: when a sequence of tRunJobs is used, only the output of the first child is visible to the parent job
https://jira.talendforge.org/browse/TDI-28558
merge r113802 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113804 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-30 06:05:51 +00:00
zwzhao
282c874ba6 bug TDI-28631 fixed : Sometimes TMap show multiple schema when drag and drop of tmap component on an existing link
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113798 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-30 03:10:55 +00:00
zwzhao
cdbe83fbb7 bug TDI-28631 fixed : Sometimes TMap show multiple schema when drag and drop of tmap component on an existing link
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113796 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-30 02:32:43 +00:00
ilazebny
5ae23ba231 Update version to 5.4.2-SNAPSHOT in poms
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113790 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-29 12:31:25 +00:00
wliu
9953be4ff6 Fix Bug TDI-7487 : SQL Query : keep \n when produce java code
https://jira.talendforge.org/browse/TDI-7487

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113775 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-29 01:57:35 +00:00
nrousseau
5a32c751b1 merge r113762 from trunk to branch 5.4
TDI-8427 : Even if the output metadata is set as read only, as long as the component allow automatic propagation, just allow on the component to use sync button + copy all input to output.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113764 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-28 10:44:05 +00:00
nrousseau
56ffe78258 merge r113760 from trunk to branch 5.4
TDI-27906 : update rules for components using TABLE_IF


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113763 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-28 10:39:37 +00:00
zwzhao
8583f443b9 bug TDI-27645 fixed : disposed Graphic when editing Jobs in Integration perspective after pushing components to palette
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113755 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-28 09:07:42 +00:00
bchen
6247be3cb3 Fix Bug TDI-26671 : If the column to normalize is empty, tNormalize replaces it with a null
https://jira.talendforge.org/browse/TDI-26671
merge r113716 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113733 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-28 03:56:06 +00:00
nrousseau
837d8f9154 merge r113730 from trunk to branch 5.4
TDI-27906 : update rules for components using TABLE_IF


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113731 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-28 03:39:47 +00:00
jyhu
a1ba17bfd1 Fix Bug TDI-28562 : tOracleOutput "use timestamp for date type" is always on.
https://jira.talendforge.org/browse/TDI-28562

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113718 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-28 01:44:46 +00:00
ldong
796a61e59a bug TDI-28557 fixed:Output became build-in.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113706 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-27 08:28:21 +00:00
zwzhao
385fe0af9f bug TDI-27645 fixed : disposed Graphic when editing Jobs in Integration perspective after pushing components to palette
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113702 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-27 07:14:54 +00:00
plv
c36aa2560a bug TDI-28514:Support newest version of HSQL
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113692 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-27 03:12:12 +00:00
hcyi
93ed3b2c51 merge r113682 from trunk to branch 5.4
bug TDI-28586 fixed : tXMLMap:Set as substitutions: No matter you accept or regect it , substitution always create successfully .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113683 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-27 02:00:40 +00:00
jjzhou
694b7ff153 fix Bug TDI-28558: when a sequence of tRunJobs is used, only the output of the first child is visible to the parent job
https://jira.talendforge.org/browse/TDI-28558

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113677 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-27 01:23:29 +00:00
wwang
30b483e41e Fix Bug TDI-28617 : add simple function xpath expression support for tExtractXMLField
https://jira.talendforge.org/browse/TDI-28617

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113675 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-27 01:18:54 +00:00
jzhao
4104c3deba Fixed Bug TDI-28588: Support muilt merge node in one subjob
https://jira.talendforge.org/browse/TDI-28588
Note:Fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113664 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-26 06:15:20 +00:00
ldong
22cb62fe1a bug TDI-28618 fixed:Problems when importing jobs on new TISTE 5.4.1.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113660 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-26 03:42:53 +00:00
hwang
b2bb7201ca TDI-28609:code completition doesn't find context
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113646 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-24 09:34:55 +00:00
jzhao
bd7d9cf615 Fixed Bug TDI-26557: Salesforce Upsert Error with External ID
https://jira.talendforge.org/browse/TDI-26557
Note:Filter "Id" column if data action is upsert and upsert key column is not "Id"

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113617 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-23 07:37:06 +00:00
hwang
3238383502 TDI-28578:Metadata wizard doesn't display tables starting with '/'
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113613 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-23 06:48:42 +00:00
zwzhao
7c782aaae8 git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113596 f6f1c999-d317-4740-80b0-e6d1abc6f99e 2014-01-22 10:36:14 +00:00
hcyi
2c6d571e67 merge r113575 from trunk to branch 5.4
bug TUP-1079 fixed : Columns can be duplicated in SCD component .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113576 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-22 07:30:30 +00:00
zwzhao
02106a1dd8 bug TDI-28375 fixed : tWebServiceInput advanced setting cannot be used to generate routines
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113559 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-22 03:17:17 +00:00
plv
e544dc991d bug TUP-820:Updating Talend -> Run/Debug preference is not shown in Run/Debug tab for a mediation route (it shows the old values)
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113519 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-20 08:18:43 +00:00
ycbai
0eef7ce745 TDI-28598 : R-click validation rules under db connection will throw error logs.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113516 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-20 07:58:34 +00:00
jyhu
8b2598c8ec Fix Bug TDI-28337 :Virtual components and error handling.
https://jira.talendforge.org/browse/TDI-28337


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113514 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-20 06:38:51 +00:00
hwang
a29109422b TDI-27906:The schema on tMicrosoftCRMOutput component is not like design
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113513 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-20 06:02:04 +00:00
ycbai
61c5ac4615 TDI-28502 : enhanced the FILTER function.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113477 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-17 03:59:21 +00:00
wchen
ce61273814 bug TDI-7795 fixed: The TRACE mode doesn't work if the data contains "|"
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113473 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-17 02:59:37 +00:00
bchen
c1f0fa8718 Fix Bug TDI-7795 : The TRACE mode doesn't work if the data contains "|"
https://jira.talendforge.org/browse/TDI-7795 
merge r113470 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113472 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-17 02:27:31 +00:00
hwang
99a468dae1 TDI-28578:Metadata wizard doesn't display tables starting with '/'
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113464 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-16 10:11:23 +00:00
hcyi
19b5cce6ff merge r113460 from trunk to branch 5.4
bug TDI-28553 fixed : tHL7OutPut_error happen when open or add elements for tHL7OutPut, and elements will be disappear sometime .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113463 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-16 10:10:13 +00:00
hwang
0d5d1c3a9a TDI-28452:Avoid the Recovery after a if link and a onComponentOK.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113421 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-15 09:13:06 +00:00
bchen
67d97d1095 Fix Bug TDI-28556 : On component ok is not work on tWriteXMLField
https://jira.talendforge.org/browse/TDI-28556
merge r113410 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113419 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-15 09:07:03 +00:00
hwang
5659e73c67 TDI-28559:error disppear after expand the joblet even the schema is different
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113403 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-15 06:30:46 +00:00
hwang
f43b07e614 TDI-26364:The Subjob blue square height add one square unit depending on the position in Designer
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113372 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-14 09:38:54 +00:00
wliu
25709f5d37 Fix Bug TDI-28560 : avoid the NPE when the xml tree is empty
https://jira.talendforge.org/browse/TDI-28560

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113363 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-14 09:06:01 +00:00
hfchang
29d4dbda40 bug TDI-25957 fixed : Try to use exist validation rule from repository, but nothing can be dectected
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113336 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 10:16:21 +00:00
ycbai
2e4a325260 TDI-28502 : enhanced the FILTER function.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113328 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 07:07:00 +00:00
ycbai
9e579aee44 TDI-28502 : enhanced the FILTER function.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113327 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 07:06:26 +00:00
hcyi
055774e82d merge r113318 from trunk to branch 5.4
bug TDI-28520 fixed : XPath lost in the tFileInputXML .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113319 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 06:25:21 +00:00
plv
1eb48a3a93 bug TDI-28514:HSQL retrieve schema KO
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113305 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 02:19:02 +00:00
wchen
0a0a2c4223 TDI-28465 : apply the filter when collect items for the export
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113304 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 02:13:44 +00:00
bchen
1ec1ef010e Fix Work Item TDI-28064 : [MR] reuse Input for tSortRow to reduce one additional m/r job
https://jira.talendforge.org/browse/TDI-28064 
1. fixed the bug about Lookup and After_Run 
2. reuse Input for tSortRow to reduce one additional m/r job when the input is [tMRInput,tAvroInput,tFileInputJSON,tHDFSInput]
merge r112403 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113301 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-13 01:31:04 +00:00
jyhu
a9a42d1cd2 Fix Bug TDI-28545 : tTeradataOutput drop table error.
https://jira.talendforge.org/browse/TDI-28545

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113263 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-10 08:21:00 +00:00
bchen
03021629d8 Fix Bug TDI-24111 : Stats issue on an iterate link between a Collector and a tDepartitioner
https://jira.talendforge.org/browse/TDI-24111 
merge r113157 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113262 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-10 07:43:22 +00:00
jyhu
b5f419561e Fix Bug TDI-28515 : tVerticaOutput and tHSQLDbOutput have the same problem in TDI-28483.
https://jira.talendforge.org/browse/TDI-28515

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113255 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-10 06:48:37 +00:00
wchen
c4cbadb7ce bug TUP-1622 fixed: Add title for select map dialog box
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113220 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 10:34:25 +00:00
ldong
6548a95ff5 TDI-28512 fixed:Trace debug row by row can not work for parallelized rows.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113215 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 10:10:48 +00:00
hcyi
b69bf6ec22 merge r113206 from trunk to branch 5.4
bug TDI-22883 modified : If you change repository schemas for a tMap output, it does not propagate to downstream components . 


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113207 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 09:40:05 +00:00
hcyi
0dc27e5cee merge r113198 from trunk to branch 5.4
bug TDI-28536 fixed : Studio throws NullPointerException when change the "die on error" option in tmap.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113201 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 09:25:20 +00:00
jzhao
3013867e27 Fixed Bug TDI-24061: when using tCassandraOutput to create a column family, in the cassandra-cli, it display the column name in binary which is not good
https://jira.talendforge.org/browse/TDI-24061
Note:fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113182 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 07:44:08 +00:00
bchen
8020cef0f0 Fix Bug TDI-28280 : TMomInputacts as iterate when set to flow
https://jira.talendforge.org/browse/TDI-28280 
merge r111904 and r111961 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113161 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 05:55:59 +00:00
wwang
d98f9a1750 Fix Bug TDI-28463 : When choosing replace to replace the dynamic column in the table:"additional columns" in tDBOutput
https://jira.talendforge.org/browse/TDI-28463

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113160 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-09 04:11:39 +00:00
jyhu
e9e67b60e4 Fix Bug TDI-28529 : tInformixOutput have a compile error.
https://jira.talendforge.org/browse/TDI-28529 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113128 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-08 08:42:30 +00:00
wchen
752a140eee bug TDI-22061 fixed: 'Lookup in parallel' highlighted incorrectly and not undone
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113118 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-08 07:27:23 +00:00
ycbai
6e8a569f4d TDI-28502 : use FILTER attribute to hide columns instead of hide all comopnent' custom columns.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113111 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-08 06:26:05 +00:00
jyhu
b0b10c7a4e Fix Bug TDI-24698 :tFilterRow doesn't work with long as in 4.x.
https://jira.talendforge.org/browse/TDI-24698 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113099 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-08 06:00:15 +00:00
jyhu
10ce1b2e8c Fix Bug TDI-28481: Support Blob/Clob type in tTeradataOutput.
https://jira.talendforge.org/browse/TDI-28481

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113083 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-08 03:31:58 +00:00
wchen
3f93987b1d bug TDI-28528 fixed: Convert to MR job: after convert to MR job , link between components lost
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113081 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-08 01:58:26 +00:00
ycbai
b007769369 TDI-28505 : can not run job successfully after retrieve a MDM entity
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113046 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-07 09:57:43 +00:00
wwang
a2e715160b Fix Bug TDI-28402 : Impossible to delete a zip file after "OnComponentError" using tFileUnarchive
https://jira.talendforge.org/browse/TDI-28402

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113029 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-07 04:22:11 +00:00
plv
df3be9fdd7 bug TDI-7370:Bad object sorting in Outline view
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113018 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-07 01:56:48 +00:00
wchen
95ab7df0ec bug TDI-28516 fixed: tMap_the window sway up and down when add link for them
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@113006 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-06 09:54:47 +00:00
jyhu
408bc14124 Fix Bug TDI-24698 :tFilterRow doesn't work with long as in 4.x.
https://jira.talendforge.org/browse/TDI-24698 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112983 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-06 07:47:50 +00:00
hcyi
9ce3247473 merge r112977 from trunk to branch 5.4
bug TDI-25995 fixed : Exchange-when adding new extension, system can not deal with blanks before "name" and "initial version".


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112978 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-06 06:35:11 +00:00
jyhu
5a43d0eddc Fix Bug TDI-24698 :tFilterRow doesn't work with long as in 4.x.
https://jira.talendforge.org/browse/TDI-24698 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112974 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-06 06:09:01 +00:00
jjzhou
ac7794c168 fix Bug TDI-28450: Update the CXF version in the DI components
https://jira.talendforge.org/browse/TDI-28450 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112946 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 10:07:55 +00:00
hcyi
52d0bebdd4 merge r112940 from trunk to branch 5.4
bug TDI-25996 fixed : Exchange-judgement about "initial version " is not correct .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112941 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 09:58:39 +00:00
ldong
79d3f4abbf bug TDI-26294 fixed:Error when extract file when export job as Axis webservice and the checkbox "Extract the zip file" is defaultly selected.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112934 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 09:18:45 +00:00
wwang
5dacbdc99b Fix Bug TDI-28470 : Dynamic schema NPE exception
https://jira.talendforge.org/browse/TDI-28470

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112931 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 09:12:40 +00:00
ycbai
dda9b6b96e TDI-28502 : the component must NOT see its own generated column
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112929 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 08:32:44 +00:00
wwang
fbe9cf869b Fix Bug TDI-28472 : Unable to generate code when two tFileInputMSDelimited components connect to tMap
https://jira.talendforge.org/browse/TDI-28472

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112924 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 07:57:32 +00:00
wchen
96d33f719f bug TDI-25990 fixed: It should give message if the email format invalid when creating an account
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112914 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 05:59:53 +00:00
bchen
e9ce5f6626 Fix Bug TDI-28313 : Continue to finish issue TDI-27758
https://jira.talendforge.org/browse/TDI-28313
deal with char when is null
merge r112902 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112903 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-03 02:06:07 +00:00
jzhao
e7c71bbe8b Fixed Bug TDI-28483: Some tDBoutput produce the code for action on table when execution mode is parallel
https://jira.talendforge.org/browse/TDI-28483
Note:fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112874 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-02 07:18:43 +00:00
ldong
83b2057645 bug TDI-23826 fixed:DB2_after delete the table from SQLBuilder, the table icon without name still exist after refresh.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112858 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2014-01-02 02:30:24 +00:00
hfchang
66392e8706 bug TDI-28261 fixed : Schema table in components view does not resize
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112846 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 10:16:15 +00:00
zwzhao
c8a5c46939 bug TDI-28478 fixed : Wrong warning message when import mulit-version item
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112843 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 09:09:44 +00:00
wchen
9679329492 bug TDI-28475 fixed: tMap editordialog UI lookup improvements
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112831 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 08:05:23 +00:00
bchen
074b2017d8 Fix Bug TDI-28313 : Continue to finish issue TDI-27758
https://jira.talendforge.org/browse/TDI-28313
fix bug 1 & 3
merge r112771 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112821 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 07:12:54 +00:00
bchen
f83870aa2e Fix Bug TDI-28313 : Continue to finish issue TDI-27758
https://jira.talendforge.org/browse/TDI-28313
fix bug 1 & 3
merge r112771 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112819 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 07:08:10 +00:00
jzhao
c6b2d63c86 Fixed Bug TDI-28469: for tWriteXMLField, when the child thread comes to an exception, the main thread will keep generating xml string which it should die on child error.
https://jira.talendforge.org/browse/TDI-28469 
Note:Fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112804 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 05:51:57 +00:00
jzhao
78378b73b2 Fixed Bug TDI-28414: tWriteXMLField generates endless loop of threads and not breakable when this is an exception
https://jira.talendforge.org/browse/TDI-28414 
Note:revert wrong commit


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112797 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 05:34:40 +00:00
jzhao
f36a63a299 Fixed Bug TDI-28414: tWriteXMLField generates endless loop of threads and not breakable when this is an exception
https://jira.talendforge.org/browse/TDI-28414 
Note:1.Fixed queue_<%=cid%> is incorrect in end and finally part 
2.Fixed Branch 5.4


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112795 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 05:27:26 +00:00
zwzhao
43fefe2520 bug TDI-28478 fixed : Wrong warning message when import mulit-version item
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112791 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 02:32:26 +00:00
hcyi
7af29f2e11 merge r112788 from trunk to branch 5.4
bug TDI-22883 fixed : If you change repository schemas for a tMap output, it does not propagate to downstream components .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112790 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-31 02:21:56 +00:00
rdubois
d4efd2d247 TDI-28450: revert r112736 --> Incomplete commit
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112784 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 11:01:20 +00:00
jjzhou
7209376eb5 fix Bug TDI-28451: Revert code
https://jira.talendforge.org/browse/TDI-28451 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112764 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 09:27:59 +00:00
hcyi
445c788642 bug TDI-28473 fixed : tXMLMap:can't import output rows from repository(metadata created from File xml->Output XML) .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112743 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 06:38:18 +00:00
jzhao
6dc4487a6e Fixed Bug TDI-28466: tFileInputDelimited use "Activate log4j in components" and "Optimized component 65535 problem" together would have generate code error
https://jira.talendforge.org/browse/TDI-28466 
Note:Fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112742 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 06:35:50 +00:00
jzhao
1a46bcd157 Fixed Bug TDI-27307: Method exceeding 65535 bytes in when using tfileinputxml in joblet
https://jira.talendforge.org/browse/TDI-27307
Note:Fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112739 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 06:31:47 +00:00
jjzhou
25479c5147 fix Bug TDI-28450: Update the CXF version in the DI components
https://jira.talendforge.org/browse/TDI-28450 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112737 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 06:20:01 +00:00
jyhu
41f1de4751 Fix Bug TDI-28449 : tTeradataOuput reports error when mapping db type BigInt and number type as long in JDBC batch.
https://jira.talendforge.org/browse/TDI-28449

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112735 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 06:19:27 +00:00
jzhao
f1f0ef88aa Fixed Bug TDI-26843: Some components include System.exit(int) code
https://jira.talendforge.org/browse/TDI-26843
Note:fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112703 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-30 02:28:04 +00:00
hfchang
3156453f49 bug TDI-24402 fixed : Guess schema of tOracleInput does not work well
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112686 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-27 08:45:38 +00:00
jjzhou
6d5e7474c5 fix Bug TDI-28381: Problem with tPaloInputMulti
https://jira.talendforge.org/browse/TDI-28381 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112650 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-27 03:39:55 +00:00
wchen
75a1bf6ce4 bug TDI-28468 fixed: Can't open one job after import to 5.4.1
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112632 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-26 10:17:56 +00:00
jjzhou
0f85d00944 Fix Bug TDI-28398 : the generated node:tHashInput should set the checkbox:"release_cache" to true.
https://jira.talendforge.org/browse/TDI-28398

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112613 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-26 03:43:13 +00:00
ldong
2653f8595f bug TDI-24863 fixed:After change the name of job, still can't run.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112603 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-25 10:15:37 +00:00
jjzhou
b16efcdfbe fix Bug TDI-28451: "Absolute value" option can not be shown in the CONDITIONS table of tFilterRow
https://jira.talendforge.org/browse/TDI-28451

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112573 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-25 03:57:59 +00:00
wchen
d9fe1c1cab bug TDI-20141 fixed: Right-clicking within a Document in tXMLMap is not user friendly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112568 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-25 02:53:33 +00:00
bchen
fa0a41c9f2 Fix Bug TDI-28389 : Statistics for tUnite incorrect
https://jira.talendforge.org/browse/TDI-28389 
merge r111924 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112564 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-25 01:43:22 +00:00
bchen
1aeaafb258 Fix Bug TDI-28316 : Throw NPE when use invalid username/password to invoke microsoft crm by tMicrosoftCrmInput
https://jira.talendforge.org/browse/TDI-28316 
merge r112001 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112563 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-25 01:38:57 +00:00
hcyi
6fff2e872b merge r112557 from trunk to branch 5.4
bug TDI-28446 fixed : Cannot guess schema from Sqlite table .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112558 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 10:26:58 +00:00
bchen
8ba6213fd1 Fix Bug TDI-28434 : Can't use 2 tFileInputMSPositional
https://jira.talendforge.org/browse/TDI-28434 
merge r112508 into branch5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112540 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 09:17:47 +00:00
hfchang
545c2752fd bug TDI-24402 fixed : Guess schema of tOracleInput does not work well
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112539 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 09:11:24 +00:00
jzhao
3fab85f4e5 Fixed TDI-28426: tDB2SCD does not use DB-Schema from tDB2Connection
https://jira.talendforge.org/browse/TDI-28426 
Note:Fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112533 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 08:53:57 +00:00
zwzhao
00698d0ce2 bug TDI-28435 fixed : Generation fails after generate another project's job with the same name routines
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112528 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 07:10:04 +00:00
hwang
28ee092c0e TDI-28168:tFileInputMSDelimited schema editor does not size with window - very difficult to use
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112519 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 06:25:00 +00:00
jyhu
81c9ce8888 Fix Work Item TDI-27718 : Please close database connection when output components of database throw exception .
https://jira.talendforge.org/browse/TDI-27718 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112517 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 06:20:31 +00:00
ycbai
a1ea1033aa TDI-28031 : Hadoop configuration information is blank when creating a map/reduce job from a standard job
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112513 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 06:04:17 +00:00
hwang
9f9f906556 TDI-28168:tFileInputMSDelimited schema editor does not size with window - very difficult to use
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112510 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 06:02:11 +00:00
jjzhou
0cb988d209 fix Bug TDI-28462:tSOAP's default endpoint (http://www.deeptraining.com/webservices/weather.asmx) no longer available.
https://jira.talendforge.org/browse/TDI-28462 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112480 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 02:27:02 +00:00
jyhu
75faff946c Fix Work Item TDI-27718 : Please close database connection when output components of database throw exception .
https://jira.talendforge.org/browse/TDI-27718 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112474 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-24 01:35:57 +00:00
jyhu
cb8d4a2bcb Fix Work Item TDI-27718 : Please close database connection when output components of database throw exception .
https://jira.talendforge.org/browse/TDI-27718
Close connection when use parallelize 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112448 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-23 09:38:48 +00:00
jzhao
f5e5d33048 Fixed Bug TDI-28414: tWriteXMLField generates endless loop of threads and not breakable when this is an exception
https://jira.talendforge.org/browse/TDI-28414
Note:Fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112395 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-20 11:16:46 +00:00
zwzhao
c3b8e6fe3f bug TDI-28435 fixed : Generation fails after generate another project's job with the same name routines
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112383 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-20 09:28:02 +00:00
jzhao
3e9f8a7fad Fixed Bug TDI-28400: "bulk update" in tSybaseBulkExec's Advanced setting has compile error
https://jira.talendforge.org/browse/TDI-28400 
Note:Fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112347 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-20 04:00:54 +00:00
jyhu
c57d9bf01f Fix Bug TDI-28347 : tTeradataOuput fail to generate code when added additional columns .
https://jira.talendforge.org/browse/TDI-28347

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112339 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-20 02:16:03 +00:00
jzhao
3b13d8ddce Fixed Bug TDI-27275: tMicrosoftMQOutput does not report error condition
https://jira.talendforge.org/browse/TDI-27275
Note:Fixed in 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112325 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 10:09:39 +00:00
jyhu
a34ca80b59 Fix Bug TDI-27981 : tNetezzaInput insert empty or duplicate rows when commit size is less than actual rows input.
https://jira.talendforge.org/browse/TDI-27981 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112321 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 09:34:47 +00:00
jyhu
b66c14ed2b Fix Work Item TDI-27718 : Please close database connection when output components of database throw exception .
https://jira.talendforge.org/browse/TDI-27718 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112318 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 09:25:25 +00:00
plv
2f6bc21534 bug TDI-26357 fixed :Title of Component Designer perspective is bad English
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112289 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 08:13:09 +00:00
jzhao
3218873086 Fixed Bug TDI-28307: Not set the value for "NB_LINE" property in tMicrosoftCrmInput component
https://jira.talendforge.org/browse/TDI-28307
Note:1.Fixed NB_LINE 
2.Remove tELTHiveOutput useless code.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112280 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 07:37:29 +00:00
jjzhou
a82ecdee2c fix Bug TDI-28443: File handler not closed after using tInputJsonFile
https://jira.talendforge.org/browse/TDI-28443

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112268 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 06:09:12 +00:00
wwang
c9a90a60c1 Fix Bug TDI-28322 : tFileOutputXML xml formatter merges multiple consecutives spaces
https://jira.talendforge.org/browse/TDI-28322

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112242 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 01:53:35 +00:00
jjzhou
19142897b8 fix Bug TDI-28381: Problem with tPaloInputMulti
https://jira.talendforge.org/browse/TDI-28381 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112241 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 01:48:47 +00:00
jjzhou
700cda7d66 fix Bug TDI-27755: MQ component get french characters
https://jira.talendforge.org/browse/TDI-27755 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112240 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-19 01:45:16 +00:00
jzhao
c10f82e1a4 Fixed Bug TDI-27823: Some minor problem about tFileFetch
https://jira.talendforge.org/browse/TDI-27823
Note:fixed 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112213 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 09:58:03 +00:00
jzhao
2583f2c12f Fixed Bug TDI-28336: Fix the bug in-TDI-28201 for other tDBBulkExec components
https://jira.talendforge.org/browse/TDI-28336
Note:Fixed branch 5.4

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112211 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 09:44:36 +00:00
hfchang
73920acb6b bug TDI-27853 fixed : Create file xml output if type path and file name manual can't get file schema.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112204 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 08:51:00 +00:00
jjzhou
84c9750aad fix Bug TDI-27147: components FTP - local folder problem
https://jira.talendforge.org/browse/TDI-27147

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112191 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 07:16:32 +00:00
jjzhou
d91d087a80 fix Bug TDI-26732: tFileUnarchive error with big files
https://jira.talendforge.org/browse/TDI-26732

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112189 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:58:02 +00:00
jjzhou
13514e3ff5 fix Work Item TDI-28304: optimize tSybaseBulkExec, tOracleBulkExec encode list
https://jira.talendforge.org/browse/TDI-28304

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112188 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:51:40 +00:00
jjzhou
863b4218e2 fix Work Item TDI-28170: the method: afterGenertorType() is only used in tJDBCInput and it is no used anymore after TDI-28068, let's remove it.
https://jira.talendforge.org/browse/TDI-28170 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112186 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:44:23 +00:00
zgao
d04a072791 [TESB-12409] EmfComponent & RouteComponentController used nonstandard java type com.sun.corba.se.spi.orb.StringPair.StringPair
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112184 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:43:24 +00:00
wchen
1312d52329 bug TUP-1578 fixed: Problems with export dependencies in export item wizard .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112182 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:38:58 +00:00
hcyi
c75cdee087 bug TDI-28349 fixed : Import items is unable to detect invalid job if it is located in a subfolder (deep > 3) .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112171 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:12:14 +00:00
wchen
85d1e3b9d6 bug TUP-1535 fixed: Export items in DI only show "Hierarchical Mapper" after export items in Mapping perspective
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112169 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 06:05:02 +00:00
hfchang
7b856bf971 bug TDI-28247 fixed : TOS Start Screen does not render well.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112166 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 05:57:56 +00:00
hcyi
19f484fab3 merge r111954 from trunk to branch 5.4
bug TDI-28186 fixed : Cannot change main/lookup on tMap if output goes to another tMap with trigger .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112140 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 03:48:24 +00:00
wliu
c3cfd6b802 Fix Bug TDI-28390 : make sure the DataNode.getMetadataList() always get the flow metadata at 0 index.
https://jira.talendforge.org/browse/TDI-28390

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112133 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 03:39:46 +00:00
wchen
f410367c06 bug TDI-7988 fixed : tFixedFlowInputs with Inline Table do not copy properly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112131 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 03:33:26 +00:00
hcyi
6e732f8683 merge r112053 from trunk to branch 5.4
bug TDI-27439 fixed : Lookup model not changed when key added .


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112129 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 03:32:38 +00:00
hwang
d20b67c7c6 TDI-28309:Deactive a component in M/R job will got some display issues
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112121 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 03:22:37 +00:00
ldong
c04b66bba7 bug TDI-28187 fixed:backport on 5.4.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112117 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 02:52:44 +00:00
hwang
1c7c6bfdaa TDI-26593:Need to GUI team investigate why tteradataOutput component get error message.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112111 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 02:46:55 +00:00
hwang
ee427b47b3 TDI-8455:Fail to generate code if change order of main and reject links from tFileInputDelimited
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112108 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 02:23:42 +00:00
hfchang
3f9f08551c bug TDI-28046 fixed : Syntax error in JSON connection wizard
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112107 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 02:18:47 +00:00
ldong
80200c22bb bug TDI-28332 fixed:backport on 5.4.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112100 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 02:05:44 +00:00
hwang
03077d8abb TDI-28370:Favorite Palette button is unchecked when a job is open
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@112086 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-18 01:34:58 +00:00
yshamin
b02f915205 - TESB-10298: fixed. condition simplified
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@111678 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-03 11:09:47 +00:00
rdubois
9443a922f1 TDI-27953 fixed by bchen: Fix the tFileOutputDelimited issue when using an output stream.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@111674 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-03 11:06:45 +00:00
yshamin
0325d4cef1 - TESB-10298: fixed.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@111664 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-03 08:57:09 +00:00
gliu
94ec3e7521 [TESB-12172] cCXF calling a Service With Service Registry Enabled does not take the Endpoint from Service Registry
Fix on 5.4-branch: Workaround for it

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_4@111618 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-12-02 06:44:07 +00:00
rdubois
a99b901f4b TDI-25351 fixed: Fix tuj.
git-svn-id: http://talendforge.org/svn/tos/trunk@111543 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 14:46:22 +00:00
rdubois
4624cd4389 TDI-25351 fixed: Improve logging for tMap components.
git-svn-id: http://talendforge.org/svn/tos/trunk@111541 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 13:14:07 +00:00
rdubois
ff062f6beb TDI-25351 fixed: Improve logging for tHiveInput, tHiveRow, tFileInputXML, tFileOutputXML, tAggregateRow.
git-svn-id: http://talendforge.org/svn/tos/trunk@111539 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 12:43:40 +00:00
atelesh
2345c35fca TESB-12134 - fix exported DS/rest/route configs
git-svn-id: http://talendforge.org/svn/tos/trunk@111538 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 12:37:21 +00:00
jzhao
6303f1eb3a Fixed Bug TDI-28201: tGreenplumBulkExec component tries to create twice times same table name
https://jira.talendforge.org/browse/TDI-28201 
Note:Add Thread.currentThread().getId() for tmpTableName_....for anoter place need change.

git-svn-id: http://talendforge.org/svn/tos/trunk@111530 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 11:56:42 +00:00
hwang
f61686d165 TDI-28219:MRjob:the group backgroud problem
git-svn-id: http://talendforge.org/svn/tos/trunk@111529 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 11:21:57 +00:00
ilazebny
285a9427b2 Update version to 5.4.1 in poms
git-svn-id: http://talendforge.org/svn/tos/trunk@111518 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 10:47:28 +00:00
wchen
de45ae6247 bug 5588 fixed: Studio TDM map selection dialog reads maps when showing
git-svn-id: http://talendforge.org/svn/tos/trunk@111512 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 10:20:49 +00:00
jjzhou
c3c76c0de5 fix Bug TDI-28254: three tujs down ,fixed ChangeDefaultEncodingMigrationTask
https://jira.talendforge.org/browse/TDI-28254

git-svn-id: http://talendforge.org/svn/tos/trunk@111502 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 09:32:43 +00:00
jyhu
39a0461d9f Fix Bug TDI-20789 : Can't have a tFileOutputExcel after a drag and drop from Metadata/File Excel .
https://jira.talendforge.org/browse/TDI-20789 

git-svn-id: http://talendforge.org/svn/tos/trunk@111500 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 09:26:52 +00:00
jjzhou
a57709e4e6 fix Bug TDI-28254: tSybaseBulkExec CUSTOM Encoding not work
https://jira.talendforge.org/browse/TDI-28254

git-svn-id: http://talendforge.org/svn/tos/trunk@111495 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 08:16:34 +00:00
jyhu
fd1bf0d78f Fix Bug TDI-20789 : Can't have a tFileOutputExcel after a drag and drop from Metadata/File Excel .
https://jira.talendforge.org/browse/TDI-20789 

git-svn-id: http://talendforge.org/svn/tos/trunk@111494 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 08:14:09 +00:00
bchen
bc2bf0a782 Fix Bug TDI-27758 : tXXJSONXX components have some problems
https://jira.talendforge.org/browse/TDI-27758
input data (123.099999999999994315658113919198513031005859375) and type is BigDecimal
tFileOutputJSON output: "bigDecim_in":123.099999999999994315658113919198513031005859375
tWriteJSONFile output: "bigDecim_in":"123.1"

git-svn-id: http://talendforge.org/svn/tos/trunk@111493 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 08:00:17 +00:00
jjzhou
59d1d9bc63 fix WorkItem TDI-28254: tSybaseBulkExec CUSTOM Encoding not work
https://jira.talendforge.org/browse/TDI-28254

git-svn-id: http://talendforge.org/svn/tos/trunk@111490 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 07:54:25 +00:00
hwang
dc7891f4e6 TDI-28282:Cannot save job editor
git-svn-id: http://talendforge.org/svn/tos/trunk@111486 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 06:18:21 +00:00
wwang
65209d3399 Fix Bug TDI-28150 : remove code duplication
https://jira.talendforge.org/browse/TDI-28150

git-svn-id: http://talendforge.org/svn/tos/trunk@111483 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 05:58:43 +00:00
wchen
da33ff8d38 bug 5588 fixed: Studio TDM map selection dialog reads maps when showing
git-svn-id: http://talendforge.org/svn/tos/trunk@111476 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 03:14:35 +00:00
ycbai
7b989b32ee TDI-28265 : Component list display tMRconfiguration when hdfs(or hbase) metadata drag into mapreduce job
git-svn-id: http://talendforge.org/svn/tos/trunk@111475 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-26 02:46:21 +00:00
rdubois
fdf10e662e TDI-25351 fixed: Improve logging for tLoop and tRunJob components.
git-svn-id: http://talendforge.org/svn/tos/trunk@111469 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 17:39:33 +00:00
rdubois
7e2a2eae7f TDI-25351 fixed: Improve logging for Excel, Mysql and tMap components.
git-svn-id: http://talendforge.org/svn/tos/trunk@111466 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 16:59:18 +00:00
dlin
d71309469e bug TDI-28108 fixed : Problem about create File Json
git-svn-id: http://talendforge.org/svn/tos/trunk@111450 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 11:36:32 +00:00
hcyi
241054eae2 bug TDI-28273 : to create / add to all features where the org.talend.librariesmanager.ui is included .
git-svn-id: http://talendforge.org/svn/tos/trunk@111447 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 11:30:47 +00:00
zwzhao
c35cf022b6 bug TDI-28108 fixed : Problem about create File Json
git-svn-id: http://talendforge.org/svn/tos/trunk@111440 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 11:22:02 +00:00
yshamin
14aec26f53 - TESB-10298: fixed
git-svn-id: http://talendforge.org/svn/tos/trunk@111430 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 10:32:58 +00:00
wwang
aa7c9cbf8f Fix Bug TDI-28260 : improve the error info prompt
https://jira.talendforge.org/browse/TDI-28260

git-svn-id: http://talendforge.org/svn/tos/trunk@111427 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 10:24:42 +00:00
wwang
fe7b4b57fe Fix Bug TDI-27705 : tWriteJSONField skips randomly data after parallelized iterations
https://jira.talendforge.org/browse/TDI-27705

git-svn-id: http://talendforge.org/svn/tos/trunk@111422 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 10:11:21 +00:00
jyhu
1303cc3dea Fix Bug TDI-28258 : Exception when export a job with tOracleSCD migrated from v4.2.3 .
https://jira.talendforge.org/browse/TDI-28258

git-svn-id: http://talendforge.org/svn/tos/trunk@111414 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 09:43:20 +00:00
nrousseau
270249a88f TDI-24731 : update text directly since babili is already imported
git-svn-id: http://talendforge.org/svn/tos/trunk@111412 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 09:30:27 +00:00
rdubois
39f8305a99 Change a note within the tOracleRow.
git-svn-id: http://talendforge.org/svn/tos/trunk@111402 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 08:36:45 +00:00
wchen
4a296f2ada bug TUP-1225 fixed: Export Dependencies doesn't pick up hierarchical mapper maps.
git-svn-id: http://talendforge.org/svn/tos/trunk@111396 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 07:44:54 +00:00
nrousseau
88479bd862 TDI-28267 : babili update
git-svn-id: http://talendforge.org/svn/tos/trunk@111395 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 07:33:18 +00:00
nrousseau
b96c933833 TDI-28267 : babili update (DI components)
git-svn-id: http://talendforge.org/svn/tos/trunk@111394 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 07:07:49 +00:00
hfchang
67e46da7ef bug TDI-24731 fixed : English on Preferences > Import/Export page can be improved
git-svn-id: http://talendforge.org/svn/tos/trunk@111392 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 07:06:57 +00:00
zwzhao
6d708b2c1b bug TDI-28245 fixed : NPE after import job with link to Repository
git-svn-id: http://talendforge.org/svn/tos/trunk@111391 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 06:41:08 +00:00
wwang
8540e0b9db Fix Bug TDI-28260 : tMDMCommit does not catch a failed commit, it always proceed to OnComponent/JobOK
https://jira.talendforge.org/browse/TDI-28260

git-svn-id: http://talendforge.org/svn/tos/trunk@111383 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 04:43:43 +00:00
wliu
8704688949 Fix Bug TDI-28201 : revert the code of routines:TalendString.java and append thread Id for tmp table name.
https://jira.talendforge.org/browse/TDI-28201

git-svn-id: http://talendforge.org/svn/tos/trunk@111379 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 03:49:32 +00:00
wwang
452c6bc960 Fix Bug TDI-28236 : Failed to generate code when we import a job and it cover the old job with the same name.
https://jira.talendforge.org/browse/TDI-28236

git-svn-id: http://talendforge.org/svn/tos/trunk@111373 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-25 02:15:56 +00:00
jzhao
c605f2806a Fixed Bug TDI-28243: t*Ouput Components: NB_LINE_REJECTED returns 0 when there are rejected rows
https://jira.talendforge.org/browse/TDI-28243
Note:Fixed some reject not count the number of row.

git-svn-id: http://talendforge.org/svn/tos/trunk@111333 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 09:45:33 +00:00
bchen
6ef37fb387 Fix Bug TDI-27953 : tMap compile issue
https://jira.talendforge.org/browse/TDI-27953

git-svn-id: http://talendforge.org/svn/tos/trunk@111331 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 09:44:37 +00:00
jjzhou
c0e9fbf3cc fix Bug TDI-26671: If the column to normalize is empty, tNormalize replaces it with a null
https://jira.talendforge.org/browse/TDI-26671

git-svn-id: http://talendforge.org/svn/tos/trunk@111326 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 09:20:08 +00:00
nrousseau
bb8930e555 TDI-28250 : simplify code and remove the setScreenshot from the Process.
git-svn-id: http://talendforge.org/svn/tos/trunk@111323 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 08:07:08 +00:00
jyhu
36d052a5ac Fix Bug TDI-20789 : Can't have a tFileOutputExcel after a drag and drop from Metadata/File Excel .
https://jira.talendforge.org/browse/TDI-20789

git-svn-id: http://talendforge.org/svn/tos/trunk@111319 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 07:30:43 +00:00
nrousseau
7e3610dc0b TDI-28094 : improve speed of export item, avoid to expand too many things if not needed. And set a progress monitor to be able to cancel if it's too slow.
git-svn-id: http://talendforge.org/svn/tos/trunk@111313 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 06:42:25 +00:00
ycbai
595a45d02e TDI-28236 : Display the debug info.
git-svn-id: http://talendforge.org/svn/tos/trunk@111309 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-22 03:32:26 +00:00
rdubois
3d0733e3a0 TDI-27578 fixed: Add the namenode and jobtracker principals.
git-svn-id: http://talendforge.org/svn/tos/trunk@111297 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 14:19:32 +00:00
atelesh
f78d98f10f TESB-12130 - changes to the Studio after TESB-11406
=> TESB-12134 - fix exported DS/rest/route configs

git-svn-id: http://talendforge.org/svn/tos/trunk@111285 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 11:06:42 +00:00
plv
81819db9bb bug TDI-28058:New component search from canvas does not find the note component
git-svn-id: http://talendforge.org/svn/tos/trunk@111276 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 09:46:02 +00:00
hwang
3554aef2a8 TDI-28219:MRjob:the group backgroud problem
git-svn-id: http://talendforge.org/svn/tos/trunk@111275 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 09:44:03 +00:00
wwang
0159b16ad3 Fix Bug TDI-27565 : tSSH in a tParallelize bug
https://jira.talendforge.org/browse/TDI-27565

git-svn-id: http://talendforge.org/svn/tos/trunk@111265 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 06:54:55 +00:00
wliu
ca7bf0b18d Fix Bug TDI-28142 : export the new package:TDI-28142 for other plugins
https://jira.talendforge.org/browse/TDI-28142

git-svn-id: http://talendforge.org/svn/tos/trunk@111246 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 05:20:29 +00:00
jzhao
d296cd9d02 Fixed Backlog Task TDI-28142: Update tMRConfiguration component parameters
https://jira.talendforge.org/browse/TDI-28142
Note:Modify MigrationTask  RemoveUseHadoopPropertiesFortMRConfiguration

git-svn-id: http://talendforge.org/svn/tos/trunk@111245 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 05:11:48 +00:00
ldong
1a263fabb5 bug TDI-28198 fixed:Job launches and runs even with compilation errors in child job.
git-svn-id: http://talendforge.org/svn/tos/trunk@111229 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-21 02:53:16 +00:00
atelesh
89df874cfc TESB-12130 - changes to the Studio after TESB-11406
=> TESB-12134 - fix exported DS config

git-svn-id: http://talendforge.org/svn/tos/trunk@111216 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 11:29:20 +00:00
atelesh
fc25f1406c TESB-12130 - changes to the Studio after TESB-11406
=> TESB-12134 - fix exported DS config

git-svn-id: http://talendforge.org/svn/tos/trunk@111215 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 11:27:46 +00:00
atelesh
3537197105 TESB-12130 - changes to the Studio after TESB-11406
=> TESB-12134 - fix exported DS config

git-svn-id: http://talendforge.org/svn/tos/trunk@111214 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 11:25:24 +00:00
hwang
96791bd349 TDI-28168:tFileInputMSDelimited schema editor does not size with window - very difficult to use
git-svn-id: http://talendforge.org/svn/tos/trunk@111203 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 09:37:41 +00:00
jyhu
2be71e8687 Fix Bug TDI-27260 : 5.3.1 tBonitaDeploy composant is not displaying 5.10 in the simple parameter Bonita version list .
https://jira.talendforge.org/browse/TDI-27260
Replace logic symbol from || to OR

git-svn-id: http://talendforge.org/svn/tos/trunk@111197 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 08:59:06 +00:00
hwang
fe454157d5 TDI-28184:If conditions not displayed in expanded joblet
git-svn-id: http://talendforge.org/svn/tos/trunk@111177 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 06:23:39 +00:00
jyhu
8e0a6b2d58 Fix Bug TDI-27260 : 5.3.1 tBonitaDeploy composant is not displaying 5.10 in the simple parameter Bonita version list .
https://jira.talendforge.org/browse/TDI-27260


git-svn-id: http://talendforge.org/svn/tos/trunk@111167 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-20 03:24:28 +00:00
wwang
035d1d7d41 Fix Bug TDI-24725 : https://jira.talendforge.org/browse/TDI-24725
Suppose the dynamic column is at the top/middle of the input schema, unable to use "select * from table_name" to retrieve the correct data. The generated SQL is always wrong

git-svn-id: http://talendforge.org/svn/tos/trunk@111148 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-19 10:14:33 +00:00
jzhao
c01ffcce95 Fixed Backlog Task TDI-28142: Update tMRConfiguration component parameters
https://jira.talendforge.org/browse/TDI-28142
Note:Add MigrationTask  RemoveUseHadoopPropertiesFortMRConfiguration

git-svn-id: http://talendforge.org/svn/tos/trunk@111115 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-19 06:25:56 +00:00
jjzhou
78ae48b1c0 fix Bug TDI-28159: Issue with Jasper Report Component
https://jira.talendforge.org/browse/TDI-28159

git-svn-id: http://talendforge.org/svn/tos/trunk@111105 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-19 03:33:08 +00:00
hwang
83dc92815d TUP-1373:Java source code for job will not created if a translator code fails and the user does not get any error message
git-svn-id: http://talendforge.org/svn/tos/trunk@111097 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-19 02:05:10 +00:00
rdubois
73dc1a4876 TDI-28045 fixed: Change the LONG_NAME for the tCloudStop.
git-svn-id: http://talendforge.org/svn/tos/trunk@111089 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 16:00:12 +00:00
wchen
8a85af337a bug TUP-1338 fixed: MEDIATION Design - When you drag and drop a cmap component on an existing link - Java Null pointer exception is raised
git-svn-id: http://talendforge.org/svn/tos/trunk@111072 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 10:26:02 +00:00
ggu
a233489514 TDI-28195: fixed the problem for route without stats.
git-svn-id: http://talendforge.org/svn/tos/trunk@111065 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 10:10:06 +00:00
wchen
e72215084a bug TUP-1225 fixed: Export Dependencies doesn't pick up hierarchical mapper maps.
git-svn-id: http://talendforge.org/svn/tos/trunk@111057 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 09:39:46 +00:00
bchen
9b4219b94b Fix Bug TDI-27953 : tMap compile issue
https://jira.talendforge.org/browse/TDI-27953

git-svn-id: http://talendforge.org/svn/tos/trunk@111049 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 08:24:58 +00:00
jzhao
ebbe3b46ba Fixed Bug TDI-28073: Typo in tGS component properties
https://jira.talendforge.org/browse/TDI-28073
Note:Fixed some *.properties file

git-svn-id: http://talendforge.org/svn/tos/trunk@111042 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 07:31:06 +00:00
nrousseau
8c760ae817 TDI-27435 : change UNIQUE_NAME category to FLOW since now more kinds of row have UNIQUE_NAME
git-svn-id: http://talendforge.org/svn/tos/trunk@111038 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 07:18:16 +00:00
jzhao
cb8773a375 Fixed Bug TDI-28071: Google Storage components give a meaningless error message - 'S3 Error Message'
https://jira.talendforge.org/browse/TDI-28071
Note:Print detail error message of tGSXX

git-svn-id: http://talendforge.org/svn/tos/trunk@111036 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 07:07:35 +00:00
jjzhou
ac004607a5 fix Work Item TDI-28152: tMDM* and tStewardshipTask* components have a default port inconsistent with a typical installation
https://jira.talendforge.org/browse/TDI-28152

git-svn-id: http://talendforge.org/svn/tos/trunk@111033 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-18 06:06:26 +00:00
jzhao
98a87381b4 Fixed Bug TDI-28005: JMSPriority does not work with tMomOutput and ActiveMQ
https://jira.talendforge.org/browse/TDI-28005
1.Enable the header fields
2.Fixed tMomInput/Output miss log4j
3.Remove tMomInputIn_java.xml useless import jars(its an part of virtual component)

git-svn-id: http://talendforge.org/svn/tos/trunk@111013 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 10:26:32 +00:00
hwang
f5e244d5d3 TDI-28139:Can't move a Standard Job or MR job to a folder which under MR job or Standard Job
git-svn-id: http://talendforge.org/svn/tos/trunk@110995 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 07:19:04 +00:00
jyhu
076e9b1a82 Fix Bug TDI-28122:Bug in tJDBC* components when unchecking the checkbox for data alias
https://jira.talendforge.org/browse/TDI-28122


git-svn-id: http://talendforge.org/svn/tos/trunk@110994 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 06:51:22 +00:00
jzhao
ac72c935ad Fixed Bug TDI-28104: Jobs like tMDMTriggerInput-->tExtractXX have compile error
https://jira.talendforge.org/browse/TDI-28104
Note:Optimized tExtractXMLField

git-svn-id: http://talendforge.org/svn/tos/trunk@110986 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 06:03:18 +00:00
plv
bbc285f250 bug TDI-28102:Imported jobs with PostgreSQL database needs repair
git-svn-id: http://talendforge.org/svn/tos/trunk@110983 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 03:55:21 +00:00
ycbai
62bc5ead44 TDI-28123 : Dynamic schema and tStatCatcher statistics should not be available in tJavaMR
git-svn-id: http://talendforge.org/svn/tos/trunk@110981 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 03:19:01 +00:00
wwang
c308d066ef Fix Bug TDI-28150 : Update bulkload library to solve too many concurrent transactions server side
https://jira.talendforge.org/browse/TDI-28150

git-svn-id: http://talendforge.org/svn/tos/trunk@110976 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 02:19:14 +00:00
jzhao
b8aa78c003 Fixed Bug TDI-28104: Jobs like tMDMTriggerInput-->tExtractXX have compile error
https://jira.talendforge.org/browse/TDI-28104
Note:Fixed tExtractXX

git-svn-id: http://talendforge.org/svn/tos/trunk@110975 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-15 02:09:27 +00:00
hcyi
7663bf80c8 bug TDI-28060 fixed : drag and drop of tmap component on an existing link in a map reduce job leads to duplicate input and output rows or nullpointer exception .
git-svn-id: http://talendforge.org/svn/tos/trunk@110937 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 09:11:14 +00:00
jyhu
89d2fed416 Fix Bug TDI-26958:tPostgresqlOutput: ErroCode in Reject Flow not affected.
https://jira.talendforge.org/browse/TDI-26958


git-svn-id: http://talendforge.org/svn/tos/trunk@110936 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 08:58:58 +00:00
wchen
d46df25679 bug TDI-27778 fixed: It needs to wait for more than 1 min after clicking Next button when creating Reference Check Validation Rule item.
git-svn-id: http://talendforge.org/svn/tos/trunk@110922 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 07:04:42 +00:00
ldong
8586f23a59 bug TDI-28149 fixed:Add logstash appender which is commented by default in log4j.xml.
git-svn-id: http://talendforge.org/svn/tos/trunk@110904 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 04:00:06 +00:00
jjzhou
ac54d2a831 fix Bug TDI-28068: tJDBCInput returns a null row when last field of row is null (with dynamic column)
https://jira.talendforge.org/browse/TDI-28068

git-svn-id: http://talendforge.org/svn/tos/trunk@110902 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 03:42:16 +00:00
ldong
9ef780627d bug TUP-930 fixed:please make the popup dialog at the front of all.
git-svn-id: http://talendforge.org/svn/tos/trunk@110900 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 03:22:45 +00:00
ycbai
d564a151cb TDI-28020 : Hadoop properties set in HDFS metadata is not retrievable in Hadoop configuration
git-svn-id: http://talendforge.org/svn/tos/trunk@110896 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 03:12:24 +00:00
jzhao
1bf5ac826d Fixed Bug TDI-28000: regression 5.3.1 on performance due to java.util.Scanner
https://jira.talendforge.org/browse/TDI-28000
Note:Optimize code.

git-svn-id: http://talendforge.org/svn/tos/trunk@110892 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-14 02:49:48 +00:00
hwang
d4859298b5 TDI-28012:Detect dependencies not displaying job elements correctly for M/R job
git-svn-id: http://talendforge.org/svn/tos/trunk@110877 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 10:38:10 +00:00
nrousseau
b3d8f20755 TDI-27435 / TDI-27983 : fix problem of duplicates or wrong unique name.
git-svn-id: http://talendforge.org/svn/tos/trunk@110876 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 10:27:46 +00:00
nrousseau
3b6980dfc0 TUP-1231 : fix some problems of display for the console
git-svn-id: http://talendforge.org/svn/tos/trunk@110865 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 08:58:16 +00:00
hcyi
bf42951663 bug TDI-27897 fixed : Semantic error if auto-map is used in the tELTHiveMap .
git-svn-id: http://talendforge.org/svn/tos/trunk@110845 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 07:07:37 +00:00
jyhu
6795fe357b Fix Bug TDI-26958:tPostgresqlOutput: ErroCode in Reject Flow not affected.
https://jira.talendforge.org/browse/TDI-26958


git-svn-id: http://talendforge.org/svn/tos/trunk@110839 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 06:16:13 +00:00
nrousseau
7dc87eff19 TDI-27881 : fix problem of connections with joblets after expand.
git-svn-id: http://talendforge.org/svn/tos/trunk@110832 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 04:54:09 +00:00
hcyi
fd725eef41 bug TUP-1228 fixed : tMDMDelete dependencies install issue .
git-svn-id: http://talendforge.org/svn/tos/trunk@110829 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 03:19:29 +00:00
jjzhou
5e7745be7a fix Bug TDI-27789: nullable component error message
https://jira.talendforge.org/browse/TDI-27789 

git-svn-id: http://talendforge.org/svn/tos/trunk@110824 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-13 02:10:15 +00:00
nrousseau
5fbe3b8e0f TDI-27761 : fix problem of display for mapreduce and joblets, problem of display of components and also errors / warning display.
git-svn-id: http://talendforge.org/svn/tos/trunk@110804 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 09:47:13 +00:00
sizhaoliu
6b3799d6ad manual backport r110707 from 5.3 to trunk
TDQ-8238 Running tDQReportRun job against remote jobserver not working 

git-svn-id: http://talendforge.org/svn/tos/trunk@110802 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 09:22:33 +00:00
jyhu
7c47161e22 Fix Bug TDI-26958:tPostgresqlOutput: ErroCode in Reject Flow not affected.
https://jira.talendforge.org/browse/TDI-26958


git-svn-id: http://talendforge.org/svn/tos/trunk@110799 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 08:30:41 +00:00
dsavina
d6d2f4704d TESB-11941: corrected osgi bundle generation.
git-svn-id: http://talendforge.org/svn/tos/trunk@110795 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 08:04:32 +00:00
ggu
0fe7ff6122 TDI-27987: enable stats for expended joblet.
git-svn-id: http://talendforge.org/svn/tos/trunk@110784 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 06:51:01 +00:00
hfchang
f0c9e4ba01 bug TDI-27853 fixed : Create file xml output if type path and file name manual can't get file schema.
git-svn-id: http://talendforge.org/svn/tos/trunk@110775 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 03:40:46 +00:00
wwang
96b6f566f0 Fix Bug TDI-28077 : add the lost parameters for talend bigdata client with yarn
https://jira.talendforge.org/browse/TDI-28077

git-svn-id: http://talendforge.org/svn/tos/trunk@110769 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-12 03:09:43 +00:00
hwang
7d0aa72d85 TDI-28081:NPE when dropping a component on a link in Map/Reduce Job
git-svn-id: http://talendforge.org/svn/tos/trunk@110754 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-11 09:38:59 +00:00
ycbai
1ba3cff780 TDI-28036 : HBase component column "family name" cannot be update after the execution of the job
git-svn-id: http://talendforge.org/svn/tos/trunk@110746 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-11 08:58:46 +00:00
hfchang
f3900a4d03 bug TDI-26342 fixed : When update versions, "select all dependence" can not select the routine/the db connection which depend on the job.
git-svn-id: http://talendforge.org/svn/tos/trunk@110723 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-11 06:16:27 +00:00
jzhao
4cef484b5f Fixed Bug TDI-27838: tRunJob "Die on child error" doesn't work with parallel execution
https://jira.talendforge.org/browse/TDI-27838
Note:Iterator line multithreadedRunResult error

git-svn-id: http://talendforge.org/svn/tos/trunk@110700 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 10:05:29 +00:00
hwang
ff179361fe TDI-28088:tJavaMR- the Reduce statistic bar doesn't disappear even after selecting Map only until you have manually refreshed the Job, for example, reopened it.
git-svn-id: http://talendforge.org/svn/tos/trunk@110699 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 10:04:06 +00:00
hwang
b8bc168cbd TDI-26761:When the studio language is set to BRASIL, the commandline/Studio does not generate the job well
git-svn-id: http://talendforge.org/svn/tos/trunk@110697 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 09:31:31 +00:00
hwang
f917e27693 TDI-28088:tJavaMR- the Reduce statistic bar doesn't disappear even after selecting Map only until you have manually refreshed the Job, for example, reopened it.
git-svn-id: http://talendforge.org/svn/tos/trunk@110694 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 09:18:18 +00:00
gliu
2b267c2b7d [TESB-10622] Move a line to tRESTRequest,REST API Mapping won't add this row.
git-svn-id: http://talendforge.org/svn/tos/trunk@110693 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 09:16:14 +00:00
nrousseau
2499d139b3 TDI-28082 : improve the refresh of the branches in the login dialog.
git-svn-id: http://talendforge.org/svn/tos/trunk@110679 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 07:48:17 +00:00
nrousseau
cbe8f2693f TUP-1312 : add auto synchronization for beans, same as routines.
git-svn-id: http://talendforge.org/svn/tos/trunk@110669 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 04:17:49 +00:00
nrousseau
4a8310bc57 TUP-1231 : improve the speed of display in the console
git-svn-id: http://talendforge.org/svn/tos/trunk@110666 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 04:15:09 +00:00
ldong
c4d4ae839f bug TDI-17181 fixed:in sqlbuilder after refresh table,the column in the db display is different with before.
git-svn-id: http://talendforge.org/svn/tos/trunk@110663 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 03:49:38 +00:00
jjzhou
ee4affc316 fix Bug TDI-28021:Separator "|" no longer works for tLdapOutput in release 5.2.3 but was good in release 5.0.2
https://jira.talendforge.org/browse/TDI-28021 

git-svn-id: http://talendforge.org/svn/tos/trunk@110657 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 03:23:28 +00:00
nrousseau
2130ee5901 TDI-28087 : update logo
git-svn-id: http://talendforge.org/svn/tos/trunk@110654 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 02:54:27 +00:00
nrousseau
fd556fd730 TUP-1231 : improve the speed of display in the console
git-svn-id: http://talendforge.org/svn/tos/trunk@110651 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-08 02:23:29 +00:00
jzhao
2c2c55c3d4 Fixed Bug TDI-28000: regression 5.3.1 on performance due to java.util.Scanner
https://jira.talendforge.org/browse/TDI-28000
Note:1.Fixed performance  problem when set row separator "\n"

git-svn-id: http://talendforge.org/svn/tos/trunk@110631 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 10:10:40 +00:00
jyhu
4ce0b22ea6 Fix Bug TDI-27046:For tTeradataOutput component nb_line always return -1.
https://jira.talendforge.org/browse/TDI-27046
fixed for nb_line when "Action on data" is delete.

git-svn-id: http://talendforge.org/svn/tos/trunk@110630 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 10:09:57 +00:00
hcyi
71c2ed9983 bug TDI-27897 fixed : Semantic error if auto-map is used in the tELTHiveMap .
git-svn-id: http://talendforge.org/svn/tos/trunk@110628 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 09:58:29 +00:00
jyhu
0efe378bc1 Fix Bug TDI-27046:For tTeradataOutput component nb_line always return -1.
https://jira.talendforge.org/browse/TDI-27046

git-svn-id: http://talendforge.org/svn/tos/trunk@110626 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 09:52:32 +00:00
zgao
e3c3001166 [TESB-10335] The cLog component is severely impaired
Replace "__NODE_UNIQUE_NAME__" in expression after unique name generated.
Less performance but more stability.

git-svn-id: http://talendforge.org/svn/tos/trunk@110613 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 08:23:46 +00:00
plv
b73257ed31 bug TDI-27983:tMap mappings lost (in some cases) after migration to 5.4
git-svn-id: http://talendforge.org/svn/tos/trunk@110608 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 07:51:31 +00:00
zgao
08620dd421 [TESB-10335] The cLog component is severely impaired
Use "__NODE_UNIQUE_NAME__" as replaceable unit of unique name.

git-svn-id: http://talendforge.org/svn/tos/trunk@110606 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 07:32:42 +00:00
wchen
8af6e2d300 bug TUP-1225 fixed: Export Dependencies doesn't pick up hierarchical mapper maps.
git-svn-id: http://talendforge.org/svn/tos/trunk@110604 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-07 07:16:13 +00:00
ldong
a6faaaf19e bug TDI-27999 fixed:Commandline Logging error related to the ressource talendExporter.
git-svn-id: http://talendforge.org/svn/tos/trunk@110566 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 10:20:00 +00:00
plv
967bf39403 bug TDI-27983:tMap mappings lost (in some cases) after migration to 5.4
git-svn-id: http://talendforge.org/svn/tos/trunk@110561 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 09:09:35 +00:00
zgao
505f6e41e0 [TESB-10335] The cLog component is severely impaired
Use single text field to specify loggingCategory. default value is <route_name>.<node_unique_id>

git-svn-id: http://talendforge.org/svn/tos/trunk@110558 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 08:56:06 +00:00
jzhao
b51823fb62 Fixed Bug TDI-27910: tFileInputProperties not close stream
https://jira.talendforge.org/browse/TDI-27910
Note:1.Fix tFileInputProperties doesn't close stream
2.Fix tFileOutputProperties create file fails if parent folder didn't exists.
3.Add quote for default "Section Name" for tFileOutputProperties

git-svn-id: http://talendforge.org/svn/tos/trunk@110554 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 07:40:10 +00:00
hwang
47c59540d0 TDI-26761:When the studio language is set to BRASIL, the commandline/Studio does not generate the job well
git-svn-id: http://talendforge.org/svn/tos/trunk@110553 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 07:30:04 +00:00
jjzhou
124d84e9a3 fix Bug TDI-27993: tIngresBulkExec Auto Generated Filenames .sh and .sql files will be overwritten in a multiple thread live environment sometimes
https://jira.talendforge.org/browse/TDI-27993 

git-svn-id: http://talendforge.org/svn/tos/trunk@110546 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 06:23:07 +00:00
jzhao
197b69b213 Fixed Work Item TDI-27574: Please remove the output main line of tXXOutputBulkExec
https://jira.talendforge.org/browse/TDI-27574
Note: remove output main line for tIngresOutputBulkExec/tOracleOutputBulkExec

git-svn-id: http://talendforge.org/svn/tos/trunk@110537 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 03:45:23 +00:00
hwang
346145e552 TDI-27951:If no INPUT and OUTPUT for joblet, it can't be supported the trace at all
git-svn-id: http://talendforge.org/svn/tos/trunk@110530 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 01:54:51 +00:00
wchen
60989b767d bug TDI-27941 fixed: Can generate tHMap auto when drag one map to job
git-svn-id: http://talendforge.org/svn/tos/trunk@110529 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-06 01:40:20 +00:00
jzhao
eec86955dc Fixed Bug TDI-27246: tMsSqlOutputBulk does not include the header when Append is checked
https://jira.talendforge.org/browse/TDI-27246
Note:1.Fixed those compoents include header problem:
tAccessOutputBulk/tGreenplumOutputBulk/tIngresOutputBulk
tMSSqlOutputBulk/tParAccelOutputBulk/tPostgresPlusOutputBulk
tPostgresqlOutputBulk/tSybaseOutputBulk/tVerticaOutputBulk
2.All tXXOutputBulk components fixed another problem:
 About stream can't be close when met exception

git-svn-id: http://talendforge.org/svn/tos/trunk@110513 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-05 10:11:38 +00:00
jjzhou
d92bf64570 fix Bug TDI-27744: tREST schema be changed by connecting it to other component,and also for some other components
https://jira.talendforge.org/browse/TDI-27744 

git-svn-id: http://talendforge.org/svn/tos/trunk@110505 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-05 09:16:45 +00:00
ggu
7b593e5ac8 TDI-12876: add the trace debug for inner joblet connections.
git-svn-id: http://talendforge.org/svn/tos/trunk@110487 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-05 06:40:34 +00:00
ggu
e3d1c16693 TDI-12876: add the trace debug for inner joblet connections.
git-svn-id: http://talendforge.org/svn/tos/trunk@110486 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-05 06:39:47 +00:00
hwang
79ca50e718 TDI-27982:Joblet: Should disable some actions for expanded joblet
git-svn-id: http://talendforge.org/svn/tos/trunk@110484 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-05 06:39:25 +00:00
zwzhao
134b813f53 bug TDI-26880 fixed : Getting NPE when i run the task created using jobscript
git-svn-id: http://talendforge.org/svn/tos/trunk@110456 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 10:11:17 +00:00
bchen
e4fffe04a2 Fix Work Item TDI-27913 : tSalesforceOutput, tSalesforceConnection support repository when login type is OAuth2
https://jira.talendforge.org/browse/TDI-27913

git-svn-id: http://talendforge.org/svn/tos/trunk@110440 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 08:32:20 +00:00
hcyi
757ddb1cec bug TDI-27908 fixed : tRowGenerator forgets its settings .
git-svn-id: http://talendforge.org/svn/tos/trunk@110436 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 08:05:06 +00:00
jzhao
daa252f09a Fix Bug TDI-27601: tOracleInput: connection closing behavior when exception occurs .
https://jira.talendforge.org/browse/TDI-27601
Note:1.Fix for all the tDBInput/Commit/rollback
2.Fixed six DQ components
3.Use include file for t*Input_end.javajet/t*Commit_main.javajet/t*Rollback_main.javajet.

git-svn-id: http://talendforge.org/svn/tos/trunk@110426 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 06:46:21 +00:00
hwang
bc5a98d34e TDI-27911:About Job Designs 'Generate Doc As HTML',there is a wrong shell popup
git-svn-id: http://talendforge.org/svn/tos/trunk@110425 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 06:45:40 +00:00
zshen
c9546f7547 Fix Bug TDQ-8217 : try to add java udi to column analysis get serveral dialog to download jar.
remove not must dependency org.talend.core.runtime

git-svn-id: http://talendforge.org/svn/tos/trunk@110417 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 04:08:36 +00:00
zshen
1a6ca3932b Fix Bug TDQ-8217 : try to add java udi to column analysis get serveral dialog to download jar.
remove not must dependency org.talend.core.runtime

git-svn-id: http://talendforge.org/svn/tos/trunk@110415 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-04 04:08:28 +00:00
jyhu
e686458e40 Fix Bug TDI-27810:dynamic schema and Access database.
https://jira.talendforge.org/browse/TDI-27810

git-svn-id: http://talendforge.org/svn/tos/trunk@110398 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 10:30:21 +00:00
nrousseau
3bd0e107ac TUP-913 : fix some problems of memory... related to jobs / folders... and code cleanup for the isDeleted in the actions
git-svn-id: http://talendforge.org/svn/tos/trunk@110383 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 08:54:01 +00:00
plv
5ac9e0ff9a bug TDI-27707:undo function is not working
git-svn-id: http://talendforge.org/svn/tos/trunk@110373 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 08:07:13 +00:00
hwang
777cc2d3c2 TDI-27925:the mapreduce job indicate reduce part have little problem
git-svn-id: http://talendforge.org/svn/tos/trunk@110372 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 08:00:37 +00:00
hwang
299a5154bb TDI-27925:the mapreduce job indicate reduce part have little problem
git-svn-id: http://talendforge.org/svn/tos/trunk@110367 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 07:34:12 +00:00
jzhao
affada10bb Fixed TUJ For TDI-26670: tExtractDelimitedFields throws exception when field to split is null
https://jira.talendforge.org/browse/TDI-26670
Note:Fixed tExtractXMLFields for TUJ down


git-svn-id: http://talendforge.org/svn/tos/trunk@110350 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 03:50:43 +00:00
wchen
85063b3d12 bug TUP-1155 fixed: exportDependencies is called two times for each job
git-svn-id: http://talendforge.org/svn/tos/trunk@110349 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 03:36:08 +00:00
jyhu
4f3713011c Fix Bug TDI-27204: Get error of "Unexpected message type: ReadyForQuery" in tVerticaOutput when use an existing connection component and "Action on data" is "Delete".
https://jira.talendforge.org/browse/TDI-27204


git-svn-id: http://talendforge.org/svn/tos/trunk@110342 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 03:24:12 +00:00
wchen
72bd59c7f8 bug TUP-1155 fixed: exportDependencies is called two times for each job
git-svn-id: http://talendforge.org/svn/tos/trunk@110337 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 03:03:28 +00:00
plv
d17838cb25 bug TDI-27707:undo function is not working
git-svn-id: http://talendforge.org/svn/tos/trunk@110333 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-11-01 02:31:03 +00:00
wwang
14f5bd8755 Fix Bug TDI-26730 : Support for MapR 3.0 in 5.4
https://jira.talendforge.org/browse/TDI-26730

git-svn-id: http://talendforge.org/svn/tos/trunk@110313 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 10:07:55 +00:00
jjzhou
52a04b2963 fix Bug TDI-27864: In tMDMOutput for STAGING, <%=withReport%> value is still true
https://jira.talendforge.org/browse/TDI-27864

git-svn-id: http://talendforge.org/svn/tos/trunk@110312 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 10:01:53 +00:00
jjzhou
74c82327e4 fix Bug TDI-27744: tREST schema be changed by connecting it to other component,and also for some other components
https://jira.talendforge.org/browse/TDI-27744

git-svn-id: http://talendforge.org/svn/tos/trunk@110291 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 08:08:04 +00:00
zwzhao
1c521dadac bug TDI-27777 fixed : TAC can not generate job when set user component path in configuration-commandline setting.
git-svn-id: http://talendforge.org/svn/tos/trunk@110290 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 07:50:06 +00:00
hwang
f83e80ab11 TDI-26761:When the studio language is set to BRASIL, the commandline/Studio does not generate the job well
git-svn-id: http://talendforge.org/svn/tos/trunk@110284 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 07:26:03 +00:00
plv
8f7e3c8235 bug TDI-27707:undo function is not working
git-svn-id: http://talendforge.org/svn/tos/trunk@110282 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 07:15:17 +00:00
wliu
d5d42cf46c Fix Bug TDI-27204 : Get error of "Unexpected message type: ReadyForQuery" in tVerticaOutput when use an existing connection component and "Action on data" is "Delete"
https://jira.talendforge.org/browse/TDI-27204

git-svn-id: http://talendforge.org/svn/tos/trunk@110281 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 07:01:21 +00:00
jjzhou
a4d15b7ad2 fix Bug TDI-27909: Talend component tSalesforceInput Bulk query let opened bulk job on Salesforce.com
https://jira.talendforge.org/browse/TDI-27909

git-svn-id: http://talendforge.org/svn/tos/trunk@110268 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-31 01:02:36 +00:00
jyhu
ed87afe26d Fix Bug TDI-27204: Get error of "Unexpected message type: ReadyForQuery" in tVerticaOutput when use an existing connection component and "Action on data" is "Delete" .
https://jira.talendforge.org/browse/TDI-27204
fixed issue for 10000 rows delete hang.

git-svn-id: http://talendforge.org/svn/tos/trunk@110249 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 10:23:34 +00:00
wliu
5b25e6978b Fix Feature TDI-27659 : make Dynamic mode of tRunjob to support passing log4jlevel to the child job.
git-svn-id: http://talendforge.org/svn/tos/trunk@110243 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 10:02:26 +00:00
jzhao
43aa137f6a Fixed Bug TDI-26670: tExtractDelimitedFields throws exception when field to split is null
https://jira.talendforge.org/browse/TDI-26670
Note:Fixed tExtractXX components throw NPE if source value is NULL.

git-svn-id: http://talendforge.org/svn/tos/trunk@110240 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 09:48:55 +00:00
hcyi
9b3cec0401 bug TDI-27706 fixed : SQL Builder seems not to be working .
git-svn-id: http://talendforge.org/svn/tos/trunk@110236 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 09:09:26 +00:00
jyhu
46aef1305c Fix Feature TDI-26391: Support SAP Hana for Talend big data .
https://jira.talendforge.org/browse/TDI-26391 
fixed bug about saphana

git-svn-id: http://talendforge.org/svn/tos/trunk@110226 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 08:07:40 +00:00
ldong
bc508e102b bug TUP-1144 fixed:delete the migration and update the demo project.
git-svn-id: http://talendforge.org/svn/tos/trunk@110224 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 07:39:26 +00:00
gliu
0e385edf0d [TESB-10008] Move JMXnotification Bean into Spring XML
git-svn-id: http://talendforge.org/svn/tos/trunk@110205 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 03:38:26 +00:00
jjzhou
5b545b4df3 fix WorkItem TDI-27584: Change the default mode from "Use Commandline" to "Use Java API" for all the sqoop components
https://jira.talendforge.org/browse/TDI-27584

git-svn-id: http://talendforge.org/svn/tos/trunk@110204 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 03:10:36 +00:00
ldong
c3dac1c414 bug TUP-1144 revert:since this migration already included into 540 release,can not delete,just keep it but do nothing.
git-svn-id: http://talendforge.org/svn/tos/trunk@110201 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 02:57:13 +00:00
jjzhou
04e2dc576f fix WorkItem TDI-27584: Change the default mode from "Use Commandline" to "Use Java API" for all the sqoop components
https://jira.talendforge.org/browse/TDI-27584

git-svn-id: http://talendforge.org/svn/tos/trunk@110200 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 02:40:44 +00:00
zgao
433771e79c [TESB-10335] The cLog component is severely impaired
-- [TESB-11820] Add default loggingCategory(also can be customize) for cLog.

git-svn-id: http://talendforge.org/svn/tos/trunk@110199 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 02:37:22 +00:00
ldong
67f01572e2 bug TUP-1144 revert:revert it since it cause some tuj pbs.
git-svn-id: http://talendforge.org/svn/tos/trunk@110195 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 02:06:15 +00:00
jjzhou
ba917015ff fix WorkItem TDI-27584: Change the default mode from "Use Commandline" to "Use Java API" for all the sqoop components
https://jira.talendforge.org/browse/TDI-27584

git-svn-id: http://talendforge.org/svn/tos/trunk@110193 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-30 01:50:16 +00:00
hwang
6131b1cd04 TUP-1162 :Studio License dialog for missing libs lacks of explanation
git-svn-id: http://talendforge.org/svn/tos/trunk@110171 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 09:12:14 +00:00
hwang
60f253737a TUP-1162 :Studio License dialog for missing libs lacks of explanation
git-svn-id: http://talendforge.org/svn/tos/trunk@110170 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 09:10:06 +00:00
hwang
96a8ab9dc2 TDI-27469:propagate problem
git-svn-id: http://talendforge.org/svn/tos/trunk@110145 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 06:37:50 +00:00
wwang
47706ec0c2 Fix Bug TDI-27366 : remove GenerateDocumentHelper
https://jira.talendforge.org/browse/TDI-27366

git-svn-id: http://talendforge.org/svn/tos/trunk@110123 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 03:26:29 +00:00
nrousseau
a0e7402db0 TDI-27902 : change dependencies for archiva / hcatalog.
git-svn-id: http://talendforge.org/svn/tos/trunk@110117 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 03:04:18 +00:00
ldong
587a5b2f18 bug TDI-27660 fixed:Commandline fails to run the exportItems command on Ubuntu.
git-svn-id: http://talendforge.org/svn/tos/trunk@110110 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 02:19:35 +00:00
bchen
4f5a695e0e Fix Bug TDI-27166 : SALESFORCE BULK API BUG (CONSUMES TOO MANY API CALLS) - SOLVED
https://jira.talendforge.org/browse/TDI-27166


git-svn-id: http://talendforge.org/svn/tos/trunk@110104 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-29 01:47:41 +00:00
rdubois
3e52a97faa TDI-27581: change the parameter label.
git-svn-id: http://talendforge.org/svn/tos/trunk@110100 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 16:12:01 +00:00
ilazebny
c38a00d5b2 Update version in poms to 5.4.1-SNAPSHOT
git-svn-id: http://talendforge.org/svn/tos/trunk@110091 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 10:48:00 +00:00
wliu
82a9a4bf08 Fix Feature TDI-27594 : diable the input iterate link.
https://jira.talendforge.org/browse/TDI-27594

git-svn-id: http://talendforge.org/svn/tos/trunk@110077 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 10:26:32 +00:00
jzhao
e46f6d0a8e Fixed Feature TDI-27594: Create tFileInputRaw and tFileOutputRaw components to work with TDM
https://jira.talendforge.org/browse/TDI-27594
Note:Fixed some minor problem.

git-svn-id: http://talendforge.org/svn/tos/trunk@110069 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 09:56:00 +00:00
ggu
6890cfa404 TDI-27905: add a validator for demo project.
git-svn-id: http://talendforge.org/svn/tos/trunk@110058 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 08:25:48 +00:00
hcyi
4b774ad9c3 bug TDI-26947 fixed : ELTHiveMap : remove IMPLICIT JOIN from the JOIN list in the ELT MAP for HIVE .
git-svn-id: http://talendforge.org/svn/tos/trunk@110056 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 08:11:30 +00:00
hwang
bb1e5c4905 TDI-27456:The joblet output row value will be rename to default after change the joblet
git-svn-id: http://talendforge.org/svn/tos/trunk@110041 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 05:47:06 +00:00
wliu
fad3859108 Fix Feature TDI-25351 : add more log information for Greenplum, mysql, Netezza, Teradata.
https://jira.talendforge.org/browse/TDI-25351

git-svn-id: http://talendforge.org/svn/tos/trunk@110035 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 03:09:23 +00:00
wliu
4b78d117ad Fix Feature TDI-25351 : add more log information for Greenplum, mysql, Netezza, Teradata.
https://jira.talendforge.org/browse/TDI-25351

git-svn-id: http://talendforge.org/svn/tos/trunk@110030 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 02:35:21 +00:00
zwzhao
f3f371ead9 bug TUP-1143 fixed : DI Demo project unzip example fails on Mac
git-svn-id: http://talendforge.org/svn/tos/trunk@110029 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-28 02:03:56 +00:00
bchen
5ebaddfb5c Fix New Feature TDI-26855 : Support OAuth2 with Salesforce.com
https://jira.talendforge.org/browse/TDI-26855


git-svn-id: http://talendforge.org/svn/tos/trunk@110016 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 10:31:10 +00:00
wwang
dd79f1deb7 Fix Feature TDI-26729 : add the lost jar for hive embedded hbasestorage
https://jira.talendforge.org/browse/TDI-26729

git-svn-id: http://talendforge.org/svn/tos/trunk@109992 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 08:08:55 +00:00
hwang
6886bbaa68 TDI-27824:saphana's repository has some problems
git-svn-id: http://talendforge.org/svn/tos/trunk@109986 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 06:28:28 +00:00
hwang
24fecf5a6e TDI-27648:Job Opens In Bottom Right Corner
git-svn-id: http://talendforge.org/svn/tos/trunk@109983 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 05:33:40 +00:00
zwzhao
740ea33131 bug TUP-1140 fixed : Cannot connect triggers in arbitrary order
git-svn-id: http://talendforge.org/svn/tos/trunk@109978 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 03:42:59 +00:00
jzhao
545790012e Fixed Bug TDI-27527: tDenormalizeSortedRow does not properly handle Integers
https://jira.talendforge.org/browse/TDI-27527
Note:1.Fix optimize the code
2.Add support char type not nullable.

git-svn-id: http://talendforge.org/svn/tos/trunk@109975 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 03:14:18 +00:00
wwang
25260ab034 Fix Feature TDI-26729 : change the path
https://jira.talendforge.org/browse/TDI-26729

git-svn-id: http://talendforge.org/svn/tos/trunk@109971 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-25 01:53:40 +00:00
wwang
8e05521186 Fix Feature TDI-26729 : add the lost jars
https://jira.talendforge.org/browse/TDI-26729

git-svn-id: http://talendforge.org/svn/tos/trunk@109963 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 15:57:35 +00:00
wwang
ac4dea6d04 Fix Feature TDI-26729 : Support for HDP 2.0 in 5.4
https://jira.talendforge.org/browse/TDI-26729

git-svn-id: http://talendforge.org/svn/tos/trunk@109949 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 13:25:40 +00:00
bchen
77191d54cd Fix New Feature TDI-26855 : Support OAuth2 with Salesforce.com
https://jira.talendforge.org/browse/TDI-26855
API_VERSION shouldn open on tSalesforceBulk* components

git-svn-id: http://talendforge.org/svn/tos/trunk@109940 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 10:42:29 +00:00
hfchang
6b398e6db0 bug:TDI-27809 Import Demo: welcome page : Getting started:Even if cancel import demo project, still able get "import successfullly" message fixed.
git-svn-id: http://talendforge.org/svn/tos/trunk@109938 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 10:32:34 +00:00
hfchang
50ca60f5c8 bug TDI-27809 : Import Demo: welcome page : Getting started:Even if cancel import demo project, still able get "import successfullly" message fixed.
git-svn-id: http://talendforge.org/svn/tos/trunk@109937 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 10:31:53 +00:00
ldong
0aa8419c22 bug TUP-1144 fixed:add a migration task for change the hard code for beforeRunjobs in demo project.
git-svn-id: http://talendforge.org/svn/tos/trunk@109927 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 09:24:22 +00:00
jyhu
6a011f0a81 Fix Bug TDI-26705: Property name of ERROR_MESSAGE is inconsistent between displaying inside Outline and inside code .
https://jira.talendforge.org/browse/TDI-26705
fixed issue comment by bchen.

git-svn-id: http://talendforge.org/svn/tos/trunk@109926 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 09:19:21 +00:00
hcyi
a4f2b3e817 bug TDI-27568 fixed : xml tree in both tHL7Input and tHL7Output repository are generated incorrectly .
git-svn-id: http://talendforge.org/svn/tos/trunk@109913 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 07:16:28 +00:00
jjzhou
f4966400d9 fix Bug TDI-26863: Syntax of generated LDIF file not valid with MS Active Directory.
https://jira.talendforge.org/browse/TDI-26863

git-svn-id: http://talendforge.org/svn/tos/trunk@109909 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 06:44:21 +00:00
zwzhao
d1842ae238 bug TDI-27736 fixed : studio has no response if browse an empty json file for creation
git-svn-id: http://talendforge.org/svn/tos/trunk@109906 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 06:21:11 +00:00
nrousseau
4f3a19f9ca TDI-27857: add the plugin.xml to the build to have the wizard of hl7 work correctly if jars are missing (ask for jars automatically)
git-svn-id: http://talendforge.org/svn/tos/trunk@109899 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 04:27:00 +00:00
jyhu
d4f9c33b15 Fix Bug TDI-27608: missing support for Dynamic data type in LDAP components .
https://jira.talendforge.org/browse/TDI-27608

git-svn-id: http://talendforge.org/svn/tos/trunk@109897 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 03:24:27 +00:00
bchen
cf8306a1cb Fix Bug TDI-27520 : tHashInput/Output is not Threadsafe
https://jira.talendforge.org/browse/TDI-27520

git-svn-id: http://talendforge.org/svn/tos/trunk@109888 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 02:46:48 +00:00
ldong
afc7dc893b bug TDI-27207 fixed:Could not make column with tooltip 'Add new globalMap variable' narrower.
git-svn-id: http://talendforge.org/svn/tos/trunk@109885 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 02:18:45 +00:00
wchen
aa287cf018 bug TDI-22986 fixed: Routines:Use a routine in a job, after deleted the routine forever, re-open the job, can not detect the routine lost and get an error
git-svn-id: http://talendforge.org/svn/tos/trunk@109884 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-24 02:11:46 +00:00
sgandon
c272447d70 Fix Bug TUP-1157 : trove.jar need to be downloaded in the Studio
added trove.jar into tAdvancedXMLMapHash and excluded it in build_tos_bd.properties
https://jira.talendforge.org/browse/TUP-1157

git-svn-id: http://talendforge.org/svn/tos/trunk@109876 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 14:35:22 +00:00
wwang
440df3ff19 Fix Bug TDI-27599 : support username for HDP1.0
https://jira.talendforge.org/browse/TDI-27599

git-svn-id: http://talendforge.org/svn/tos/trunk@109866 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 10:33:07 +00:00
hcyi
e3739fefad bug TDI-27779 fixed : Warning shell does not activate when running the job attached .
git-svn-id: http://talendforge.org/svn/tos/trunk@109859 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 10:03:55 +00:00
gliu
760581ae5b [TESB-11687] alias problem on tESBConsumer with SR enabled
fixed on cCXF

git-svn-id: http://talendforge.org/svn/tos/trunk@109857 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 09:39:50 +00:00
hcyi
4a070eab45 bug TDI-27779 modified : Warning shell does not activate when running the job attached .
git-svn-id: http://talendforge.org/svn/tos/trunk@109847 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 09:03:27 +00:00
wchen
b31c849b77 bug TDI-27762 fixed: tXMLMap: Error message of "Multiple document type xxx"cannot disappear even if update schema
git-svn-id: http://talendforge.org/svn/tos/trunk@109833 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 06:24:13 +00:00
jjzhou
93239c46c8 Fix Bug TDI-27601: tOracleInput: connection closing behavior when exception occurs .
https://jira.talendforge.org/browse/TDI-27601

git-svn-id: http://talendforge.org/svn/tos/trunk@109830 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2013-10-23 05:56:23 +00:00
4271 changed files with 35792 additions and 20513 deletions

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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

@@ -16,7 +16,7 @@
<extension point="org.eclipse.ui.perspectives">
<perspective class="org.talend.componentdesigner.ui.Perspective"
id="org.talend.componentdesigner.perspective"
name="Component's Designer">
name="Component Designer">
</perspective>
</extension>
<extension point="org.eclipse.ui.perspectiveExtensions">

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
@@ -24,7 +24,10 @@ import org.eclipse.jface.action.IAction;
import org.eclipse.jface.action.IMenuManager;
import org.eclipse.jface.dialogs.MessageDialog;
import org.eclipse.jface.viewers.TreeSelection;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.internal.WorkbenchWindow;
import org.eclipse.ui.PlatformUI;
import org.eclipse.ui.internal.PerspectiveBarManager;
import org.eclipse.ui.navigator.CommonActionProvider;
import org.eclipse.ui.navigator.ICommonActionExtensionSite;
import org.eclipse.ui.navigator.ICommonViewerWorkbenchSite;

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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

@@ -1413,11 +1413,27 @@
version="0.0.0"
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.librariesmanager.ui.nl"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
<plugin
id="org.talend.librariesmanager.nl"
download-size="0"
install-size="0"
version="0.0.0"
fragment="true"
unpack="false"/>
</feature>

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
@@ -40,6 +40,10 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
private Point lastCursorPosition;
private long lastDragTime;
private boolean scrollUp = false;
public DefaultDropTargetListener(AbstractMapperManager mapperManager) {
super();
this.mapperManager = mapperManager;
@@ -53,12 +57,14 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
return mapperManager.getUiManager();
}
@Override
public void dragEnter(DropTargetEvent event) {
updatePopupPosition(event);
// updatePopupPosition(event);
setPopupVisible(true);
event.detail = mapperManager.getUiManager().getCurrentDragDetail();
}
@Override
public void dragLeave(DropTargetEvent event) {
dragFinished();
}
@@ -76,6 +82,7 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
draggingInfosPopup.setVisible(visible);
}
@Override
public void dragOperationChanged(DropTargetEvent event) {
updatePopupPosition(event);
detectPressedKeys(event);
@@ -124,6 +131,7 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
}
@Override
public void dragOver(DropTargetEvent event) {
// System.out.println(((DropTarget)event.widget).getControl());
event.detail = DND.DROP_NONE;
@@ -133,20 +141,17 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
}
private void updatePopupPosition(DropTargetEvent event) {
Point cursorPosition = new Point(event.x, event.y);
if (!cursorPosition.equals(lastCursorPosition)) {
AbstractUIManager uiManager = mapperManager.getUiManager();
DraggingInfosPopup draggingInfosPopup = uiManager.getDraggingInfosPopup();
draggingInfosPopup.setCursorPosition(event.x, event.y);
}
// System.out.println("updatePopupPosition:" + lastCursorPosition + "-->" + cursorPosition);
lastCursorPosition = cursorPosition;
}
private void autoScroll(DropTargetEvent event) {
if (lastCursorPosition == null || lastCursorPosition.y == event.y) {
return;
}
Composite currentComposite = null;
Object source = event.getSource();
if (source instanceof DropTarget) {
@@ -163,22 +168,51 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
if (parentScrolledComposite == null) {
return;
}
ScrollBar vBar = parentScrolledComposite.getVerticalBar();
int increment = event.y - lastCursorPosition.y;
if (increment > 0) {
increment = increment + 3;
} else {
increment = increment - 3;
}
Control content = parentScrolledComposite.getContent();
if (content != null) {
Point location = content.getLocation();
int vSelection = vBar.getSelection();
int increment = 0;
int thumb = vBar.getThumb();
if (lastCursorPosition == null || lastCursorPosition.y == event.y) {
long currentTimeMillis = System.currentTimeMillis();
long time = currentTimeMillis - lastDragTime;
if (lastDragTime != 0 && time > 100) {
Point pointToScrollComposite = parentScrolledComposite.toControl(event.x, event.y);
// scroll up
if (pointToScrollComposite.y < 40) {
increment = -20;
}
// scroll down
else if (thumb - pointToScrollComposite.y < 40) {
increment = 20;
} else {
return;
}
} else {
return;
}
} else {
increment = event.y - lastCursorPosition.y;
if (increment > 0) {
increment = increment + 3;
} else {
increment = increment - 3;
}
}
if (vSelection >= 0 && vSelection + increment > 0 && vSelection + increment < vBar.getMaximum()) {
vBar.setSelection(vSelection + increment);
}
content.setLocation(location.x, -vSelection);
mapperManager.getUiManager().refreshBackground(true, false);
lastDragTime = System.currentTimeMillis();
}
// Event e = new Event();
@@ -205,6 +239,7 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
return getParentScrolledComposite(composite.getParent());
}
@Override
public void drop(DropTargetEvent event) {
dragFinished();
}
@@ -218,6 +253,7 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
return getClass() != DefaultDropTargetListener.class;
}
@Override
public void dropAccept(DropTargetEvent event) {
}
@@ -227,6 +263,7 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
*
* @see org.eclipse.jface.util.TransferDropTargetListener#getTransfer()
*/
@Override
public Transfer getTransfer() {
return TableEntriesTransfer.getInstance();
}
@@ -236,6 +273,7 @@ public class DefaultDropTargetListener implements TransferDropTargetListener {
*
* @see org.eclipse.jface.util.TransferDropTargetListener#isEnabled(org.eclipse.swt.dnd.DropTargetEvent)
*/
@Override
public boolean isEnabled(DropTargetEvent event) {
return true;
}

View File

@@ -1,6 +1,6 @@
// ============================================================================
//
// Copyright (C) 2006-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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-2013 Talend Inc. - www.talend.com
// Copyright (C) 2006-2014 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