The basic problem is how can we make an image or a copy of a persistent object, how to copy the object fields?
Sound pretty difficult to do this generic copy if the objects are not Serializable.
Random thought: maybe BCEL [1] could be helpful in your trials and tribulations with cloning?
Martin
[1] http://jakarta.apache.org/bcel/manual.html
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
