Hi,
Does anyone else get a ClassCastException when they run 'ant tests'?
[junit] Testcase: testAutoProxiedLookup took 0.029 sec
[junit] Caused an ERROR
[junit] null
[junit] java.lang.ClassCastException
[junit] at
org.springframework.beans.factory.xml.SPR391LookupMethodWrappedByCglibProxyTests.testAutoProxiedLookup(SPR391LookupMethodWrappedByCglibProxyTests.java:42)
[junit] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[junit] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
I have been getting this error since updating from CVS on 12/19/2004.
I know it worked as late as 12/15/2004. Maybe something was changed
between these dates?
I'm using JDK 1.4.2_06 for linux.
$ java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) Client VM (build 1.4.2_06-b03, mixed mode)
$ uname -a
Linux flan 2.6.10.041229 #1 Wed Dec 29 09:27:32 PST 2004 i686 GNU/Linux
It also is happening to me with JDK 1.5.0.
$ java -version
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)
Thanks for any help.
Chris
|