Hi Jagadish,
Do you have a drawing of all your inheritance relationships? This error seems
to be caused by a circular inheritance relationship i.e.:
class ClassOne extends ClassTwo {
...
}
class ClassTwo extends ClassOne {
...
}
Obviously there could be many more than two classes involved so it may be best
to draw out the class tree. Specially if it is complicated.
Hope that helps.
Andoni.
----- Original Message -----
From: Jagadeesha T
To: [email protected]
Sent: Wednesday, October 05, 2005 9:01 AM
Subject: java.lang.ClassCircularityError
Hi all,
I am using Tomcat 5.0 with JBoss 3.2.6. In a very rare cases I got
the error as
java.lang.ClassCircularityError(myclass). Does anybody know wahy this error
is coming.
Thanks,
Jagadish
---------------------------------
Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.