....when accessing EJBs remotely from a separate JVM. I don't really know for sure but I've always worked from the assumption that one server's JNDI directory only listed things from the same JVM, but I don't really know a lot about JNDI.
Every time I've had the client and the EJB server running in separate JVMs, I've always written JNDI lookup code in the client. I can't imagine how it would work any other way nor can I imagine how you could declare everything you need within the deployment descriptors. The client JNDI lookup is not too hard to do, so I just do it that way. Spoon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3873154#3873154 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3873154 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
