[JBoss JIRA] (TEIID-2305) Spreadsheet Authentication
by Filip Nguyen (JIRA)
Filip Nguyen created TEIID-2305:
-----------------------------------
Summary: Spreadsheet Authentication
Key: TEIID-2305
URL: https://issues.jboss.org/browse/TEIID-2305
Project: Teiid
Issue Type: Sub-task
Reporter: Filip Nguyen
Assignee: Filip Nguyen
Add option to use JAAS module for OAuth for authentication. Same for SimpleLogin (probably needs to implement our own login module for this).
--
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
12 years, 1 month
[JBoss JIRA] (TEIID-2290) Create a Rules (jbpm) quick start
by Van Halbert (JIRA)
Van Halbert created TEIID-2290:
----------------------------------
Summary: Create a Rules (jbpm) quick start
Key: TEIID-2290
URL: https://issues.jboss.org/browse/TEIID-2290
Project: Teiid
Issue Type: Sub-task
Components: Build/Kits
Reporter: Van Halbert
Assignee: Steven Hawkins
Rules integration!
Calling rules from within virtual procedure or transformation:
Logical flow something like this:
For each row
convert row to array or other form that can be easily passed to
user-defined function (UDF)
custom UDF implementation accepts array/vararg params and converts
to pojo
UDF injects pojo to knowledge session
rules (potentially) modify pojo
UDF converts pojo back to array and returns to Teiid
procedure/transformation converts array back to record/row
modified values available to procedure/transformation logic
End
Assumptions:
1. UDF is not adding or removing columns/fields
2. UDF is not changing the datatypes of columns/fields
3. overhead of starting knowledge session for each record/row is
prohibitive. Need a stateful/persistent knowledge session. This may
mean a rules service of some kind, preferably in-process.
--
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
12 years, 1 month
[JBoss JIRA] (TEIID-2294) Allow to use alias name to lookup the certificate from keysore at jdbc ssl transport layer
by Jack Ma (JIRA)
Jack Ma created TEIID-2294:
------------------------------
Summary: 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
Reporter: Jack Ma
Assignee: Steven Hawkins
>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
12 years, 1 month
[JBoss JIRA] Created: (TEIID-1543) Add a query hint to limit the number of concurrent source queries
by Steven Hawkins (JIRA)
Add a query hint to limit the number of concurrent source queries
-----------------------------------------------------------------
Key: TEIID-1543
URL: https://issues.jboss.org/browse/TEIID-1543
Project: Teiid
Issue Type: Sub-task
Components: Query Engine
Affects Versions: 7.4
Reporter: Steven Hawkins
Assignee: Steven Hawkins
We would like a new query hint to limit the number of parallel executions of union members. This is useful in two situations:
1. When the queries are expensive, but the overall union contains a limit that is most likely to be fulfilled by the first member of the union
2. When the queries are backed by a common resource which may be overloaded by multiple queries
The addition of a hint would make this manageable by the client; perhaps something like "/*+ parallel=2*/"?
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months