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

RH Bugzilla Integration (JIRA) issues at jboss.org
Fri Oct 10 08:17:11 EDT 2014


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

RH Bugzilla Integration commented on TEIID-3165:
------------------------------------------------

Van Halbert <vhalbert at redhat.com> changed the Status of [bug 1151034|https://bugzilla.redhat.com/show_bug.cgi?id=1151034] from NEW to MODIFIED

> 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