[jboss-user] [EJB 3.0] - Re: MDB pool configuration & EJB3
ejb3workshop
do-not-reply at jboss.com
Thu Nov 22 06:46:43 EST 2007
I am having a problem following your suggestion. I increased by session size to 20 using :
@ActivationConfigProperty(propertyName = "maxSession", propertyValue = "20"
but now I get the following exception :
anonymous wrote : Failed to acquire the pool semaphore, strictTimeout=10000
A search on the forum suggestion that I need to increase my MDB pool size to boyond the number of the sessions.
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=58293
However you suggest that this is not the way to go. I tried it and it didn't work. It complained about the jboss.xml file not being correct.
Is there another solution to the Failed to acquire the pool semaphore, strictTimeout=10000 ?
Thanks
Alex
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4107064#4107064
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4107064
More information about the jboss-user
mailing list