-
Bug
-
Resolution: Done
-
Minor
-
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
should read:
public CDATASection createCDATASection(String data) throws DOMException