1 Reply Latest reply on Jan 25, 2004 4:34 PM by fruehbeck

    CORBA delegate in JBoss

    fruehbeck

       

      "fruehbeck" wrote:
      Hi,

      I have the following Problem:

      I have to pass IDL-References to a CORBA-Gateway I cannot change.
      So I think the correct way to pass Object-References is to create CORBA-delegates.

      Now I am stuck with the problem, tha I cannot get access to the CORBA-Orb in JBoss (started in -all mode) to register the delegates in its POA.

      Will I get the ORB by calling something like:
      (org.omg.CORBA.ORB)new InitialContext().lookup("<the JNDI-Name>");

      And if yes, what exactly is the name of the CorbaORB?

      Thanks,
      Thomas