try {
afWeaver = new AFWeaver(getConfig());
FacesContext.getCurrentInstance().getExternalContext().getSessionMap()
.put(ASPECT_FACES, afWeaver);
} catch (Exception e) {
throw new AFException("Cannot initiate AspectFaces instance", e);
}
}
mutex.unlock();
}
}