9 Replies Latest reply on Jul 5, 2002 10:10 AM by kuba.nowakowski

    java.lang.ClassCircularityError

    kuba.nowakowski

      Hi

      While using jboss 3.0.0 extensivly i'm getting this strange error with diffrent classes ( for example java.util.HashMap )
      this always happens in ejbCreate

      it appears on W2K and linux redhat 7.2 both with jdk 1.3.1 and 1.4

      my ejbs are proccessing some messages

      if after start jboss and increase number of concurrent messages slowly ( like 1 , 2, 3 .. )
      everything is ok

      but if after restart of jboss i send for 100 messages
      i get this strange error

      i'm using several diffrent session beans
      and getting this error all of them

      Kuba