I am using JBoss-3.2.3 and have deployed a datasource as follows:
Does
JBoss, cache the instances of the driver class, i.e. in this case instances of com.db.driver.DriverImpl .
If there is some other datasource on the same server which also uses the same driver class, then does JBoss use the same instance of the driver class, for both these datasources?