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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...