Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have one session bean and one entity bean, my session bean is using rowset.jar's CachedRowSet class to store the database records, I package them (ejbs and jsp as war) to make a .ear file and when I deploy my .ear file it throws error NoClassFound sun.java.rowset.......??
if I put the jar file in the class path before starting the server it works but I don't what this way.
how can I resolve this problem
I am using weblogic 6.1 server.
please assist me.
regards
Hiresh
I have one session bean and one entity bean, my session bean is using rowset.jar's CachedRowSet class to store the database records, I package them (ejbs and jsp as war) to make a .ear file and when I deploy my .ear file it throws error NoClassFound sun.java.rowset.......??
if I put the jar file in the class path before starting the server it works but I don't what this way.
how can I resolve this problem
I am using weblogic 6.1 server.
please assist me.
regards
Hiresh