Problem in using CacheRowSetImpl in Jboss Environment.

Hi all

I have done a standalone program using cacherowsetimpl and its working fine but whenever i am using that class in jboss environment its simply"not working".

Moreover i could not instaniate that at all.

CachedRowSetImpl mycrs ;

Class.forName("oracle.jdbc.driver.OracleDriver");

crs = new CachedRowSetImpl(); <-Exception is here & that is null pointer exception.

N.B:rowset.jar is in path

Regards

Amit

[497 byte] By [amp_mnda] at [2007-11-29]