Hi,
I was wondering about what happens when you have a client application (plain
java class) invoking a method against an
EJB via RMI.
Say that the Remote interface is something like
where MyException is an application exception written by the bean provider (hence packaged up in the same jar as the bean itself).
For this invocation to work successfully, do specific constraints apply to MyException? (i.e. implementing Remote or Serializable)?
Thanks for your help.