[JBoss JIRA] (TEIIDDES-1518) Decouple the teiid 8 client libraries and construct an SPI interface to allow multiple teiid server version support
by Paul Richardson (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1518?page=com.atlassian.jira.plu... ]
Paul Richardson resolved TEIIDDES-1518.
---------------------------------------
Release Notes Text: Please refer to http://community.jboss.org/wiki/ArchitectureForAccessToMultipleTeiidRuntimes
Resolution: Done
> Decouple the teiid 8 client libraries and construct an SPI interface to allow multiple teiid server version support
> -------------------------------------------------------------------------------------------------------------------
>
> Key: TEIIDDES-1518
> URL: https://issues.jboss.org/browse/TEIIDDES-1518
> Project: Teiid Designer
> Issue Type: Bug
> Components: Teiid Integration
> Affects Versions: 8.0
> Reporter: Paul Richardson
> Assignee: Paul Richardson
> Fix For: 8.1
>
>
> Both the TeiidServer, transformation and query plugin code is dependent on a single version of the teiid server-client libraries. This means that Designer is only able to connect to a single version of Teiid Server. This is even more problematic as Teiid 7 server JBoss 5 and Teiid 8 servers JBoss 7 hence users would have to upgrade both JBoss and Teiid if upgrading Designer.
> To mitigate this, construct and spi plugin that provides interfaces for TeiidServer ExecutionAdmin class, as well as the transformation language classes and query visitors. The client Teiid plugins, will implement these interfaces which will be reachable via an extension point, dependent on the version of the request default teiid server.
> Although, the teiid client plugins will have a number of implemented classes, there availability to other plugins should be strictly limited, ie. no other plugin should depend on them. Classes should only be accessible via the services, factories and adapters available via the extension point.
--
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
[JBoss JIRA] (TEIIDDES-305) Create an importer for the LDAP Connector
by Barry LaFond (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-305?page=com.atlassian.jira.plug... ]
Barry LaFond updated TEIIDDES-305:
----------------------------------
Fix Version/s: Future
(was: 8.1)
> Create an importer for the LDAP Connector
> -----------------------------------------
>
> Key: TEIIDDES-305
> URL: https://issues.jboss.org/browse/TEIIDDES-305
> Project: Teiid Designer
> Issue Type: Feature Request
> Components: Import/Export
> Affects Versions: Future
> Reporter: Michael Walker
> Assignee: Paul Richardson
> Fix For: Future
>
>
> Designer should be able to import LDAP metadata and auto-generate a relational model. This would remove the manual effort of creating models, which is error-prone.
> The importer should support the ability to gather cost statistics, as it greatly enhances overall query performance, and is always recommended for use with LDAP data source connections.
> The importer could also create normalized tables to represent multi-valued attributes of a given DN. See linked issue for more info on this request.
--
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
[JBoss JIRA] (TEIIDDES-1553) Executing SQL in the SQL Scrapbook fails if SQL not on one line.
by Samuel Mendenhall (JIRA)
[ https://issues.jboss.org/browse/TEIIDDES-1553?page=com.atlassian.jira.plu... ]
Samuel Mendenhall updated TEIIDDES-1553:
----------------------------------------
Description:
After adding an existing Teiid instance to the Datasource Explorer and opening the SQL Scrapbook to execute SQL against that Teiid connection, the SQL must be executed on one line otherwise an error is thrown:
Remote org.teiid.api.exception.query.QueryParserException: Parsing error: Encountered "-" at line 1, column 1.
Was expecting one of:
"alter" ...
"call" ...
"create" ...
"delete" ...
"drop" ...
"exec" ...
"execute" ...
"insert" ...
"select" ...
"table" ...
...
This happens specifically when running "Execute Current Text" / option+s
was:
After adding an existing Teiid instance to the Datasource Explorer and opening the SQL Scrapbook to execute SQL against that Teiid connection, the SQL must be executed on one line otherwise an error is thrown:
Remote org.teiid.api.exception.query.QueryParserException: Parsing error: Encountered "-" at line 1, column 1.
Was expecting one of:
"alter" ...
"call" ...
"create" ...
"delete" ...
"drop" ...
"exec" ...
"execute" ...
"insert" ...
"select" ...
"table" ...
...
> Executing SQL in the SQL Scrapbook fails if SQL not on one line.
> ----------------------------------------------------------------
>
> Key: TEIIDDES-1553
> URL: https://issues.jboss.org/browse/TEIIDDES-1553
> Project: Teiid Designer
> Issue Type: Bug
> Components: VDB & Execution
> Reporter: Samuel Mendenhall
>
> After adding an existing Teiid instance to the Datasource Explorer and opening the SQL Scrapbook to execute SQL against that Teiid connection, the SQL must be executed on one line otherwise an error is thrown:
> Remote org.teiid.api.exception.query.QueryParserException: Parsing error: Encountered "-" at line 1, column 1.
> Was expecting one of:
> "alter" ...
> "call" ...
> "create" ...
> "delete" ...
> "drop" ...
> "exec" ...
> "execute" ...
> "insert" ...
> "select" ...
> "table" ...
> ...
> This happens specifically when running "Execute Current Text" / option+s
--
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
[JBoss JIRA] (TEIIDDES-1553) Executing SQL in the SQL Scrapbook fails if SQL not on one line.
by Samuel Mendenhall (JIRA)
Samuel Mendenhall created TEIIDDES-1553:
-------------------------------------------
Summary: Executing SQL in the SQL Scrapbook fails if SQL not on one line.
Key: TEIIDDES-1553
URL: https://issues.jboss.org/browse/TEIIDDES-1553
Project: Teiid Designer
Issue Type: Bug
Components: VDB & Execution
Reporter: Samuel Mendenhall
After adding an existing Teiid instance to the Datasource Explorer and opening the SQL Scrapbook to execute SQL against that Teiid connection, the SQL must be executed on one line otherwise an error is thrown:
Remote org.teiid.api.exception.query.QueryParserException: Parsing error: Encountered "-" at line 1, column 1.
Was expecting one of:
"alter" ...
"call" ...
"create" ...
"delete" ...
"drop" ...
"exec" ...
"execute" ...
"insert" ...
"select" ...
"table" ...
...
--
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