Injected EJB sometimes Null
        Posted  
        
            by carrier
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by carrier
        
        
        
        Published on 2010-02-17T18:21:52Z
        Indexed on 
            2010/03/22
            15:31 UTC
        
        
        Read the original article
        Hit count: 325
        
I'm using a stateless EJB via the @EJB annotation... most of the time everything works as it should but it seems that from time to time what is supposed to be injected resolves to a NULL causing a null pointer exception.
What could cause this intermittent problem?
© Stack Overflow or respective owner