I am getting following error while performing update operation: Property 'price' is not available for write access.
updateStatement : update istream FaultyStream set price = 100 where id = 7;
My Event class implements java.io.Serializable. Still unable to perform update.