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

Details

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

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: