Found by Rien.
When the only properties that have been changed have updatable=false as thier deployment option.... then the resulting update statement will be invalid with an empty set clause.
update tblSomething set where column=x, column=y etc.
Obviously this results in a SQLException
fixed in HEAD.