[JBoss-user] [Beginners Corner] - Re: RMI Client in Stateless Session EJB

2005-12-15 Thread jasonbernard
Has anyone done this? Should I go the Message Driven Bean route? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913018#3913018 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913018 --

[JBoss-user] [Beginners Corner] - RMI Client in Stateless Session EJB

2005-12-14 Thread jasonbernard
Hello, subject says it all, I would like to call an RMI client from a Stateless Session EJB such as: Naming.lookup("//" + HOST + ":" + PORT + "/" + NAME); Each time Naming.lookup is called, I get the following exception: java.rmi.ConnectIOException: non-JRMP server at remote endpoint I