[jboss-jira] [JBoss JIRA] Updated: (JBAOP-405) IllegalAccessException when accessing a private field through reflection after call to Field.SetAccessable()
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Tue Sep 9 08:28:42 EDT 2008
[ https://jira.jboss.org/jira/browse/JBAOP-405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Kabir Khan updated JBAOP-405:
-----------------------------
Fix Version/s: 2.0.0.GA
(was: 2.0.0.CR17)
> IllegalAccessException when accessing a private field through reflection after call to Field.SetAccessable()
> ------------------------------------------------------------------------------------------------------------
>
> Key: JBAOP-405
> URL: https://jira.jboss.org/jira/browse/JBAOP-405
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Environment: AOP Standalone
> Reporter: Jason Hill
> Priority: Minor
> Fix For: 2.0.0.GA
>
> Attachments: JBAOP-405.patch, merged.diff, SetAccessableJUnit.patch
>
>
> When a call to java.lang.reflect.Field.set() is intercepted by org.jboss.aop.reflection.ReflectionAspect, it invokes the original interceptor chain for the field instead of allowing the set call to run. Since the Field.set() function is never invoked, any previous calls to Field.setAccessable() have no affect.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list