[jbossws-issues] [JBoss JIRA] Updated: (JBWS-1710) StackOverflowError when calling org.jboss.ws.core.soap.SOAPDocument.createCDATASection

David Owens (JIRA) jira-events at lists.jboss.org
Fri Jun 15 13:29:11 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBWS-1710?page=all ]

David Owens updated JBWS-1710:
------------------------------

    Fix Version/s:     (was: jbossws-2.1.1)

> StackOverflowError when calling org.jboss.ws.core.soap.SOAPDocument.createCDATASection
> --------------------------------------------------------------------------------------
>
>                 Key: JBWS-1710
>                 URL: http://jira.jboss.com/jira/browse/JBWS-1710
>             Project: JBoss Web Services
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: jbossws-1.2.1
>            Reporter: David Owens
>            Priority: Minor
>
> 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);
>    }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list