[jboss-user] [EJB 3.0] - Re: MDB pool configuration EJB3

2008-03-12 Thread kaja78
http://www.jboss.com/index.html?module=bbop=viewtopicp=4135987 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4135988#4135988 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4135988

[jboss-user] [EJB 3.0] - Re: MDB pool configuration EJB3

2007-11-22 Thread ejb3workshop
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=1 A search on

[jboss-user] [EJB 3.0] - Re: MDB pool configuration EJB3

2007-04-19 Thread wolfc
Before you get your hopes up out of old posts, note that pool configurations on a MDB is not the way to go. http://jira.jboss.com/jira/browse/EJBTHREE-890 Also note that expiration of messages is an issue. http://jira.jboss.com/jira/browse/EJBTHREE-938 View the original post :

[jboss-user] [EJB 3.0] - Re: MDB pool configuration EJB3

2007-04-17 Thread judge2005
And in case anyone is wondering. This is how you do the same thing in jboss.xml: | ?xml version=1.0 encoding=UTF-8? | jboss | xmlns=http://java.sun.com/xml/ns/javaee; | xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; |