[teiid-issues] [JBoss JIRA] Commented: (TEIID-1065) PropertyDefinition.getDisplayName() Should Agree With The Display Name Shown In JON

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Fri Apr 23 07:23:10 EDT 2010


    [ https://jira.jboss.org/jira/browse/TEIID-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12527258#action_12527258 ] 

Ramesh Reddy commented on TEIID-1065:
-------------------------------------

Let me attack this from a different angle. Currently, I am exposing all the connection metadata for a Connector i.e (Teiid properties + container properties) through "GetPropertyDefinitions". How about if I expose only those properties that qualify from below

if (Teiid Property) 
     include
else ( required property && no default provided)
     include

This will eliminate majority of the properties and give a more clean look. Along with this, we could also offer a mode, where "all" properties are provided if needed.

or similar to the above, I could offer an extra property in the "property definition", with which tooling can check if that is proper Teiid specific property, and follow the logic above in the UI.

> PropertyDefinition.getDisplayName() Should Agree With The Display Name Shown In JON
> -----------------------------------------------------------------------------------
>
>                 Key: TEIID-1065
>                 URL: https://jira.jboss.org/jira/browse/TEIID-1065
>             Project: Teiid
>          Issue Type: Bug
>    Affects Versions: 7.0
>         Environment: Teiid 7.0 M3
>            Reporter: Dan Florian
>            Assignee: Steven Hawkins
>             Fix For: 7.0
>
>
> The display names of properties should be the same between JON and TEIID. For instance, the "jmx-invoker-name" property is displayed in JON as "Jmx Invoker Name" but in the PropertyDefinition the display name is "jmxInvokerName."

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