Community
Participate
Working Groups
For bug discussion see: http://bdoughan.blogspot.com/2010/07/cdata-cdata-run-run-data-run.html Given the following property: @XmlCDATA public void setBio(String bio) { this.bio = bio; } If the following value was set: c.setBio("<![CDATA[]]>"); Then the following invalid output would be produced: <c><bio><![CDATA[<![CDATA[]]>]]></bio></c> The output should actually be the following: <c><bio><![CDATA[<![CDATA[]]]]><![CDATA[>]]></bio></c>
This is resolved by patches attached to bug 485372
*** This bug has been marked as a duplicate of bug 485372 ***
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink