I have a ParentObject which owns a ChildObject. The ChildObject is not null, but contains all null fields. The constructor of the ParentObject creates a ChildObject which is not null, but contains all null fields.

When OJB loads ParentObject, it calls the default constructor which creates a ChildObject. During the load process OJB then specifically sets ChildObject = null.

Is there a way to turn this off. In other words I want OJB to not specifically set ChildObject = null when loading.

Thanks


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to