Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-7201

JBSEAM-4839 Order of Local and Remote Business interfaces is not deterministic

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: EAP_EWP 5.1.1
    • Fix Version/s: EAP_EWP 5.2.0
    • Component/s: Seam2
    • Labels:
      None
    • Affects:
      Release Notes
    • Release Notes Text:
      Hide
      Business interfaces in the Seam Component were stored in the <literal>java.util.HashSet</literal> data structure. This data structure does not guarantee the order of local and remote business interfaces, which resulted in the order being undeterministic. This was fixed by using the <literal>java.util.LinkHashSet</literal> data structure instead.
      Show
      Business interfaces in the Seam Component were stored in the <literal>java.util.HashSet</literal> data structure. This data structure does not guarantee the order of local and remote business interfaces, which resulted in the order being undeterministic. This was fixed by using the <literal>java.util.LinkHashSet</literal> data structure instead.
    • Release Notes Docs Status:
      Documented as Resolved Issue
    • Docs QE Status:
      NEW

      Description

      When a Seam component implements a Local and Remote interface the order of that interface as read by Components is not deterministic as the backing Set is a HashSet when it should be a LinkedHashSet

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  manaRH Marek Novotny
                  Reporter:
                  sjmenden Samuel Mendenhall
                  Writer:
                  Petr Penicka
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  1 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: