Hello,
I have a Swing client that is making remote invocations on a EJB. If the server goes down or is otherwise unreachable, I want to get notified so I can display a message in the client. Is it possible to register a callback so I get notified when these types of errors occur?
Thanks!