How'd I maintain some instance variables in memory (without persist) in a way that all
the clients can acess and modify them?
I tried to use Stateless bean, but they are pooled, and because of that the attributes of
one instance would be different of another.
Stateful beans would be good, but my attributes need to be shared for all the clients.
Does anyone know a solution??
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976004#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...