1 Reply Latest reply on Jan 15, 2009 4:56 PM by alrubinger

    Embedded EJB 3.1: EjbReferenceResolver and getting hold of t

    pmuir

      I'm attempting to port the Web Beans EJB integration to the EJB3.1 embedded container. I've identified two potential issues:

      1) Do the org.jboss.ejb3.EjbReferenceResolver and the PersistenceUnitDependencyResolver beans exist in embedded EJB3.1?

      2) How can I get hold of the deployment unit and MC kernel in this embedded environment. In AS, Ales wrote some code to push these into the servlet context for later use, but that isn't relevant here I think.