Hi all
I am not able to write the data into xml file.

I am using DataWriter class for that.Code is as follows.

DataWriter dw = new DataWriter(os );
List list = platform.fetch(db,"SELECT * FROM DEPT");
dw.write(list);

I am getting error as

Nov 27, 2005 4:27:48 PM org.apache.ddlutils.io.DataWriter write
WARNING: Cannot write normal dyna beans (type: result)


Pleas help me.
Thanks
Ravi

Reply via email to