Thank you for everyone's help. I solved the connection pool problem. I did
not have anything do with jboss. One of my methods misbehaved. Instead of
using the connection which was to be shared by all methods, this
misbehaving method, behind my back, was creating its own connection and on
top of everything did not even return it back to the pool after it was done
with it. This explains everything and also why I could only run my app only
the number of times that was equal to the maximum number of connections I
was allowing.

Thanks again!

Thomas Kirsch



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to