Trying to use JspTest with in maven project I had problems with class loaders. I finally got it working by:
* explicitely setting maven surefire test plugin, and
* changing CustomClassLoader's parent class loader with Thread.currentThread().getContextClassLoader().
Attached patch change default CustomClassLoader constructor.
See test case added, which checks for parent class loader while...
2009-12-31 13:41:57 UTC in JspTest