catch (NotFoundException e)
{
// todo Bill Burke: this scares the shit out of me, but it must be done
// I think it will screw up hotdeployment at some time. Then again, maybe not ;)
ByteArrayClassPath cp = new ByteArrayClassPath(className, classfileBuffer);
pool.insertClassPath(cp);
clazz = pool.getLocally(className);
}
if (clazz.isArray())
{
if (verbose && logger.isDebugEnabled()) logger.debug("cannot compile, isArray: " + className);