[jboss-user] [EJB 3.0] - Re: EJBException: Failed to acquire the pool semaphore, stri

pbaker01 do-not-reply at jboss.com
Fri Jan 2 08:10:20 EST 2009


Hi jaikiran,

Problem solved.  Thank-you.  

I have added the annotation and that solved the current problem... I have a new problem and I'll start a new thread for that.

By the way, the documentation needs to be updated for JBoss 5.  

The documenation refers to PoolClass and it appears that JBoss 5 uses "Pool" and not "PoolClass".  

>From referenced documentation:
@PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=5, timeout=10000)

Also the package name for StrickMaxPool has changed to: 
org.jboss.ejb3.pool.StrictMaxPool

The annotation that I am using is:
@Pool (value="StrictMaxPool", maxSize=35, timeout=20000)

Thanks very much!  PB


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199211#4199211

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199211



More information about the jboss-user mailing list