Exception in ModelAddOperationHandler silently ignored
------------------------------------------------------
Key: JBAS-9314
URL:
https://issues.jboss.org/browse/JBAS-9314
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Reporter: Thomas Diesler
Due to a miss-configuration my subsystem cannot bootstrap. The RuntimeException is caught
here
ServerControllerImpl:203
} catch (Exception e) {
resultHandler.handleFailed(new ModelNode().set(e.toString()));
}
which is however silently ignored on server startup. There are no messages in either log.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira