Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-23325

ProtoStream marshaller throws StackOverflowError if an object references itself

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • None
    • None
    • Clustering
    • None

    Description

      WF's ProtoStream marshaller will throw a StackOverflowError when marshalling objects containing circular references, such as:

      class Person {
         Person parent;
         List<Person> children;
      }
      

      This needs to be supported in order to be able to marshal something like org.jboss.weld.contexts.CreationalContextImpl.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mpetrov@redhat.com Michal Petrov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: