Question: if I have an EJB 3.1 annotated as @Singleton and I deploy my
application in a cluster, who guarantees the unique logical instance
of my bean ?
My application see only 1 EJB instance.. but I know the cluster will
replicate the instance in each node.. so, who do that synchronization
? every Singleton EJB 3.1 becomes accessible only through JNDI ? or
what ?