Hello,
its good practice to throw jbo exception in entity impl to show msg to the user on the page like this: if (!failDelete.equals(0)){
ErrMsg = resourceBundle.getString("FAIL_DELETE");
throw new JboException(ErrMsg);}
or this affect on the application stability.
my application got broken when many of this jbo exception happen.
thanks in advance.
my jdev ver : 12.2.1.2