DB2 datasource

I am trying to set up a DB2 datasource on the Sun Application server.

I am using db2java.zip as the library with the drivers. I get the following error message when I test:

"Operation 'pingConnectionPool' failed in 'resources' Config Mbean. Target exception message: Class name is wrong or classpath is not set for : com.ibm.db2.jdbc.DB2DataSource"

[371 byte] By [patmuga] at [2007-11-26 8:16:12]
# 1
Hi,It is clear log message and showing that class name provided for jdbc connection pool is either wrong or class-path is not set for this driver.Please check your connection pool settings.Please refer docs.sun.com for more details on
BalajiKoutharapu at 2007-7-6 21:15:17 > top of Java-index,Application & Integration Servers,Application Servers...
# 2
Change com.ibm.db2.jdbc.DB2DataSource into com.ibm.db2.jcc.DB2DataSource. It should be worked (if not copy you DB2 jar files to sun application server lib directory)
frodo2000 at 2007-7-6 21:15:17 > top of Java-index,Application & Integration Servers,Application Servers...