You need to recompile the servlet with version 2.0 of mypackage.
Another option is replacing the 2.0 with 1.0 on the server, but that
will kill the purpose of any upgrade that you did.
-cheers,
Manish
Sounds like you might have a classloader issue. Read this tutorial to
demystify your classpath issues:
http://www.technicalfacilitation.com/get.php?link=classloading
Cheers!
-Cameron McKenzie
Free Mock Java Certifcation Exams: www.scja.com
Free Java and J2EE Tutorials: www.mcnz.com
www.examscam.com www.pulpjava.com
> You need to recompile the servlet with version 2.0 of mypackage.
> Another option is replacing the 2.0 with 1.0 on the server, but that
> will kill the purpose of any upgrade that you did.
>
> -cheers,
> Manish