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 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983345#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...