There are a couple pools you're dealing with:

1.  Web service connections.  These are configured within some .xml file I 
imagine.  This configures the number of simultaneous connections.
2.  Database connections.  These are (likely) within some sort of -ds.xml file 
*or* within a -service.xml file.  

What JBoss is carping about (c.f. InternalManagedConnectionPool) is that it's 
out of 2.  If you increase 1, you usually need 2.  Locate some docs about 
configuring database pooling in JBoss and then find and fix the relevant file.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855046#3855046

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855046


-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to