// create handler
HandlerConfiguration currentHandler = new HandlerConfiguration(name);
try {
currentHandler.configure(resolver, ObjectModelHelper.getRequest(objectModel), configuration);
} catch (ProcessingException se) {
throw new ConfigurationException("Exception during configuration of handler: " + name, se);
} catch (org.xml.sax.SAXException se) {
throw new ConfigurationException("Exception during configuration of handler: " + name, se);
} catch (java.io.IOException se) {