Hi Experts,
I am using BAM sensors in BPEL to update the values in the DO.
My DO has 3 fields pk_id, object_name and object_age.
In the BPEL, i need to update the value of object_age based on different activities. While doing so i am just passing 2 values pk_id, object_age. When i do this it wipes out object_name and make it null. object_age do get updated properly.
Do i need to keep on sending object_name (all 3 DO fields) every time I call for "upsert" sensor action?
One more information. I am using SOAP instead of RMI as a BAM connection.
Regards,
Vikrant Korde.