1 Reply Latest reply on May 20, 2013 11:09 PM by jaikiran

    Jboss 7.2.0 Final (EAP 6.1.0.alpha) - EJB Lookup from application1 (in ear1) to application 2 (in ear 2)

    georgesg

      I am trying to migrate EJB2.1 applications from JBOSS 4.3.GA to JBOSS EAP 6.1.0 alpha (AS 7.2.0.Final) .

       

      For EJB Lookups within the same ear, we used JBOSS EAP 6 prefix standards such as java:global, java:app etc.,   So for EJB lookup from one ear to another ear, will i be able to use java:global,java:jboss   or i should go for "ejb-client" or "ejb-remote" project APIs to do RMI Lookup ?

       

      In my case, both the ears are deployed in the same application server. Your advise is much appreciated. Thanks.