2 Replies Latest reply on Jul 7, 2007 3:21 AM by ron_sigal

    Configuring RMI/IIOP

    zetzioni

      Hi,

      How can I configure my JBoss AS to work with RMI/IIOP instead of RMI/JRMP? I've seen an example which shows how such configuration is done on the single bean level, but I want to do the same for all beans deployed on my application server, also the example was not for EJB3 which I'm using, so not sure if this is still the way in EJB3/JBoss 4/5.

      Thanks!

        • 1. Re: Configuring RMI/IIOP
          nosyman

          Same problem here. If you'll find out how to do it please drop here a note.

          Nosy

          • 2. Re: Configuring RMI/IIOP
            ron_sigal

            In JBossAS 4.2 and 5.0, the default invoker for EJB3's is the Remoting socket transport. However, Remoting doesn't support RMI/IIOP, so I guess you would have to use the RMI/IIOP invoker. Unfortunately, I don't know anything about it. Maybe you could get some help from the EJB3 users forum.