On 4/12/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> create contact. create mailing address.  associate.  commit.
>
> lookup contact.  lookup mailing address.   Change mailing address
> description field.  Compare to contact addresses.
>
> At this point contact has one committed copy of mailing address while
> the current mailing address is modified.

I changed things to avoid an unnecessary description field
modification.   I still get the same problem, but now both objects are
in a committed state:

{<ObjectId:Address, ADDRESS_ID=1883>; committed;
[contactPhysicalAddressList=>?; contactMailingAddressList=>(..);
description=>Mailing; streetAddress=>660 Farmers Loop Rd. Fbks, Ak
99712; streetNumber=>null; zip=>null; contactOtherAddressList=>?;
city=>null; apt=>null]}
[EMAIL PROTECTED]

{<ObjectId:Address, ADDRESS_ID=1883>; committed; [stateProvince=>?;
contactPhysicalAddressList=>?; contactMailingAddressList=>?;
description=>Mailing; streetNumber=>null; streetAddress=>660 Farmers
Loop Rd. Fbks, Ak 99712; zip=>null; contactOtherAddressList=>?;
city=>null; apt=>null]}
<ObjectId:Address, ADDRESS_ID=1883>

Reply via email to