Alguém já teve esse erro utilizando DWR?
Como resolveu?
function verificaExistenciaTaxonomia(root){
alert("antes");
FacadeAjaxView.verificaExistenciaTaxonomia(root,verificaExistencia);
alert("depois");
}
function verificaExistencia(ret){
DWRUtil.setValue("taxonomiaExistente",ret);
}