Error popup is not shown when an exception is thrown
jvelDec 1 2010 — edited Dec 2 2010Hi! I´m working in an ADF-EJB application. I have a page where I try to remove an entity which is referenced by other entities in the database, so that an ORA-02292 exception is thrown. When this happened, a popup used to be show in the application with the error message. This is the behavior I want. However, my application isn´t showing the popup anymore. When I push the remove button the exception is thrown and shown in jdeveloper log, but the popup is not shown.
I don´t remember having made any changes that might cause this situation. Does it require some configuration to make the popup appears?
I´m not sure if it was exactly when the problem began, but I´ve gone from 11.1.1.2 to 11.1.1.3 in the last days.
Thanks in advance.