I played around with the parameters.. It appears the arguments –
previousVersion and Changes have to be non null? If I provide valid
objects for newVersion ,previousVersion and changes, then the update
happens..I should be able to supply them as null as per the docs
below..From the LCDS docs....updateItempublic void updateItem(String
destination, Object newVersion, Object previousVersion, String []
changes)Send an update event to clients subscribed to this message. Note
that this method does not...