[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread dakota007
Thank you very much to all for the quick responses :-) Now it works Frederic View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835810#3835810 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835810 ---

[JBoss-user] [Installation & Configuration] - Re: DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread dakota007
This is the code: package beans; import java.sql.*; import java.util.ArrayList; import javax.naming.Context; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.sql.DataSource; public class DbBean { private static DataSource pool; public st

[JBoss-user] [Installation & Configuration] - DataSource problem - JBossManagedConnectionPool

2004-05-21 Thread dakota007
I'm using a datasource. The database is Oracle 9i. Everthing works fine, but after a certain time I receive these errors: [STDERR] org.jboss.util.NestedSQLException: No ManagedConnections available within configured blocking timeout ( 5000 [ms] ); - nested throwable: (javax.resource.ResourceExc