[ 
https://issues.apache.org/jira/browse/MYFACES-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17377192#comment-17377192
 ] 

Thomas Andraschko commented on MYFACES-4406:
--------------------------------------------

Related to: https://github.com/eclipse-openj9/openj9/issues/8571

I can explain what we do:
take e.g. #{bean.myProperty}
EL and JSF uses reflection to call the getter and setter which is quite ok as 
the methods are public and reflection isnt as slow as rumored on the net 10 
years ago


in 2.3 i added a actually expirimental feature, which uses the lambda factory 
instead of reflection
this is features but might not work in all cases
you can deactivate it via: org.apache.myfaces.USE_LAMBDA_METAFACTORY = false
However, it would be great if you can check the link and try to solve it 
somehow. I didnt get this errors, maybe related to newer JVMs or modules?
Would be great if you can investigate and contribute.


> dto.MyDTO/org.apache.myfaces.core.api.shared.lang.PropertyDescriptorUtils 
> does not have full privilege access
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-4406
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4406
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.3-next-M6
>         Environment: Windows 10 1909, Java 16, Quarkus 2.0.0.Final, 
> 2.3-next-M6, IDE IntelliJ 2021.1.3
>            Reporter: Mateus Scheper
>            Priority: Minor
>         Attachments: pom.xml, stacktrace.txt
>
>
> Hi! 
> I couldn't find anything on Google so I decided to look for some help here. 
> I'm getting "PropertyDescriptorUtils does not have full privilege access" in 
> some of my objects in my web bean and I'm not sure why. 
> As far as I tested, nothing is breaking, so I'm not sure what the error is 
> about.
> Can anyone give me a hand?
> Thanks in advance.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to