291292293294295296297298299300301
if (request.isApplication()) { ApplicationArchivist aa = (ApplicationArchivist)archivist; aa.copyInto(request.getDescriptor(), dpa, in, false); } else { archivist.copyInto(dpa, in, false); } } // now let's create a class loader for this module