2 Replies Latest reply on Nov 29, 2014 6:59 PM by erhard

    Remote EJB Invocation from Switchyard

    egor.erofeev

      Hi everyone! I spent a lot of time trying to find any information about whether it is possible to call remote EJB from Switchyard.  What I need to do is to expose a web service on switchyard that will call a remote EJB deployed on JBoss EAP 5. One possibility is to take the "Bean Implementation" and call EJB from it via JNDI. But it looks a bit ugly in Switchyard context and requires additional libraries from EAP 5. And there is no standard bindings like "Remote EJB" or "RMI". I would be very appreciate for any suggestions, how to implement it in most elegant way.