I don't have a clustered environment at present, but I was curious about @ApplicationScoped
behaviour in a clustered environment. Is there going to be only one across the cluster or is still still one per JVM in the cluster?
I have read that @Singleton
gets created per JVM in
How singleton is javax.ejb.Singleton in a clustered environment?