[teiid-issues] [JBoss JIRA] (TEIID-2551) Delegating does not work for the createXXXExecution methods

Steven Hawkins (JIRA) jira-events at lists.jboss.org
Fri Jun 14 10:10:54 EDT 2013


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

Steven Hawkins resolved TEIID-2551.
-----------------------------------

    Resolution: Done


Removed the createExecution base delegation override and changed the createXXXExecution methods to instead call delegate.createExecution since that's the real public method
                
> Delegating does not work for the createXXXExecution methods
> -----------------------------------------------------------
>
>                 Key: TEIID-2551
>                 URL: https://issues.jboss.org/browse/TEIID-2551
>             Project: Teiid
>          Issue Type: Bug
>          Components: Connector API
>    Affects Versions: 7.7
>            Reporter: Steven Hawkins
>            Assignee: Steven Hawkins
>             Fix For: 8.4.1, 8.5
>
>
> It's not explicit in the docs, but the base delegation logic basically requires you to override createExecution and not the createXXXExecution methods.  Otherwise if the BaseDelegatingExecutionFactory.createExecution is called, then the delegate will be called instead.

--
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


More information about the teiid-issues mailing list