0 Replies Latest reply on Nov 5, 2006 10:13 PM by smith.gerry

    EJB making a remote call to another EJB

    smith.gerry

      We need EJBs on one JBoss machine to call other EJBs (mostly MDBs but also stateless session beans) on another JBoss machine.

      I can only find references to using the usual client code to call a remote EJB, which obviously we can encapsulate in a stateless session bean which will do the job fine, but is there a cleaner way by declaring the remote ejbs as resources in the deployment descriptors ?