I've been trying for a day now to get a connection pool setup with no luck. I get the following exception:
Unable to provide implementation for org.apache.avalon.excalibur.datasource.DataSourceComponent (Key='org.apache.avalon.excalibur.datasource.DataSourceComponent') I do get another exception from another log file that kind of makes me wonder if there is a class cast or class not found exception being thrown somewhere. The jars listed below are in my classpath so I know that shouldn't be a problem. My config file looks like: <jdbc-datasource id="jdbcSource"> <driver>sun.jdbc.odbc.JdbcOdbcDriver</driver> <dburl>jdbc:odbc:VSCDealerRateBook</dburl> <user>sa</user> <password></password> <pool-controller min="1" max="2"> <keep-alive disable="false"/> </pool-controller> <auto-commit>false</auto-commit> </jdbc-datasource> and my roles file has no entries for the data source component as I thought Fortress was supposed to have a default impl hadler. However, I do have several different role setups commented that and none of them work. I am using Fortress with the fortress 1.0 complete jar, excalibur datasource 1.1.1 complete jar as well. Any thoughts?? THanks, Robert McIntosh ******************* PLEASE NOTE ******************* This message, along with any attachments, may be confidential or legally privileged. It is intended only for the named person(s), who is/are the only authorized recipients. If this message has reached you in error, please notify the sender immediately and promptly destroy it without review. Dissemination, distribution or copying of this communication is strictly prohibited. Thank you for your help. **********************************************************