[ 
https://issues.apache.org/jira/browse/TOMAHAWK-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479623
 ] 

Stefan Schuster commented on TOMAHAWK-928:
------------------------------------------

Well that sounds reasonable.
I'm not sure about the "protected" argument, but the performance aspect 
convinced me. Therefore I implemented your suggestion and added an enhanced 
patch. So now it works like before, but inherited members will be found too in 
the 3rd and 4th attempt.

Stefan

> DojoUtils.getAttributeMap fails for subclassed Dojo Components
> --------------------------------------------------------------
>
>                 Key: TOMAHAWK-928
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-928
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>    Affects Versions: 1.1.5-SNAPSHOT
>            Reporter: Stefan Schuster
>         Assigned To: Werner Punz
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: DojoUtils.patch, DojoUtilsV2.patch
>
>
> When using DojoUtils.renderWidgetInitializationCode() with a String Array as 
> arguments parameter introspection get's used to find the getters for the 
> given Strings. When subclassing a dojo based widget this mechanisms fails 
> with a NoSuchMethodException.
> The introspection happens in DojoUtils.getAttributeMap() and uses 
> Class.getDeclaredMethod() instead of Class.getMethod() which won't find the 
> inherited getters. Changing this makes the mechanism working with subclassed 
> components too.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to