This is expected behaviour. SLSB aren't stateless in the sense that a new one is
created with every call (the application server will be doing pooling etc).
They are stateless in the sense that they are not tied to a particular client like
Stateful Session EJBs are.
A good explanation can be found here.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958102#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...