how to write Java UPOC as CORBA client?

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf how to write Java UPOC as CORBA client?

  • Creator
    Topic
  • #49273
    Kevin Hu
    Participant

      We need to write a java class as corba client to call our corba service and make this corba client work as “Write TPS” of UPoC Protocol. We have to set some VM arguments so that the client can find the corba service.

      Can someone give us suggestions how to make this work?

      Thanks,

      Kevin

    Viewing 2 reply threads
    • Author
      Replies
      • #61333
        Vincent Tran
        Participant

          What kind of virtual machine arguments? Have you written a Java Write TPS UPOC before?

        • #61334
          Kevin Hu
          Participant

            like

            -Dorg.omg.CORBA.ORBClass=org.jacorb.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=org.jacorb.orb.ORBSingleton

          • #61335
            Vincent Tran
            Participant

              I believe you can set those using System.setProperty method. I know some classes accept a Properties object in the constructor, that way the properties aren’t set for the virtual machine but just for that instance.

          Viewing 2 reply threads
          • The forum ‘Cloverleaf’ is closed to new topics and replies.