Re: [Resin-interest] Controlling pool size for stateless EJBs

2009-11-03 Thread Scott Ferguson
Jeff Schnitzer wrote: Is it possible to control the pool size for stateless EJBs? I think I'm looking for something equivalent to ejb-message-bean message-consumer-max=2 but for ejb-session-bean. The docs say that session beans are pooled, but I don't see anything about how to configure

Re: [Resin-interest] Controlling pool size for stateless EJBs

2009-11-03 Thread Jeff Schnitzer
Thanks. Now that any bean can be given @TransactionAttribute and injection, the only point to using @Stateless seems to be pooling. Jeff On Tue, Nov 3, 2009 at 9:59 AM, Scott Ferguson f...@caucho.com wrote: Jeff Schnitzer wrote: Is it possible to control the pool size for stateless EJBs? I