[jboss-jira] [JBoss JIRA] Created: (JBAOP-479) Enable org.jboss.test.aop.proxy.ProxyTestCase(jdk14).testAnnotationsExistInProxy

Kabir Khan (JIRA) jira-events at lists.jboss.org
Fri Oct 12 08:46:22 EDT 2007


Enable org.jboss.test.aop.proxy.ProxyTestCase(jdk14).testAnnotationsExistInProxy
--------------------------------------------------------------------------------

                 Key: JBAOP-479
                 URL: http://jira.jboss.com/jira/browse/JBAOP-479
             Project: JBoss AOP
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Kabir Khan
         Assigned To: Kabir Khan
             Fix For: 2.0.0.GA


   public void testAnnotationsExistInProxy() throws Exception
   {
      //THis test fails if we run with jboss retro
      try
      {
         Class.forName("org.jboss.lang.ClassRedirects");
         System.out.println("IGNORING TEST ON JDK 1.4");
         return;
      }
      catch(Exception ignoreWeAreRunningWithJDK5)
      {
      }  

This *might* be deferrable to a later release since it is a JDK 1.4 thing and AOP 2.0 is targeting AS 5 (JDK 5)

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