[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Re: Are RMI Stubs in JNDI Thread-safe?
micho
do-not-reply at jboss.com
Sat Dec 16 10:27:03 EST 2006
For stateful beans, is there an other pattern, than getting the initial context and looking up the manager in every call of the servelet?
InitialContext ctx = new InitialContext();
| mm = (MandantenManager) ctx.lookup("BBCS/MandantenManagerBean/remote")
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994425#3994425
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994425
More information about the jboss-user
mailing list