ADF_FACES-60097- Oracle ADF
Possible Causes-
- Mainly occurs in editable af:table
- Problem with Primary Key
- af:column's component's property is being used in any EL, inside or outside of table
- Updateable primary key, and autosubmit true
- Never use primary key as updateable column in af:table, if you have to use then remove primary key from Entity Object
- Try to validate in RowImpl instead of Expression of Table
- Surrogate Primary Key
- Avoid LOV (List of Values) on primary key
- Change Event Policy of af:table and iterator to none