1 Reply Latest reply on May 16, 2003 8:40 AM by reverbel

    To Disable JACORB in JBoss 3.2.1 - IONA ORB Client

    mjovane

      We are wondering how to disable JACORB
      (JBOSS 3.2.1) in order to use IONA ORB to
      connect ORBIX 2000.
      Our concern is if what we need to integrate
      IONA ORB client inside JBoss.
      Does someone has an example of a MBean
      service to do that.
      Where do we have to include propietary
      services implementation to be loaded and
      stopped by JBoss.
      Best Regads,
      Mylene

        • 1. Re: To Disable JACORB in JBoss 3.2.1 - IONA ORB Client
          reverbel

          JacORB is not enabled in the configuration "default". If you are using configuration "all", you can disable JacORB simply by removing iiop-service.xml from server/deploy/all. You can also change the CorbaORBService MBean (see org.jboss.iiop.CorbaORBService) to use whatever Java ORB you like.

          There should be no need to replace JacORB, though (unless the CORBA client you want to run inside JBoss makes proprietary calls to a particular ORB).

          Cheers,

          Francisco