[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4004) BypassInterceptors is not always found correctly

Norman Richards (JIRA) jira-events at lists.jboss.org
Mon Mar 9 21:46:22 EDT 2009


BypassInterceptors is not always found correctly
------------------------------------------------

                 Key: JBSEAM-4004
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4004
             Project: Seam
          Issue Type: Bug
            Reporter: Norman Richards
            Assignee: Norman Richards


RootInterceptor cannot always correctly determine the existence of @BypassInterceptors.   I didn't have time to investigate the root cause, but I could easily demonstrate the problem by adding @BypassInterceptors to an overridden hashCode() method.  A quick look in the code shows that RootInterceptor Method object references the java.lang.Object.hashCode() method rather than the overridden method, causing the annotation lookup to fail.

-- 
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 seam-issues mailing list