> The solution was to ensure that all ServletTestCase subclasses are in
> the war classes or a war lib rather than a common ear lib.

As a follow-up, the ServletTestCase subclasses must reside in a war lib
.jar, not in the war classes. For Jetty (and other web containers?), war
classes are loaded by their own classloader that is a parent of the web
lib context classloader, resulting in the same problem as before.


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to