0 Replies Latest reply on Mar 26, 2004 5:28 PM by jj_ht

    EJB Interoperability Issue

    jj_ht

      Hi,

      I tried to access an EJB deployed inside JBOSS from another EJB sitting inside another application server using EJB Interoperability defined in EJB 2.0 (RMI/IIOP). And it always failed, and the root cause is:
      org.omg.CORBA.OBJECT_NOT_EXIST

      The Naming URL I am using is:
      corbaname:iiop:1.2@localhost:3528#InteroperabilityTest/Target
      and this naming URL works for RI.

      I also tried
      corbaname:iiop:1.2@localhost:3528#iiop/InteroperabilityTest/Target
      and didn't work either

      And during the deployment of the EJB in JBoss, I did see the EJB get deploymed propertly, the IORs are created for home and remote interface, and the IORs are bounded in JNP naming service.

      Anyone has any idea which could help, please respond. Thanks a lot in advance.

      JJ