[
https://issues.apache.org/jira/browse/GERONIMO-5259?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12859405#action_12859405
]
Donald Woods commented on GERONIMO-5259:
----------------------------------------
Did you create your patch against the latest code?
https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/src/main/java/javax/enterprise/util/AnnotationLiteral.java
There seems to be other differences in the files you attached, like in the
hashCode() and equals() methods.
Also, please attach a patch file by using "svn diff" and use 4 spaces instead
of tabs for code changes.
> 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: 2.2
> Reporter: YING WANG
> Priority: Minor
> Attachments: 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.