throws SAXException {
TemplateModel model = getModel(dynamicProcess);
// Make sure that all the bindings supplied by the apply are correct.
ParameterBlock parameters = model.getParameterBlock();
for (Iterator i = parameters.iterator(); i.hasNext();) {
String name = (String) i.next();
TValue binding = parameters.query(name);
if (!binding.isVerified()) {
forwardFatalError(dynamicProcess,
"Binding \"" + name + "\" has been " +
"supplied that does not exist in the template " +