[jboss-user] [EJB3] - Re: SLSB pool size is always one in jboss 6.0 CR1 using ejb 3.1

aravind kopparthi do-not-reply at jboss.com
Tue Nov 23 06:57:23 EST 2010


aravind kopparthi [http://community.jboss.org/people/aravindsk] created the discussion

"Re: SLSB pool size is always one in jboss 6.0 CR1 using ejb 3.1"

To view the discussion, visit: http://community.jboss.org/message/572434#572434

--------------------------------------------------------------
thanks for the direction, i have read the above link. can i use StrictMaxPool instead of MaxSize in ejb-interseptor-aop.xml like below? to achieve multiple SLSB instances when a Single Threaded (Singleton) EJB invokes calls in to process long running tasks ?


<annotation expr="class(*) AND !class(@org.jboss.ejb3.annotation.Pool)">
         @org.jboss.ejb3.annotation.Pool (value="ThreadlocalPool", *StrictMaxPool*=30, timeout=10000)
      </annotation>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/572434#572434]

Start a new discussion in EJB3 at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2029]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101123/ddbccbfc/attachment.html 


More information about the jboss-user mailing list