I also had the same problem when using struts Datasource.
I noticed this depends of the struts version, tomcat version or even the
jdk but was unable to really find out what the problem was.
I solved it by not using the struts datasource description in the
struts-config.xml anymore.
I instead
THANKS PETER, I found out how to delete tomcat sessions that persists
after un-deployement.
That did it !!
No more exceptions !
Peter Crowther a écrit :
From: Mastrorillo Laurence
2007-08-08 12:04:12 fileStore[/]: java.lang.ClassNotFoundException:
[...]
at
myclass.java?
It could be another class was referencing that class and was not
recompiled, and as such can not be loaded anymore because reference
another non existing class.
The stacktrace of Exception could be useful too.
En l'instant précis du 08/08/07 13:46, Mastrorillo Laurence s'exprim
Hi everybody,
I am having a problem with an old class no longer in used in my
application.
I am using tomcat 5.0.18 with jdk 1.5 from ibm.
I undeployed the application, suppressed the class and every references
to it (I am sure of that!), and then deployed again in tomcat.
And in the catalina.out