[JBoss JIRA] (TEIID-2294) Allow to use alias name to lookup the certificate from keysore at jdbc ssl transport layer
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2294?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2294.
---------------------------------
> Allow to use alias name to lookup the certificate from keysore at jdbc ssl transport layer
> ------------------------------------------------------------------------------------------
>
> Key: TEIID-2294
> URL: https://issues.jboss.org/browse/TEIID-2294
> Project: Teiid
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.0
> Reporter: Jack Ma
> Assignee: Ramesh Reddy
> Labels: CR2
> Fix For: 8.2
>
>
> From the teiid 8.1 schema (jboss-teiid.xsd) under docs, there is no "alias" attribute defined for jdbc transport layer. Here is the question: in the case of there are multiple certificates defined at keysore, what certificate jdbc ssl will use? How to specify correct one to use?
>
> Here is the sample teiid jdbc configuration used:
> <transport name="jdbc" socket-binding="teiid-jdbc">
> <authentication security-domain="mysecuritydomain"/>
> <ssl mode="enabled" keymanagement-algorithm="SunX509">
> <keystore name="/opt/test.keystore" password="password"/>
> </ssl>
> </transport>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-1992) Create Connector/Translator to support Infinispan as a data source
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-1992?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-1992.
---------------------------------
> Create Connector/Translator to support Infinispan as a data source
> ------------------------------------------------------------------
>
> Key: TEIID-1992
> URL: https://issues.jboss.org/browse/TEIID-1992
> Project: Teiid
> Issue Type: Feature Request
> Components: Misc. Connectors
> Affects Versions: 8.2
> Reporter: Van Halbert
> Assignee: Van Halbert
> Fix For: 8.2
>
> Attachments: ispn-integration.zip
>
>
> Create a Connector/Translator in order for Teiid to support Infinispan as a read-only data source on its initial release. Read Only because if someone is building an object cache, the primary means for updating the cache would not be thru relational means. However, if someone is wanting to add an object cache as a disparate data source for data integration for exposing the content, then this connector/translator will enable that.
> A goal here is to build an object translator framework that can easily plug in other object cache sources. Example, add support for Coherence. There was a Coherence connector/translator already created in the sandbox, for which, it will provide direction for the object translator.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months
[JBoss JIRA] (TEIID-2085) Additional feature to TEIID-1726
by Steven Hawkins (JIRA)
[ https://issues.jboss.org/browse/TEIID-2085?page=com.atlassian.jira.plugin... ]
Steven Hawkins closed TEIID-2085.
---------------------------------
> Additional feature to TEIID-1726
> --------------------------------
>
> Key: TEIID-2085
> URL: https://issues.jboss.org/browse/TEIID-2085
> Project: Teiid
> Issue Type: Feature Request
> Components: Query Engine
> Reporter: Debbie Steigner
> Assignee: Steven Hawkins
> Fix For: 8.2
>
>
> Specifying the aliases in the hints added in https://issues.jboss.org/browse/TEIID-1726 do not work with even the full table name (fdm.wh_gl_daily_balances_f). However, if you were to specify g_0 and g_1 as the aliases for the tables, the hints take effect. The teiid engine has rewritten the query with its own internal aliases and the only way to find out what has been specified is to actually look at the source system sql send to Oracle.
> Can we specify the table aliases of the main query in the source
> hints rather than looking at what Teiid engine has rewritten to? It
> is quite confusing for developers to use the source hints feature
> and if the developer does not have access to the Oracle database
> they wont be able to tell what has been used in the source query to
> reflect the aliases in the source hints.
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 10 months