[ 
https://jira.nuxeo.com/browse/NXP-7046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Work on NXP-7046 started by Anahide Tchertchian.

> Fix retrieval of complex property value in Document EL resolver
> ---------------------------------------------------------------
>
>                 Key: NXP-7046
>                 URL: https://jira.nuxeo.com/browse/NXP-7046
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>    Affects Versions: 5.4.1
>            Reporter: Anahide Tchertchian
>            Assignee: Anahide Tchertchian
>              Labels: rdit
>             Fix For: 5.4.3
>
>
> A complex property value is not resolved anymore with given expression: 
> #{myDoc.schema.complexProp.value} and logs show warnings like "Property not 
> found: value." or "Could not resolve subproperty 'value' under 
> '/schema:complexProp'".
> This is due to the fact that resolver looks for a sub property with name 
> "value" instead of calling getters on the complex prop instance.
> Workaround: use #{myDoc.getPropertyValue("mySchema:complexProp")}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to