This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: EntityManager injection in Authenticator classhstang Feb 3, 2007 9:53 AM (in response to piotr.walczyszyn)use @PersistenceContext with EJB. 
 use @In otherwise if you have a seam managed persistence context setup in your components.xml
- 
        2. Re: EntityManager injection in Authenticator classpiotr.walczyszyn Feb 3, 2007 10:45 AM (in response to piotr.walczyszyn)Thank you it works when i changed my Authenticator class to be a SLSB. 
 p.
 
    