[
http://jira.jboss.com/jira/browse/JBAOP-479?page=all ]
Kabir Khan closed JBAOP-479.
----------------------------
Fix Version/s: (was: 2.1.0.GA)
Resolution: Out of Date
No longer support JK 1.4
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
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