Re: Problems declaring DataSources

2005-08-18 Thread C.F. Scheidecker Antunes
Hi all, Problem solved. So I will share the solution in case someone has the same problem. Just use the following class: com.mysql.jdbc.jdbc2.optional.MysqlDataSource as the DataSource class. so, the correct code is: type="com.mysql.jdbc.jdbc2.optional.MysqlDataSource"> value

Problems declaring DataSources

2005-08-18 Thread C.F. Scheidecker Antunes
Hello All, I have the following datasource declared. The password, URL and user name as well as Database name (on the URL) are corrected and I have them tested. Here it is: However, when I put it in my