[jboss-user] [EJB 3.0] - Re: Changing EJB 3.0 container pool size

2008-09-24 Thread ALRubinger
ejb3-interceptors-aop.xml defines global defaults in the case that @PoolClass is not specified. You may also apply the annotation directly upon your SLSB to affect that EJB alone. S, ALR View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4178503#4178503 Reply to

[jboss-user] [EJB 3.0] - Re: Changing EJB 3.0 container pool size

2008-09-23 Thread shreyasshinde
Okay got it! You need to edit the ejb3-interceptors-aop.xml file. Specifically, edit the Stateless Bean element to point to @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxlPool.class, maxSize=10, timeout=1) Thanks, Shreyas View the original post :