4 Replies Latest reply on Jun 4, 2007 4:41 AM by moshe1

    Seam managed entity manager and sessions beans

    moshe1

      When I try and inject a seam managed entity manager into a Stateful session bean, nothing gets injected and I get a null pointer, Injection of of the entity manager into POJO's works fine. The reason I need a seam managed em and not a EJB em is that I am using hibernate filters for access control.