[ http://jira.codehaus.org/browse/JIBX-46?page=history ] Dennis Sosnoski closed JIBX-46: -------------------------------
> Exception with CDATA > -------------------- > > Key: JIBX-46 > URL: http://jira.codehaus.org/browse/JIBX-46 > Project: JiBX > Type: Bug > Components: core > Versions: 1.0-beta3c > Environment: jibx beta3C > Reporter: Richard Paul > Assignee: Dennis Sosnoski > Fix For: 1.0-RC0 > > > not sure if I am using jibx incorrectly. But I get an exception in the > foollowing class : > package org.jibx.runtime.impl; > class UTF8Escaper > in the following method : > public void writeCData(String text, Writer writer) throws IOException { > if the text parameter == null then the condition on the following line throws > an exception > for (int i = 0; i < text.length(); i++) > In my class the text value is null. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ jibx-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jibx-devs
