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?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4238181#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...