@PoolClass(value=org.jboss.ejb3.StrictMaxPool.class, maxSize=1)
Note that this will only make sure there is 1 instance of the MDB alive. It can still be
destroyed and recreated. To have a true singleton you should delegate from the MDB to a
service bean.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019973#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...