[teiid-issues] [JBoss JIRA] Resolved: (TEIID-1063) PropertyDefinition.getPropertyTypeClassName() Should Always Return A Java Class Name

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Thu May 27 18:43:08 EDT 2010


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

Ramesh Reddy resolved TEIID-1063.
---------------------------------

    Resolution: Done


The class name will now be either
1) a primitive
2) a java lang class

Also with TEIID-1065 in place, it only sends few properties, Where the required properties are complex, this adds a additional translation of properties between the complex to simple in the Teiid engine to present them as simple properties through Admin API. Example of this can be found in the "connector-jdbc" and "connector-jdbc-xa" templates.

> PropertyDefinition.getPropertyTypeClassName() Should Always Return A Java Class Name
> ------------------------------------------------------------------------------------
>
>                 Key: TEIID-1063
>                 URL: https://jira.jboss.org/browse/TEIID-1063
>             Project: Teiid
>          Issue Type: Bug
>          Components: AdminApi
>    Affects Versions: 7.0
>            Reporter: Dan Florian
>            Assignee: Ramesh Reddy
>             Fix For: 7.0
>
>
> PropertyDefinition.getPropertyTypeClassName() return value is inconsistent. Sometimes it is returning the primitive type name and other times it is returning the Java Class Name. For instance, the "prefill" property returns "java.lang.Boolean" whilst the "use-java-context" property returns "boolean." I have noticed the same issue with integer types so I assume all types have the same issue. This method should always return the Java Class Name.

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

        


More information about the teiid-issues mailing list