Re: SV: ClassNotFoundException for test classes
"Pierre Moermans" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <1157120364.v2.fusewebmail-114142@ffuse12> |
Thanks Magnus ! Alas ... neither junit, nor cactus is in my Weblogic classpath. If I remove the two corresponding jars from the cactified war, I get a (logical) java.lang.ClassNotFoundException: org.apache.cactus.server.ServletTestRedirector. Thanks anyway ! Pierre M. ----- Original Message ----- Subject: SV: ClassNotFoundException for test classes Date: Fri, September 1, 2006 14:31 From: "Magnus Grimsell" <[email protected]> > Make sure that cactus or junit jars isn't available at system or ear-classloader. > > - Magnus > > -----Ursprungligt meddelande----- > FrÃ¥n: Pierre Moermans [mailto:[email protected]] > Skickat: den 1 september 2006 14:28 > Till: [email protected] > Ãmne: ClassNotFoundException for test classes > > > Hello, > > I try to run cactus tests on Weblogic 8.1 and I get a > ClassNotFoundException telling the test class cannot be found. > > I've seen many threads about this and it always appears that the test > classes where missing either in the WEB-INF/classes of the cactified war, > or in the classpath on the client side. > > I ckecked that (by echoing the classpath in my ant build-script and > viewing the content of the war file on the server) and the classes are > present on both sides ! > > > Any hint would be greatly appreciated. > > Many thanks, > > > Pierre M. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > >