This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Where to store a singleton that must be available to every EJB?ctomc Aug 2, 2013 6:38 AM (in response to negora)Use ejb singleton that is part of EJB 3.1/EE6 and as such supported in AS7+ http://www.mastertheboss.com/ejb-3/singleton-ejb-tutorial http://docs.oracle.com/javaee/6/api/javax/ejb/Singleton.html http://docs.oracle.com/javaee/6/tutorial/doc/gipvi.html -- tomaz 
- 
        2. Re: Where to store a singleton that must be available to every EJB?negora Aug 6, 2013 1:57 PM (in response to ctomc)Thank you. I guess that trying to apply something "similar" in EJB 3.0 is impossible. 
 
    