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

StackOverflowError when calling SOAPDocument.createCDATASection

    XMLWordPrintable

Details

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

    Description

      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); }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: