Example #1
0
 @Override
 public String getRejectionLogMessage(Map<String, ModelNode> attributes) {
   return EeLogger.ROOT_LOGGER.propertiesNotAllowedOnGlobalModules();
 }
Example #2
0
    @Override
    public String getRejectionLogMessage(Map<String, ModelNode> attributes) {

      return EeLogger.ROOT_LOGGER.onlyTrueAllowedForJBossDescriptorPropertyReplacement_AS7_4892();
    }