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

    • Bug
    • Resolution: Done
    • Major
    • EAP_EWP 5.2.0
    • EAP_EWP 5.1.1
    • Seam2
    • None
    • Release Notes
    • 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.
    • Documented as Resolved Issue
    • 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

      Attachments

        Activity

          People

            mnovotny@redhat.com Marek Novotny
            sjmenden_jira Samuel Mendenhall (Inactive)
            Petr Penicka Petr Penicka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: