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

StackOverflowError when calling SOAPDocument.createCDATASection

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • jbossws-2.0.0
    • jbossws-1.2.1
    • None
    • None

      Using JBoss 4.2.0.GA a call to createCDATASection(String data) will throw a StackOverflowError.

      I suspect this code:
      public CDATASection createCDATASection(String data) throws DOMException

      { return createCDATASection(data); }

      should read:
      public CDATASection createCDATASection(String data) throws DOMException

      { return doc.createCDATASection(data); }

              tdiesler@redhat.com Thomas Diesler
              ngtdave David Owens (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: