[jboss-jira] [JBoss JIRA] (WFLY-1626) Duplicated message ids in jdr and security subsystems
Ivo Studensky (JIRA)
jira-events at lists.jboss.org
Tue Jul 2 10:07:21 EDT 2013
Ivo Studensky created WFLY-1626:
-----------------------------------
Summary: 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, Security
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