[teiid-issues] [JBoss JIRA] Resolved: (TEIID-529) Simplify ConnectorCapabilities

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Mon May 11 10:55:46 EDT 2009


     [ https://jira.jboss.org/jira/browse/TEIID-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins resolved TEIID-529.
----------------------------------

    Resolution: Done


After looking into this more the only simplification made was to eliminate base capabilities, such as supportsCriteria, supportsJoins, etc. as outlined in TEIID-203.  An interface is still handy for using the override proxy and as John indicates using enums with value maps isn't really any simpler for the connector developer.

> Simplify ConnectorCapabilities
> ------------------------------
>
>                 Key: TEIID-529
>                 URL: https://jira.jboss.org/jira/browse/TEIID-529
>             Project: Teiid
>          Issue Type: Quality Risk
>          Components: Connector API
>    Affects Versions: 6.0.0
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 6.1.0
>
>
> In making the other connector changes I would like to open a dialog on refining the connector capabilities mechanism.  At a minimum I would like to just use basicconnectorcapabilities rather than having the connectorcapabilities interface, which noonne is told to implement directly anyway.  A more aggressive approach would be to use the same approach as dqp, a map with an enum key.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the teiid-issues mailing list