You can, but the wrong classes are being compared so the error is
correct. I have fixed it.

-----Original Message-----
From: Alexey Loubyansky [mailto:[EMAIL PROTECTED] 
Sent: Monday, May 22, 2006 3:35 AM
To: QA
Cc: jboss-development@lists.sourceforge.net
Subject: Re: jboss-4.0-testsuite-1.5 Build Failed

The cause is

     [javac] 
/services/cruisecontrol/checkout/jboss-4.0-testsuite-1.5/testsuite/src/m
ain/org/jboss/test/javassist/test/support/ThingMethodHandler.java:49: 
incomparable types: java.lang.Class<capture of ? extends 
org.jboss.test.javassist.test.support.IThing> and 
java.lang.Class<capture of ? extends java.lang.reflect.Method>
     [javac]          if( theThing.getClass() == thisMethod.getClass() )

Apperently class references cannot be compared with '=='?

[EMAIL PROTECTED] wrote:
> View results here -> 
>
http://cruisecontrol.jboss.com/cc/buildresults/jboss-4.0-testsuite-1.5?l
og=log20060522044346
> 
 


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to