3 Replies Latest reply on Dec 15, 2009 6:55 PM by pmuir

    BeanManager not bound?

    nickarls

      I'm trying to do a


      beanManager = (BeanManager) new InitialContext().lookup("java:comp/BeanManager");
      



      in a servlet event listener on a JBoss 6 snapshot but I get a



      BeanManager not bound

      Shouldn't the bootstrap/deployer have bound it by then?