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/572539#572539
--------------------------------------------------------------
i did look at the link that he provided. Carlo's suggested to change the pool impl to
StrictMaxPool and i gave 7. insteadof using ThreadLocalPool. no luck. may be i did not
configure correctly? below snippet is what i modified in ejb3-interseptors-aop.xml for
stateless bean domain node..
isn;t this what i needed to modify based on his comments?
<annotation expr="class(*) AND !class((a)org.jboss.ejb3.annotation.Pool)">
@org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=7,
timeout=10000)
</annotation>
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/572539#572539]
Start a new discussion in EJB3 at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]