5 Replies Latest reply on Jul 6, 2009 11:44 PM by mverkaik

    access EntityManager from a Servlet

    koatto

      I'm trying to get access to entityManager from a servlet method.
      The only useful way i found so far is  to access it with a jndi lookup, but i'm also trying to startup the seam context in order to do a regular Component.getInstance() addressing the seam's context.
      Which is the most suitable way to do that?


      Thanks.