0 Replies Latest reply on Jun 28, 2006 1:54 PM by dabubble

    How to make EJB2 Reference a local EJB3

    dabubble

      Context: JBoss 4.0.4 GA

      After searching exaustively for a way to make a jdk1.4 client reference a EJB3 bean I finally gave up and created a EJB2 wrappers for the EJB3 beans.

      Now I have a new problem I can't find an example on how to make a EJB2 reference a local EJB3 (seen examples of remote reference only).

      Do I have to create the references in the EJB2 DD? do I have to create a home for the EJB3?

      Any help would be greatly appreciated

      David