0 Replies Latest reply on Jul 5, 2007 7:29 AM by chapata_gunner

    EJB 3.0 Persistence Unit from Servlet in 4.2.0GA

    chapata_gunner

      I want to access a persistent unit from a 'Servlet' in JBoss 4.2.0GA. Since this version is not fully EE5 compatible, I can't use dependency injection using the PersistentUnit annotations. So I have no choice but to do a JNDI lookup - Now can anyone please tell me how this can be done?