Uploaded image for project: 'Geronimo'
  1. Geronimo
  2. GERONIMO-820

CommandSupport does not adequately synchronize access to "state"

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0-M4, 1.0-M5
    • 1.0-M4, 1.0-M5
    • deployment
    • Security Level: public (Regular issues)
    • None

    Description

      Changing state is synchronized, reading it should be also.

      • public DeploymentStatus getDeploymentStatus() {
        + public synchronized DeploymentStatus getDeploymentStatus() { return new Status(command, action, state, message); }

      Attachments

        Activity

          People

            djencks David Jencks
            djencks David Jencks
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: