Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/JIBX-46

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JIBX-46
    Summary: Exception with CDATA
       Type: Bug

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: JiBX
 Components: 
             core
   Versions:
             1.0-beta3c

   Assignee: 
   Reporter: Richard Paul

    Created: Wed, 29 Sep 2004 2:21 PM
    Updated: Wed, 29 Sep 2004 2:21 PM
Environment: jibx beta3C

Description:
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. 


---------------------------------------------------------------------
JIRA INFORMATION:
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



-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
jibx-devs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jibx-devs

Reply via email to