[teiid-issues] [JBoss JIRA] (TEIID-3862) Documentation in kit for certain datasources missing

Van Halbert (JIRA) issues at jboss.org
Thu Feb 18 16:02:00 EST 2016


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

Van Halbert commented on TEIID-3862:
------------------------------------

Tereadata:

{code}
              <datasource jndi-name="java:/TERADATA" pool-name="TERADATA" enabled="true">
                    <connection-url>jdbc:teradata://${hostname}/database=${databasename},tmode=ANSI,charset=UTF8</connection-url>
                    <driver>teradata</driver>
                    <pool>
                        <prefill>false</prefill>
                        <use-strict-min>false</use-strict-min>
                        <flush-strategy>FailingConnectionOnly</flush-strategy>
                    </pool>
                    <security>
                        <user-name>${username}</user-name>
                        <password>${password}</password>
                    </security>
                </datasource>
{code}

{code}
                   <driver name="teradata" module="com.teradata">
                        <driver-class>com.teradata.jdbc.TeraDriver</driver-class>
                    </driver>
{code}

> Documentation in kit for certain datasources missing
> ----------------------------------------------------
>
>                 Key: TEIID-3862
>                 URL: https://issues.jboss.org/browse/TEIID-3862
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Documentation
>            Reporter: Ramesh Reddy
>            Assignee: Van Halbert
>             Fix For: 8.12.5
>
>
> The following data sources do not have documentation under 
> "docs/teiid/datasources"
> where typically a standalone.xml changes and/or CLI scripts are provided.
> access
> hana
> hsql
> informix
> modeshape
> netezza
> sybase
> teradata
> excel
> hbase
> odata
> odata4



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list