2 Replies Latest reply on Dec 28, 2015 9:07 AM by nilesh.chauhan

    Does CORBA/IIOP access to EJB still work on Jboss 5.1?

    krokodylowy

      I'm trying to use that. My code is based on old informations from page http://www.jboss.org/jbossiiop/

      My ejb3.0 app is very simple. One stateless bean with extra config in jboss.xml like below
      <invoker-bindings>

      <invoker-proxy-binding-name>stateless-rmi-invoker</invoker-proxy-binding-name>


      <invoker-proxy-binding-name>iiop</invoker-proxy-binding-name>

      </invoker-bindings>

      Next I run Jboss "all" configuration and jmx-console page. It shows jboss/CorbaNaming, if I invoke "list" button I'dont see nothing.

      Also access from remote Spring client doesn't work. My settings

      namingProviderUrl=corbaloc::localhost:3528/JBoss/Naming/root
      namingContextFactory=com.sun.jndi.cosnaming.CNCtxFactory

      What is the problem?