1. Does JNDI not serialize the references? I will try this out when I have a moment.
2. I have found that ejb2.1's can do this. From the home interface one can call getHandle(). This handle is serializable and can be used from different VM's. Do a search for getHandle() in these forums. I have also found that there is a compatibility layer for ejb3's to behave like ejb2.1's. In this case a home interface must be defined and the getHandle() function is available. I don't know if it throws unimplemented exceptions but there is test code that uses it. I don't have the test class names handy, but do a search for getHandle() in the cvs code in the ejb3 directory. I wouldn't want to use this though as I might as well use ejb2.1's then. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3911093#3911093 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3911093 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
