Commit Graph

335 Commits

Author SHA1 Message Date
fwang
dc50737355 bug TDI-21132 fixed:need backport on 5.0
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83853 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-18 09:22:54 +00:00
hbhong
eb13343dd8 merge r83775 from trunk to branch 5.0
TMDM-3993:fix getPattern() method not handle MDM Type


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83776 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-17 10:39:58 +00:00
yyin
1dbbfb5a4d TDQ-5190 issues for db2 zos connection.
TDQ-5352 Backport to branch 5.0

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83633 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-16 06:49:32 +00:00
jyhu
c02bf6880b Fix Bug TDI-19077 : tMysqlSCDELT - component creates wrong(?) sql statements .
http://jira.talendforge.org/browse/TDI-19077 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83617 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-16 03:54:30 +00:00
zshen
e3d2a3a508 TDQ-4738 TDQ-5354 added one input dialog to input a new name of connection when create a connection by right click schema or catalog and have a same name exist.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83522 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-15 04:16:50 +00:00
mwang
d3bafc7a14 For bug TDI-21058, when multi-threads access the object "dbtable", it will bring the concurrency problem. So I just add a synchronized block where the object "dbtable" is operated.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83507 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-15 03:14:55 +00:00
sizhaoliu
0f1ae320fb merge r83272 from trunk to branch 5.0
fixed TDQ-4884: SQL Server 2008 via NTLM can't retrieve new schema

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83481 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-14 16:24:25 +00:00
yyin
a1603ebf01 TDQ-5241 run analysis get error for 'time' ty...
TDQ-5336 Backport to branch 5.0
 and unit test 

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83425 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-14 07:09:25 +00:00
mwang
e6936c3d62 For bug TDI-21007, just fix the problem "IndexOutOfBoundsException", but still do not know how to reproduce te problem.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83404 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-14 03:47:52 +00:00
fwang
f78de4e309 bug TDI-20844 fixed:Copy or Duplicate an item will lose the screenshot of original job
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83339 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-11 08:56:45 +00:00
msjian
588306a4fb TDQ-5021: revert last commit for ConnectionUtilsTest
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83328 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-11 08:17:13 +00:00
msjian
bd2a7e9369 TDQ-5021: fix the ConnectionUtilsTest with the mock mode on branch 5.0
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83316 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-11 06:54:51 +00:00
qiongli
5580124b78 TDQ-5250 TDQ-5318 bakport to branch50(change variable "confirmFromDialog" to proteced for DQ reuse).
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83303 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-11 04:33:03 +00:00
mwang
44093fd695 For bug TDI-21038. The nodes under metadata except DB node have the problems. Solution: Handle the copy for connection and metadata table before clicking "cancel".
Fixed nodes includes: Salesforce, Generic, LDAPS, WSDL, File Delimited, File Excel, File Ldif, File Positional, File Regex and File XML.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83187 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-10 02:53:45 +00:00
hcyi
f363b3dfbb bug TDI-20810 fixed : Studio tXMLMap Component Bug: When tXMLMap imports the schema from the metadata , that it wrongly converts the numeric type into a string .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83135 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-09 08:26:23 +00:00
hcyi
dd8c4f4382 bug TDI-20915 fixed : Export_can't export the routines in reference project .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83030 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-08 03:54:32 +00:00
mwang
e5a3fb7f51 For bug TDI-20939
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@83007 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-08 01:56:11 +00:00
fwang
190f304c53 bug TDI-20896 fixed:the same name of copy validate rule and duplicate validate rule
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82874 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-07 05:36:24 +00:00
xqliu
fbc4275c96 TDQ-4853 TDQ-5277 1) resolve this problem on branch 5.0; 2) duplicate one element, set the new label; 3) do code format for some classes
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82777 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-04 08:09:46 +00:00
plv
9efeaefbc5 bug TDI-20393 fixed:Retrieving schema fails on SQLServer on schema different from dbo
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82772 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-04 06:48:13 +00:00
yyin
6be4d744ea TDQ-4959 replace refreshDQView TDQ-5265
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82770 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-04 06:13:30 +00:00
ycbai
b1420f6aed bug TDI-20960 fixed: force the check of the name field after retrieve the list of the existing items.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82742 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-03 02:07:54 +00:00
xqliu
46b8a13700 TDQ-5249 TDQ-5263 fix it on branch 5.0
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82726 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-05-02 06:51:34 +00:00
hcyi
ad6383e94c bug TDI-20726 fixed : Send different product names to registration webservice .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82654 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-27 03:12:22 +00:00
hcyi
e718fa96da bug TDI-20608 fixed: remained bugs releated to TDI-20504 .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82619 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-26 08:56:06 +00:00
zwzhao
84c492aa1f Bug TDI-18366 fixed: Retrieve schema on hive connection throws null pointer exception
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82595 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-26 06:20:26 +00:00
qiongli
e8bbc95cb6 TDQ-5227:backport to branch5.0(handle db2 data type of "longvarchar/double/real" ).
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82594 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-26 06:17:46 +00:00
zshen
058c8ec646 TDQ-5231 TDQ-5243 "export items" on tool bar, in some way will throw a NPE .fix it on the trunk.
add a updateBasePath method to update the state.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82586 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-26 04:27:04 +00:00
fwang
3d7b2c6bba bug TDI-17243 fixed:After modify the sql of query in database connection, but it can't detect and update for the related job/joblet.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82529 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-25 10:08:48 +00:00
hbhong
0e423ed678 merge r82469 from trunk to branch 5.0
TMDM-3786:just fixed the EMF resource is inserted twice when importing items.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82477 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-25 04:27:13 +00:00
plv
53a4af494a bug TDI-20605 fixed:When I create a OracleDB connection,delete it,retrieve schema,the table apperance
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82470 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-25 03:56:21 +00:00
rdubois
cf8e9f0a30 merge r82364 from trunk to branch 5.0
TDI-20824 fixed: the IS_ALPHA routine were wrong if the last character (only) was a numeric


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82365 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-24 06:22:55 +00:00
hcyi
7356b998c3 bug TDI-20639 fixed : revert the commit 81808 .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82264 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-23 07:39:37 +00:00
plv
e01ce98872 bug TDI-20605 fixed:When I create a OracleDB connection,delete it,retrieve schema,the table apperance
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82142 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-20 08:25:41 +00:00
zshen
79e9a8b4fa TDQ-4748 TDQ-5202 "export items" on tool bar, in some way will throw a NPE .fix it on the branch5.0.
add a updateBasePath method to update the state.

