Improve the el dependency handling on managed bean level
--------------------------------------------------------

                 Key: EXTSCRIPT-83
                 URL: https://issues.apache.org/jira/browse/EXTSCRIPT-83
             Project: MyFaces Extensions Scripting
          Issue Type: Improvement
            Reporter: Werner Punz
            Assignee: Werner Punz


For now the el detection is somewhat broken we detect the el but I assume we do 
not always  add the correct classes to the dependencies, we probably have to 
postpone the dependency detection for more complicated managed property cases 
lile #{myFactory.myBean[1]} to the elResolver and set the dependency there, to 
really copy with el based dependencies on managed property level. Note this is 
a corner case since most cases automatically will be detected on class level, 
we only add this case because we need to detect dependencies on 
source->binary->source reference level and on introspection level. (We cannot 
resolve that on class level due to performance constraints introduced by deep 
code dependency detection on class level)


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