Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-651

Tools fails to handle circular references properly

XMLWordPrintable

      All of the various stack overflows seem to be cause by the same problem, which is lack of handling for circular references. There is a hack in place that covers class A

      { public A a; } , but it does not cover javabean properties nor does it cover exceptions, nor does it cover arbitray depth.

      For example:

      class A { public B b; }
      class B { public A a; }

      -Jason

            jgreene@redhat.com Jason Greene
            jgreene@redhat.com Jason Greene
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: