When the JavaAdapter calls an updateItem Assembler method,
anArrays.ArrayList passed in as the changes parameter. This is
animmutable object list. This means I can not change more
objectproperties on the server side, add the property names to the
list,and get the client in sync. I can do this effectively if I use a
sync method and theChangeObject system, which maintains a String[] for
the list ofchanged properties. Please bring the JavaAdapter up to date
withthis functionality. It is very import...