hai,
i am storing byte[] object in DB as BLOB through EntityBeans(CMP).
Here i am using session as Facade. my problem is how i get the result
from database. i want to write that data as a XML file.
Thanks,
Jesson.
ddimitrov - 15 Jun 2006 13:06 GMT
Well, there's no universal way to create XML from a BLOB. It might help
if you give more information about:
* how do you create the byte array (string encoding, serialization,
custom format)?
* what kind of XML do you expect? Is there any particular data schema
that you need to follow?
* why do you store the data as blobs? Doesn't your server support OR
mapping for CMP?
cheers,
Dimitar