]
Brian Stansberry updated AS7-652:
---------------------------------
Fix Version/s: 7.0.0.CR1
Component/s: Domain Management
Exception in ModelAddOperationHandler silently ignored
------------------------------------------------------
Key: AS7-652
URL:
https://issues.jboss.org/browse/AS7-652
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Reporter: Thomas Diesler
Fix For: 7.0.0.CR1
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: