Uploaded image for project: 'OpenJPA'
  1. OpenJPA
  2. OPENJPA-422

Calendar objects contained in a detached Entity still have a "live" StateManagerImpl

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0.0
    • 1.0.1, 1.1.0
    • kernel
    • None

    Description

      When Entities are detached, normally the StateManagerImpl instance associated with this Entity is replaced with a DetachedStateManager. Not only with the Entity itself, but also with the proxied attributes (Date, Calendar, Collection, and Map types). But, somehow the Calendar object type was forgotten in the code for this processing. So, the Calendar proxy type was left with a "live" StateManagerImpl instance. If the owning Broker (EntityManager) for this Entity was closed, then the use of this "live" StateManagerImpl would end up with an IllegalStateException. And, even if the owning Broker (EntityManager) was still open, this "live" StateManagerImpl should not have been tracking the state since the enclosing Entity was detached.

      A simple one-line update to DetachManager$DetachFieldManager.reproxy() method will now process the Calendar proxies as well as the other proxies it was already doing.

      Attachments

        Activity

          People

            kwsutter Kevin W. Sutter
            kwsutter Kevin W. Sutter
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: