I am using OpenEJB with SQL Server 2005 Express Edition and due to the number of connections limit of the SQL Server 2005 Express Edition it causes exceptions in OpenEJB.
Currently, any attempt to open a connection, after the max pool size is reached, fails immediately. What I wanted was that the getConnection wait -- a configurable number of seconds (connection timeout) -- for a connection to become available. The getConnection should fail only after the connection timeout is reached. is that possible? Thanks José -- View this message in context: http://www.nabble.com/max-connection-tf3929329s2756.html#a11144292 Sent from the OpenEJB Dev mailing list archive at Nabble.com.
