[jboss-jira] [JBoss JIRA] Commented: (JBAOP-492) Duplicate _getAdvisor
Kabir Khan (JIRA)
jira-events at lists.jboss.org
Mon Feb 4 10:32:18 EST 2008
[ http://jira.jboss.com/jira/browse/JBAOP-492?page=comments#action_12398061 ]
Kabir Khan commented on JBAOP-492:
----------------------------------
Can you try adding the following to the AspectManagerService Ignore attribute? I am not sure about the format of the Hibernate proxy names, so you might need to play with it a bit:
<attribute name="Ignore">*_$$_javassist_*</attribute>
This will turn off weaving for the Hibernate proxy classes, and still use weaving for the original entities ones
> Duplicate _getAdvisor
> ---------------------
>
> Key: JBAOP-492
> URL: http://jira.jboss.com/jira/browse/JBAOP-492
> Project: JBoss AOP
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.0.0.CR1
> Reporter: Flavia Rainone
>
> Users are getting the following error message:
> AOP Instrumentor failed to transform com.radware.insite.model.trafficredirection.farm.profile.FarmProfile
> _$$_javassist_233
> 16:09:12,066 ERROR [STDERR] javassist.bytecode.DuplicateMemberException: duplicate method: _getAdvis
> or in com.radware.insite.model.trafficre
> This bug has been reproduced when using Hibernate with JBoss AOP. Refer to the forum link for more information.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list