Filip Hanik - Dev Lists wrote:
> 
> you are calling this method
> 
>     public Connection getConnection(String username, String password) 
> throws SQLException {
>         throw new UnsupportedOperationException("Not supported by 
> BasicDataSource");
>     }
> 
> try calling
> 
> DataSource.getConnection() without a username and password
> 
> Filip
> 

Yeah thanks Filip, I read online about that being the problem.

I think I am now ready to setup the IDMS so that it will listen to JDBC
calls. Once I have this all setup I will come back to let you know how I got
on.

Thanks for all the help everyone.
rgs Jp
-- 
View this message in context: 
http://www.nabble.com/Help%3A-Connecting-Tomcat-to-CA-IDMS-using-JDBC-Type-4-Drivers-%28JNDI---IDMSDataSource%29-tp21433283p21458683.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to