No, I have no custom Cayenne code. I haven't even extended the auto-generated DataObject classes.
-Dave On 9/11/06, Andrus Adamchik <[EMAIL PROTECTED]> wrote:
On Sep 11, 2006, at 5:22 PM, Dave Dombrosky wrote: > Andrus, > > Those are the only objectstyle lines in the stack trace. The next > line up is my code calling a "get" method on a DataObject property, so > I'm not sure how seeing my code would be useful. > > -Dave Ok. That sort of answers my question. Your code tries to access object state on deserialization - this is the problem. Do you have custom readObject(..) implemented? Andrus
