"[EMAIL PROTECTED]" wrote : jboss does not use RMI/IIOP by default. It also does not provide an RMI registry. The 1099 port is a socket based JNDI implementation that supports access via an RMI/JRMP protocol by default. See the RMI Registry Service Provider section of the jdk javadoc for ways to bind into a non-RMI registry.
I hava the same problem, on our project, we want to use jboss as ejb container , but we also have some rmi server runs on different machines independently, I don't want to use rmiregistry for rmi or tnameserv for rmi-iiop, I want to let the rmi or rmi-iiop server rebind it's implementation into jboss. but as you have said, does it meaning that it's impossible for us to do this? another question, if I use rmiregistry or tnameserv instead, and I will call rmi server in stateless session bean, I think this must can be finished successfully in jboss, is it right? thanks inadvance View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3940354#3940354 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3940354 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
