[jboss-jira] [JBoss JIRA] Created: (JBAOP-696) Aspect Library Annotations are not Recognized on JBoss 4.0.4 and JBoss 4.0.5

Flavia Rainone (JIRA) jira-events at lists.jboss.org
Sat Jan 31 14:29:44 EST 2009


Aspect Library Annotations are not Recognized on JBoss 4.0.4 and JBoss 4.0.5
----------------------------------------------------------------------------

                 Key: JBAOP-696
                 URL: https://jira.jboss.org/jira/browse/JBAOP-696
             Project: JBoss AOP
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 2.0.0.SP1
            Reporter: Flavia Rainone
            Assignee: Flavia Rainone
             Fix For: 2.0.1.GA


This bug went undected for an unknown time, because we were not testing the non-ejb3 versions of JBoss 4.0.4 and JBoss 4.0.5.

Basically, the aspect-libarary compiled with Jdk1.4 and XDoclet results in Annotation classes that are actually interfaces. 

If a class has an annotation whose type is an interface, the jdk1.5 AnnotatedElement methods will ignore the annotation as if they weren't there, causing the Security and Transaction tests of asintegration testsuite to fail.

We need to enforce the presence of the aspect-library-jdk50.jar to make the library annotations recognizable by JBoss AOP.

-- 
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