You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Dheerendra Kulkarni <dh...@gmail.com> on 2007/04/17 13:12:37 UTC

With Java 1.4.2

I am using Java 1.4.2
and I see that assertEquals(true, true); fails
It gives the following error

java.lang.IncompatibleClassChangeError
at TestSampleServlet.testSaveToSessionOK(TestSampleServlet.java:28)

Itried by starting tomcat by enabling assert -ea and -esa and also compiled
the files with -source 1.4 but this is not helping me anyway.

Has someone overcome this issue

regards
Dheerendra