log.warn("No wicket components directory specified to give Seam super powers to");
this.classLoader = parent;
}
else
{
this.classLoader = new WicketClassLoader(Thread.currentThread().getContextClassLoader(), new ClassPool(), dir).instrument();
}
}
catch (NotFoundException e)
{
throw new ServletException(e);