protected RepositoryClassLoader repositoryLoader;
public ParanoidCocoonServlet() {
super();
// Override the parent class classloader
this.repositoryLoader = new RepositoryClassLoader(new URL[] {}, this.getClass().getClassLoader());
super.classLoader = this.repositoryLoader;
}