Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread Alex Loubyansky
Hello todd, no idea... I'd set it up the same way. Some notes, though they scarcely have an impact. - on-line docs say min-capacity can't be less then 2, though code verifies it to be not less then zero; - what is strictMaximumSize? i haven't found it neither in dtd nor code. I looked at

Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread todd
Alex: The strictMaximumSize tag comes from a post I found on the JBoss foums referencing a similar problem back in the 2.4 timeframe. I have tried both with and without it and also with different numbers for maximum to no avail. I'm running out of options to try. Is this working for you

Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread todd
I have figured it out. My configuration-name reference needed to be included WITHIN the session tag, not immediately following it. Once I made this change, all worked as documented. Thanks for all you assistance. Todd -- Hello todd, no idea... I'd set it up

RE: Re[2]: [JBoss-user] How to limit # of stateful session beans in jboss.xml

2002-08-09 Thread Sacha Labourey
AFAIK, strict pool size is not available in 3.x, it had not been ported. -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]De la part de [EMAIL PROTECTED] Envoye : vendredi, 9 aout 2002 17:48 A : [EMAIL PROTECTED] Objet : Re[2]: [JBoss-user] How to limit # of