Hi,I have a client-side ArrayCollection being filled with a
DataService.fill(...) method. When I make a change to something in this
collection and commit, everything works fine. If I add an item to the
database that matches the fill, it shows up in the list just as it
should. However if I try to make a change to this newly added item, I
get the below error. I have turned up the server-side logging and I can
see the problem but I can’t get into the code to find the source of the
problem. When I m...