This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Changing EJB 3.0 container pool sizeshreyasshinde Sep 23, 2008 6:46 PM (in response to 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=10000)
 Thanks,
 Shreyas
- 
        2. Re: Changing EJB 3.0 container pool sizealrubinger Sep 24, 2008 5:15 AM (in response to shreyasshinde)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
 
    