]
Mark Drilling updated TEIIDDES-1898:
------------------------------------
Fix Version/s: 8.6
(was: 8.5)
Pushing to next release. Problem is that
JDBCConnectionInfoProvider.requiresPassword(IConnectionProfile) - is hardcoded to
'true'. But some jdbc sources dont require a password.
The CPs do not have a property that we could utilize. Recommend we add such a property
when we abstract the connection info further and deliver the new framework.
Connection Profile requires a password for preview
--------------------------------------------------
Key: TEIIDDES-1898
URL:
https://issues.jboss.org/browse/TEIIDDES-1898
Project: Teiid Designer
Issue Type: Bug
Components: Import/Export
Affects Versions: 8.2
Reporter: Ramesh Reddy
Assignee: Mark Drilling
Fix For: 8.6
Some data sources can work without user name and/or password for connecting to the
source. So, those properties are not mandatory and requiring them for preview is
unnecessary if they are not defined.
In this example, Hive Connection profile was created with username but with out password,
when the Teiid Connection importer used and them a connection profile is set on it to use
the preview, it failed until a dummy password is provided