[JBoss JIRA] (TEIID-3678) Unable to import native metada from HBase
by Juraj Duráni (JIRA)
Juraj Duráni created TEIID-3678:
-----------------------------------
Summary: Unable to import native metada from HBase
Key: TEIID-3678
URL: https://issues.jboss.org/browse/TEIID-3678
Project: Teiid
Issue Type: Bug
Reporter: Juraj Duráni
Assignee: Steven Hawkins
Native metadata cloud not be imported if default values of import properties are used:
{code:xml}
<vdb name="hbase_test_vdb" version="1">
<model name="Source" type="PHYSICAL" visible="true">
<source name="Source" translator-name="hbase" connection-jndi-name="localHBase"/>
<metadata type="NATIVE"/>
</model>
</vdb>
{code}
Exception:
09:08:06,722 DEBUG [org.teiid.CONNECTOR] (teiid-async-threads - 2) JDBCMetadataProcessor - Importing tables
09:08:06,747 DEBUG [org.teiid.CONNECTOR] (teiid-async-threads - 2) JDBCMetadataProcessor - Importing columns
09:08:06,748 INFO [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015865: Replaced deployment "test-vdb.xml" with deployment "test-vdb.xml"
09:08:06,782 DEBUG [org.teiid.CONNECTOR] (teiid-async-threads - 2) JDBCMetadataProcessor - Importing primary keys
09:08:06,905 DEBUG [org.teiid.CONNECTOR] (teiid-async-threads - 2) JDBCMetadataProcessor - Importing index info
09:08:06,906 WARN [org.teiid.RUNTIME] (teiid-async-threads - 2) TEIID50036 VDB hbase_test_vdb.1 model "Source" metadata failed to load. Reason:TEIID11010 java.sql.SQLException: ERROR 1101 (XCL01): ResultSet is closed.
Phoenix driver seems does not support unique indexes (https://github.com/apache/phoenix/blob/master/phoenix-core/src/main/java/...) and returns every time the same ResultSet. After first table, Teiid closes it and next loop fails (https://github.com/teiid/teiid/blob/790e0da722de6f49685ce761302e54772843b...).
The empty ResultSet is being used across all the PhoenixDatabaseMetaData class:
getProcedures(...), getIndexes(...), getImportedKeys(...), getFunctions(...), ...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (TEIID-3618) Salesforce SSO using OAuth2 (RefreshToken, JWT)
by Ramesh Reddy (JIRA)
[ https://issues.jboss.org/browse/TEIID-3618?page=com.atlassian.jira.plugin... ]
Ramesh Reddy resolved TEIID-3618.
---------------------------------
Fix Version/s: 8.12
Resolution: Done
Labels: Beta3 (was: )
Added support JWT based token propagation at the resource-adapter level. Verified with Salesforce. It is still a user exercise to make this work in true SSO fashion from Teiid. The issue there is Teiid login modules are more AD, LDAP which are password based, need to investigate how Teiid can participate or propagate these token through security context to the resource-adapter level.
> Salesforce SSO using OAuth2 (RefreshToken, JWT)
> -----------------------------------------------
>
> Key: TEIID-3618
> URL: https://issues.jboss.org/browse/TEIID-3618
> Project: Teiid
> Issue Type: Feature Request
> Components: Salesforce Connector
> Reporter: Kenneth Peeples
> Assignee: Ramesh Reddy
> Labels: Beta3
> Fix For: 8.12
>
>
> The current Salesforce Connector is using password+token for credentials. We should have the ability to use Salesforce SSO.
> Implementation the same as described here (we could use Keycloak or Picketlink for IDP) - https://login.salesforce.com/help/pdfs/en/salesforce_single_sign_on.pdf?
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (TEIID-3676) Remove JwtBearerGrant CXF classes
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-3676:
-----------------------------------
Summary: Remove JwtBearerGrant CXF classes
Key: TEIID-3676
URL: https://issues.jboss.org/browse/TEIID-3676
Project: Teiid
Issue Type: Task
Components: Misc. Connectors
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 9.0
When CXF version > 3.0.4 remove JwtBearerGrant related CXF classes, and use ones from CXF
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months
[JBoss JIRA] (TEIID-3675) Remove JwtBearerGrant CXF classes
by Ramesh Reddy (JIRA)
Ramesh Reddy created TEIID-3675:
-----------------------------------
Summary: Remove JwtBearerGrant CXF classes
Key: TEIID-3675
URL: https://issues.jboss.org/browse/TEIID-3675
Project: Teiid
Issue Type: Task
Components: Misc. Connectors
Reporter: Ramesh Reddy
Assignee: Ramesh Reddy
Priority: Minor
Fix For: 9.0
When CXF version > 3.0.4 remove JwtBearerGrant related CXF classes, and use ones from CXF
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 4 months