hello all i realize that i could use ThreadLocal to pass an object to a method in my EJB as long as the call is executed in the same JVM. what if one ejb has to make a remote call to another? Can the ThreadLocal be used? If not, how would i pass an object implicitely (without requiring an extra method param on the remote ejb) across different jboss instances?
Thanks a lot for any help! James View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865103#3865103 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865103 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
