}
else if (model != null)
{
// only release from read if we don't find a DOMModelForJSP
// if the model is correct, it will be released in dispose
model.releaseFromRead();
}
JSFCorePlugin.log("Couldn't get valid model for file: "+file.toString(), new Exception()); //$NON-NLS-1$
return null;
}