DB2 Universal Type2 Driver

Hi,

I am using a Jar deployed in webM which loads and uses DB2 Universal Type 2 Driver, but webMethods during runtime doesnot seem to pickup right connection object: As shown below
the connection object output for universal type 2 is(as run on eclipse)
com.ibm.db2.jcc.uw.UWConnection@8c1dd9
the connection object output for regular type 2 is(as run on eclipse)
DB2Connection
{
connectionHandle = 1
SPConnected = false
source = cdwd
user = cdwdmgr
conArgs =
closed = false
describeCached = false
describeParam = true
isReadOnly = false
autoClose = false
LONGDATA compat = false
}
but webMethods output is same for both drivers which is the 2nd one even though the driver loaded is universal type 2. Did any else had this kind of issue, is so please help me in getting it solved…

Thanks,
Vijay