[teiid-issues] [JBoss JIRA] (TEIID-3165) TeiidDataSource ignores jassName

Steven Hawkins (JIRA) issues at jboss.org
Thu Oct 9 19:31:11 EDT 2014


     [ https://issues.jboss.org/browse/TEIID-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-3165.
-----------------------------------
    Fix Version/s: 8.7.1
                   8.9
       Resolution: Done


Moved the property logic into the common build properties method.

> TeiidDataSource ignores jassName
> --------------------------------
>
>                 Key: TEIID-3165
>                 URL: https://issues.jboss.org/browse/TEIID-3165
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 8.7.1
>         Environment: OS: fedora 20
> arch: x86_64
> java: sun 1.7
>            Reporter: Juraj Duráni
>            Assignee: Steven Hawkins
>             Fix For: 8.7.1, 8.9
>
>
> I am trying to connect to VDB through Kerberos authentication using TeiidDataSource:
> TeiidDataSource tds = new TeiidDataSource();
> tds.setServerName("localhost");
> tds.setPortNumber(31000);
> tds.setDatabaseName(<vdb>);
> tds.setJaasName(<jassName>);
> tds.setKerberosServicePrincipleName(<principalName>);
> but tds.getConnection(); ends with:
> TEIID20005 Client URL connection property missing "jaasName". Please add the property to connection URL
> Connection through TeiidDriver works fine:
> url: jdbc:teiid:<vdb>@mm://<host>:31000;jaasName=<jassName>;kerberosServicePrincipleName=<principalName>



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)



More information about the teiid-issues mailing list