Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2973 ConcurrentReaderHashMap iterators returning null
  3. JBAS-2993

Inbound resource adapters have ConcurrentHashMap entrySet problem

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • JBossAS-4.0.4.CR2
    • None
    • JCA service
    • None

      Both the JmsResourceAdapter and MailResourceAdapter do:

      public void stop()
      {
      for (Iterator i = activations.entrySet().iterator(); i.hasNext()
      {
      Map.Entry entry = (Map.Entry) i.next();
      try
      {
      JmsActivation activation = (JmsActivation) entry.getValue();
      activation.stop();

      activation could be null

              adrian.brock Adrian Brock (Inactive)
              adrian.brock Adrian Brock (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: