|
Hi All, I have description of field string type in my mapping file as follows..
<field name="group" type="string"> <bind-xml name="group" /> </field>
Field name group will be of string type which contains XML CDATA structure. While unmarshalling its giving me following error.
SystemErr R Parsing Error : The character sequence "]]>" must not appear in content unless used to mark the end of a CDATA section.
How do I resolve this problem.
Regards Alok Kumar
|

