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

