Uploaded image for project: 'Causeway'
  1. Causeway
  2. CAUSEWAY-733

If toggle an object twice in standalone list (for bulk action), ends up invoking action (when shouldn't) and also throwing concurrency exception

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • objectstore-jdo-1.3.0
    • objectstore-jdo-1.4.1
    • Persistence JDO
    • None

    Description

      Problem tracked down to the way in which the Wicket viewer attempts to detect that an object has already been toggled, ultimately relying on the toString of the oidStr, which includes the Version's timestamp.

      The underlying problem is that, for each interaction, the JDO objectstore simply new's up a new Date() for the timestamp, rather than leaving as null.

      The net effect is that the check for existence of a toggled object in the Wicket viewer fails.

      Fix is for the JDO objectstore to leave the Version's timestamp as null.

      Attachments

        Activity

          People

            danhaywood Daniel Keir Haywood
            danhaywood Daniel Keir Haywood
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: