1 Reply Latest reply on Oct 20, 2003 3:45 AM by frito

    problem passivating AbstractList$ListItr

    dirak

      Hi,

      I receive such error:

      javax.ejb.EJBException: Could not passivate; CausedByException is:
      java.util.AbstractList$ListItr
      ...
      java.io.NotSerializableException: java.util.AbstractList$ListItr

      I use class java.util.ArrayList in statefull session bean
      (java.util.ArrayList inherits from java.util.AbstractList)

      Couple of questions:
      - how can I make java.util.AbstractList$ListItr
      to be serializable

      - what class can I use insteed of
      java.util.AbstractList$ListItr

      - how to go around about this problem

      Other details:
      JBoss 3.0.*
      JRE 1.3.*

      Any help would be appreciated

      Thanks