PropertyDefinition.getPropertyTypeClassName() Should Always Return A Java Class Name
------------------------------------------------------------------------------------
Key: TEIID-1063
URL:
https://jira.jboss.org/jira/browse/TEIID-1063
Project: Teiid
Issue Type: Bug
Affects Versions: 7.0
Reporter: Dan Florian
Assignee: Steven Hawkins
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/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira