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

ConnectionEventListener list should be synchronized

XMLWordPrintable

      The

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

      in the generated ManagedConnection should be

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

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

                Created:
                Updated:
                Resolved: