[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-2692) Overriding security messages

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Thu Mar 13 19:29:57 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-2692?page=all ]

Shane Bryzak closed JBSEAM-2692.
--------------------------------

    Resolution: Rejected
      Assignee: Shane Bryzak

You don't have an entry in components.xml for your resource bundle.  After adding the following entry your custom login message works:

    <core:resource-loader>
        <core:bundle-names>
            <value>com.test.resources.test_messages</value>
        </core:bundle-names>
    </core:resource-loader>	

This is documented in the internationalization chapter of the reference docs.

> Overriding security messages
> ----------------------------
>
>                 Key: JBSEAM-2692
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2692
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: Security
>    Affects Versions: 2.0.1.GA
>         Environment: WinXP SP2, JBoss AS 4.2.2, ICEfaces 1.7.0 Beta1
>            Reporter: Jens Weintraut
>         Assigned To: Shane Bryzak
>             Fix For: 2.0.2.GA
>
>         Attachments: test.zip
>
>   Original Estimate: 2 hours
>  Remaining Estimate: 2 hours
>
> Overrinding security messages (e. g. "org.jboss.seam.loginSuccessful") doesn't work.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list