[teiid-issues] [JBoss JIRA] (TEIID-2920) Certain Translator Override Definitions for JDBC have identical display names

Ramesh Reddy (JIRA) issues at jboss.org
Wed Apr 9 10:26:13 EDT 2014


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

Ramesh Reddy resolved TEIID-2920.
---------------------------------

    Resolution: Done


added as 

{code}
	@Deprecated
    @TranslatorProperty(display="Deprecated Property:Direct Query Procedure Name", description="Deprecated Property, use Direct Query Procedure Name", advanced=true)
	final public String getNativeQueryProcedureName() {
		return this.nativeProcedureName;
	}

    @TranslatorProperty(display="Deprecated Property:Supports Direct Query Procedure", description="Deprecated Property, Use Supports Direct Query Procedure instead", advanced=true)
	final public boolean supportsNativeQueries() {
		return this.supportsNativeQueries;
	}
{code}
                
> Certain Translator Override Definitions for JDBC have identical display names
> -----------------------------------------------------------------------------
>
>                 Key: TEIID-2920
>                 URL: https://issues.jboss.org/browse/TEIID-2920
>             Project: Teiid
>          Issue Type: Bug
>            Reporter: Barry LaFond
>            Assignee: Ramesh Reddy
>             Fix For: 8.7
>
>
> In VDB editor, noticed that their are duplicate display names for certain JDBC translator properties. Confusing...  
> Debugged a little and here are the culprits I found:
> ID = supportsDirectQueryProcedure
> * Display Name = *Supports direct query procedure*
> ID = supportsNativeQueries
> * Display Name = *Supports direct query procedure*
> ID = DirectQueryProcedureName
> * Display Name = *Name of the direct query procedure*
> ID = NativeQueryProcedureName
> * Display Name = *Name of the direct query procedure*

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