Problem with CDATA of JDOM beta 9

F

Forest

Hi, I am using JDOM beta 9. I got VerifyError when starting Websphere
server using the following code.

The following was inside an EJB, there is no error when I use
data.setText().

Element data = new Element("data");
data.setText(sometext);

//The following compiles fine, but gives error when starting server
//comments out

//CDATA cdata = new CDATA(sometext);
//data.addContent(cdata);

Does somebody know what is going on? Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,734
Messages
2,569,441
Members
44,832
Latest member
GlennSmall

Latest Threads

Top