Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-1626

Duplicated message ids in jdr and security subsystems

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Critical Critical
    • 8.0.0.Alpha3
    • 8.0.0.Alpha2
    • JDR
    • None

      There are 3 different language messages in jdr and security subsystems with the same ids which is not correct as each message must have an unique id with the server.

      jdr/jboss-as-jdr/src/main/java/org/jboss/as/jdr/JdrLogger.java
      @Message(id=13306, value="Could not create zipfile.")
      @Message(id=13307, value="Could not configure JDR.")
      @Message(id = 13308, value = "No JDR commands were loaded. Be sure that a valid Plugin class is specified in plugins.properties.")
      
      security/src/main/java/org/jboss/as/security/SecurityMessages.java
      @Message(id = 13306, value = "Remoting connection found but no UserPrincipal.")
      @Message(id = 13307, value = "Argument %s is null")
      @Message(id = 13308, value = "Unable to start the %s service")
      

              rhn-support-jjaggars Jesse Jaggars
              istudens@redhat.com Ivo Studensky
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: