This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: cloudscape db and connection poolluke_t Dec 16, 2001 1:13 PM (in response to rgsuresh)You shouldn't be using DriverManager.getConnection() at all. 
 I think you need to look at some basic examples on using javax.sql.Datasource - get the manual from flashline which has everything you need to know about JBoss 2.4 in it.
 Try to copy some of the examples in there - using the hypersonic database and the default datasource in jboss.jcml. Then move on to setting up your own datasources.
 Luke.
 
    