[jboss-jira] [JBoss JIRA] (WFLY-1626) Duplicated message ids in jdr and security subsystems
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Wed Jul 3 04:15:22 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
RH Bugzilla Integration updated WFLY-1626:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=980498
> Duplicated message ids in jdr and security subsystems
> -----------------------------------------------------
>
> Key: WFLY-1626
> URL: https://issues.jboss.org/browse/WFLY-1626
> Project: WildFly
> Issue Type: Bug
> Components: JDR
> Affects Versions: 8.0.0.Alpha2
> Reporter: Ivo Studensky
> Assignee: Jesse Jaggars
> Priority: Critical
>
> 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.
> {code:java|title=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.")
> {code}
> {code:java|title=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")
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list