git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82130 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-20 06:57:06 +00:00
achen
a7af6a8383 merge r82114 from trunk to branch 5.0
TMDM-3809: fix NPE while login CE


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82115 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-20 05:45:59 +00:00
zwzhao
3d79596047 Bug TDI-18366 fixed: Retrieve schema on hive connection throws null pointer exception
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82084 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-19 10:34:06 +00:00
qiongli
8e0c73a7f2 TDQ-5163 TDQ-5130:backport to branch5.0(if this file connection is depended by DQ analyses,should update these analyses when update schema).
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82068 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-19 09:40:04 +00:00
achen
6207944207 merge r82054 from trunk to branch 5.0
TMDM-3215:modify the  the tos code to re-set mdm preference node


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82057 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-19 08:59:54 +00:00
ycbai
621fe0378b bug TDI-20720 fixed: When Retrieve null schemas of DB JDBC error occurs
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82045 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-19 07:55:36 +00:00
hwang
11281b0ac9 bug TDI-20056 fixed: now when build a job, instead of simply keep the list of String of the jars needed, it will keep the object ModuleNeeded?. So more easy to test later for OSGI and retrieve all the modules who are really needed to add as bundle or as lib.
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@82015 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-19 05:54:43 +00:00
plv
d1bcd099ad bug TDI-20605 fixed:When I create a OracleDB connection,delete it,retrieve schema,the table apperance
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81989 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-19 02:56:09 +00:00
ycbai
1ae3723c0c bug TDI-20606 fixed: When I create a OracleDB connection,export talbles later,error occured
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81924 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-18 09:26:09 +00:00
zwzhao
9b569f1d2c bug TDI-20537 fixed : tELTOracleMap : SQL generation doesn't interpet SQL functions correctly
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81888 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-18 06:10:05 +00:00
nrousseau
d6ee8d8f8d merge r81870 from trunk to branch 5.0
bug TDI-20716 fixed: fix retrieve schema for synonyms. it can retrieve synonyms with wrong columns in it.


git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81873 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-18 03:27:37 +00:00
hcyi
fbc3852489 bug TDI-20493 fixed : Vertica 5 Connector Does not Show Up in Connector Meta-data Section .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81841 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-17 10:25:24 +00:00
xqliu
2c325b1923 TDQ-5118 TDQ-5173 Backport to branch 5.0
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81838 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-17 10:22:50 +00:00
hcyi
dc81346254 bug TDI-20639 fixed : can't drag and drop mdm connection into a job .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81808 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-17 08:07:35 +00:00
fwang
ca2dba316a bug TDI-20305 fixed:Option "Save all" not working
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81734 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-17 01:49:03 +00:00
zwzhao
b45d36963c bug TDI-20435 fixed : Fail to import job & jobscript together
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_0@81692 f6f1c999-d317-4740-80b0-e6d1abc6f99e
2012-04-16 03:29:21 +00:00