I used JBoss extension Service Bean as a singelton control. However, it does not prevent
concurrency to call this service Bean. Multi-threadings could call the API in this
service Bean at the same time. Seems container control on the bean pool is not effective
for service Bean. Is this true? If yes, what's the best way to design a singelton
stateless session Bean? I tried Jboss PoolClass, but it is so odd to compile.
I appreciate all your good thoughts.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4114498#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...