users@glassfish.java.net

EJB 3.1 _at_Singleton + Clustering ??

From: Felipe Gaścho <fgaucho_at_gmail.com>
Date: Fri, 7 Aug 2009 11:31:14 +0200

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 ?