[teiid-issues] [JBoss JIRA] Commented: (TEIID-742) Nested properties are not correctly being resolved

Ramesh Reddy (JIRA) jira-events at lists.jboss.org
Mon Jul 27 17:23:29 EDT 2009


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

Ramesh Reddy commented on TEIID-742:
------------------------------------

1) throws a runtime exception
2) does clone, just adds to the same property object passed in to resolve
3) does not look at the system properties at all for resolution, if these need to resolved they need to be part of the property object.

Take look at the PropertiesUtil object. TestCase updated.

> Nested properties are not correctly being resolved
> --------------------------------------------------
>
>                 Key: TEIID-742
>                 URL: https://jira.jboss.org/jira/browse/TEIID-742
>             Project: Teiid
>          Issue Type: Bug
>          Components: Common
>    Affects Versions: 6.1.0
>            Reporter: Ramesh Reddy
>            Assignee: Ramesh Reddy
>             Fix For: 6.2.0
>
>
> A property that is using the ${teiid.home} in the connector binding property is not being resolved correctly when the connector is started. The issues found that
> 1) PropertiesUtils.resoveNestedProperties  method silently swallows un-resolved property
> 2) PropertiesUtils.resoveNestedProperties does un-necessary cloning of the properties object
> 3) System properties can not be nested

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