PDA

View Full Version : Serializing JavaRPC


jpiersanti
10-09-2006, 01:00 AM
Hi, i am new to openlaszlo and i would like to know if there is a way to configure laszlo to write just the properties we want from a result of a method being invoked by a javarpc.

I am using hibernate to display a list of DTO,but when laszo try to trasfer the elements it gives me a StackOverflowExcetion because of the proxies.

I don't like the a idea of transform th DTO's to a copy more clean ... can i make the same effect as with transient properties? (Laszo writes the transient properties as well as the normal ones).

Thanks and regards.

J.G.