[jboss-jira] [JBoss JIRA] (AS7-4739) Localized DMR descriptions not picked up
Heiko Braun (JIRA)
jira-events at lists.jboss.org
Wed May 9 05:45:18 EDT 2012
[ https://issues.jboss.org/browse/AS7-4739?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Heiko Braun updated AS7-4739:
-----------------------------
Comment: was deleted
(was: You know what, I was wrong: The locale should actually be "pt-BR" (no underscore). But I get the same results)
> Localized DMR descriptions not picked up
> ----------------------------------------
>
> Key: AS7-4739
> URL: https://issues.jboss.org/browse/AS7-4739
> Project: Application Server 7
> Issue Type: Bug
> Components: Domain Management
> Reporter: Heiko Braun
> Assignee: Brian Stansberry
> Priority: Blocker
> Fix For: 7.1.2.Final (EAP)
>
>
> It seems the translations are not picked up. I've pulled the most recent set and verified that a portuguese translation [1] exists for the transaction subsystem, that acts as example in this case. However when I query the DMR description with providing a locale it does return the english contents [2].
> [1] transactions/src/main/resources/org/jboss/as/txn/subsystem/LocalDescriptions_pt_BR.properties
> [2] example query:
> {noformat}
> /subsystem=transactions:read-resource-description(locale=pt_BR)
> [...]
> "enable-tsm-status" => {
> "type" => BOOLEAN,
> "description" => "Whether the transaction status manager (TSM) service, needed for out of process recovery, should be provided or not..",
> "expressions-allowed" => false,
> "nillable" => true,
> "default" => false,
> "access-type" => "read-write",
> "storage" => "configuration",
> "restart-required" => "all-services"
> },
> [...]
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list