Are you looking up the SFSB from JNDI with every HTTP request?
A new lookup will return a new instance; if you're doing this, best to perform the
JNDI lookup once (maybe in a filter in an if(session.isNew()) block) and then place the
stub as an attribute into the HttpSession. Subsequent requests to the HttpSession can
reference the stub there, and you'll get back the same SFSB instance.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103279#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...