Hello,
I am working on an application where a central glassfish server hosts EJBs
called by several other containers. theses containers can make call on their
own ( timers ) or because of a customer request.
When the container calls EJB on its own, how can i identify each of them
using the EJBContext? Is it possible for the container to identify itself ?
could it use client certificate? How can i achieve that?