[jboss-jira] [JBoss JIRA] Created: (JBAS-9314) Exception in ModelAddOperationHandler silently ignored
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Thu Apr 14 03:45:33 EDT 2011
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
More information about the jboss-jira
mailing list