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

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


    [ https://issues.jboss.org/browse/TEIID-3165?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010238#comment-13010238 ] 

Steven Hawkins commented on TEIID-3165:
---------------------------------------

Looks like these are only being added in the case of a non-socket connection.

> 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
>
> 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