Uploaded image for project: 'IronJacamar'
  1. IronJacamar
  2. JBJCA-744

ConnectionEventListener list should be synchronized

    XMLWordPrintable

Details

    Description

      The

      this.listeners = new ArrayList<ConnectionEventListener>(1);

      in the generated ManagedConnection should be

      this.listeners = Collections.synchronizedList(new ArrayList<ConnectionEventListener>(1));

      Attachments

        Activity

          People

            jeff.zhang_jira Jeff Zhang (Inactive)
            jpederse@redhat.com Jesper Pedersen
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: