[jboss-jira] [JBoss JIRA] Commented: (JBAOP-680) _setInstanceAdvisor method not synthetic
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Wed Nov 26 11:41:36 EST 2008
[ https://jira.jboss.org/jira/browse/JBAOP-680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12439924#action_12439924 ]
Kabir Khan commented on JBAOP-680:
----------------------------------
In the default AOP 2.0 weaving mode (GeneratedAdvisor) the _setInstanceAdvisor() method is not actually added to the woven class. Since the verifier fails to pick this up, it probably means that when inspecting the class it picks it up as an abstract method? Anyway, I'll commit a fix so that woven classes implement this method
> _setInstanceAdvisor method not synthetic
> ----------------------------------------
>
> Key: JBAOP-680
> URL: https://jira.jboss.org/jira/browse/JBAOP-680
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.SP1
> Reporter: Darran Lofthouse
>
> The issue JBAOP-635 marked methods added by JBoss AOP as synthetic, this was to overcome an issue with JBossWS incorrectly processing these methods.
> It appears that the _setInstanceAdvisor method added is not markes as synthetic so JBossWS is still attempting to process it.
--
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