[9:21]<anton___> hello everybody [9:21]<anton___> is it possible to persist a java object as proprty of a hopobject in the embedded hlema xml database? [9:22]<zumbrunn> not without serializing it in some way [9:23]<zumbrunn> (one could use onPersist to do that trick) [9:23]<anton___> ah. [9:24]<anton___> i have to create an xml-string from the object and store this! [9:26]<anton___> this sound like a good idea. thanks for the pointer. i will checkout how to achive this. (can not be so hard, i hope ;) [9:27]<zumbrunn> I think we kind of talked about this here once... [9:27]<zumbrunn> http://helma.zumbrunn.net/hopbot/2007-08-01 [9:28]<zumbrunn> hmm, can't find it now [9:28]<zumbrunn> anyway, onPersist and onInit should help to achieve this [9:29]<anton___> thanks for the pointer. [9:35]<zumbrunn> found it... [9:35]<zumbrunn> http://helma.zumbrunn.net/hopbot/2007-07-18 [9:38]<anton___> ah. great! [9:38]<anton___> thanks a lot!