Bug 1188756 - TD has problems to "Test JDBC connection" when there is ";" (semicolon) in password
Summary: TD has problems to "Test JDBC connection" when there is ";" (semicolon) in pa...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Data Virtualization 6
Classification: JBoss
Component: Tooling
Version: 6.1.0
Hardware: Unspecified
OS: Windows
unspecified
unspecified
Target Milestone: ---
: 6.1.0
Assignee: Barry LaFond
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-02-03 16:09 UTC by Matus Makovy
Modified: 2015-11-17 18:06 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-11-17 18:06:28 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker TEIIDDES-2430 0 Major Closed TD has problems to "Test JDBC connection" when there is ";" (semicolon) in password 2015-02-09 12:16:56 UTC

Description Matus Makovy 2015-02-03 16:09:01 UTC
When I use this info for connection to DV server:

Username: teiidUser
Password: abcd;efgh

Function "Test JDBC connection" fails to test the connection. (JIRA screenshot)
However, when I try to deploy some VDB and connect to it, everything works.

I tried to redefine the password without the semicolon( ; ) and it was OK.

Comment 2 Matus Makovy 2015-02-03 16:14:39 UTC
tested with DV 6.1.ER5 and TD 9.0.1.Final-v20150113-1606-B527

Comment 3 Barry LaFond 2015-02-03 18:55:28 UTC
Should be simple fix in our ExecutionAdmin class call connect() with uname/pwd Properties() object rather than append them on the URL which ends up parsing the properties based on the ';' delimiter

Comment 4 JBoss JIRA Server 2015-02-04 15:34:48 UTC
Barry LaFond <blafond> updated the status of jira TEIIDDES-2430 to Resolved

Comment 5 Matus Makovy 2015-02-06 11:00:29 UTC
verified on JBDSIS-CR2

Comment 6 JBoss JIRA Server 2015-02-09 12:16:57 UTC
Matus Makovy <mmakovy> updated the status of jira TEIIDDES-2430 to Closed

Comment 7 Matus Makovy 2015-03-03 09:49:49 UTC
verified with TD 8.6.1.CR1


Note You need to log in before you can comment on or make changes to this bug.