Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-2030

SimpleStatefulCache does not check for passivated session during a remove() call

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • EJB3_1 1.0.6
    • 1.1.22, Plugin 1.0.19, EJB3_1 1.0.5
    • core
    • None

      org.jboss.ejb3.cache.SimpleStatefulCache during passivation call does the following:

      1) passivates the session
      2) removes the session from the cache

      However, later, if some code calls a remove() for the passivated instance, it throws a NoSuchEJBException because the remove() method does not check for passivated instances. See the referenced forum thread for the complete details.

            jaikiran Jaikiran Pai (Inactive)
            jaikiran Jaikiran Pai (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: