[
https://issues.apache.org/jira/browse/GERONIMO-5259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
YING WANG reopened GERONIMO-5259:
---------------------------------
299 TCK does not like the protected nested static helper class. We need to
switch to anonymous inner classes. I will upload patch shortly.
===================================================================================
Added Classes
-------------
javax.enterprise.util.AnnotationLiteral$PrivilegedActionForAccessibleObject
Added Nested Classes
--------------------
javax.enterprise.util.AnnotationLiteral:nested protected static
javax.enterprise.util.AnnotationLiteral$PrivilegedActionForAccessibleObject
STATUS:Failed.2 errors
===================================================================================
> Annoying "access denied" security exceptions for oenwebbeans while java2
> security is enabled.
> ---------------------------------------------------------------------------------------------
>
> Key: GERONIMO-5259
> URL: https://issues.apache.org/jira/browse/GERONIMO-5259
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: specs
> Affects Versions: 3.0
> Reporter: YING WANG
> Assignee: Donald Woods
> Priority: Minor
> Fix For: 3.0-M1
>
> Attachments: 5259.patch, AnnotationLiteral.java
>
>
> Hello neighbors, I am from the openwebbean project. while I am fixing owb-312
> (https://issues.apache.org/jira/browse/OWB-312), I found some of
> AccessControlExceptions are fired fom javax.enterprise.util.AnnotationLiteral
> in jcdi api.
> Fixing the issue in OWB will be nasty since it is referenced all over the owb
> code.
> Could we add doPrivileged block around Class.setAccess() and
> getDeclaredMethods calls in this class?
> Thanks in advnace.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.