Hi all,
I am trying to use the CacheRowSet class. But I face a problem. The
following code is run very well with JWS2.0 but not running with WebLogic
5.1
The code is...............
<%@ page info="pk76" import="java.io.*,
java.util.*,sun.jdbc.rowset.*,javax.sql.*" %>
<jsp:useBean id="crowset" class="sun.jdbc.rowset.CachedRowSet"
scope="session"/>
<html>
<body>
Hi this is for testting..............
</body>
</html>
The erro produced by the WEBLOGIC is........................
Parsing of JSP File '/traveler/misc/pkcache.jsp' failed:
----------------------------------------------------------------------------
----
/traveler/misc/pkcache.jsp(3): Could not create a bean of type:
sun.jdbc.rowset.CachedRowSet: java.lang.ClassNotFoundException:
sun.jdbc.rowset.CachedRowSet
probably occurred due to an error in /traveler/misc/pkcache.jsp line 3:
<jsp:useBean id="crowset" class="sun.jdbc.rowset.CachedRowSet"
scope="session"/>
I placed the rowset.jar file into the weblogic\classes but still the error
is there. Please help me and tell me that why this happening
Thanks
With Regards,
Pranav Kumar
Software Engineer
Informica India Pvt. ltd.
Noida,India
Phone: -91-118-4514702
www.informica.com
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets