Hey
Using JDeveloper 12.1.3 and Weblogic 12c
I've got a table that have a unique Key which the users should enter. Primary key is a DB Sequence. If the unique key is violated, I'll get an "ORA-00001: unique constraint (<name>) violated ORA-06512: at line 1". Fair enough.
The problem is that after I get this error, I'll run into a ADF_FACES-60097/96 server exception "during PPR" and unless I refresh the page or leave the page it will not dissappear. I can change the key, but it seems like it's not picked up, unless I leave the page and return to it.
Is this normal behaviour?
