[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1677) SeamResourceBundle bundleCache always empty

Gavin King (JIRA) jira-events at lists.jboss.org
Mon Jul 16 08:31:03 EDT 2007


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

Gavin King closed JBSEAM-1677.
------------------------------

    Fix Version/s: 2.0.0.CR1
       Resolution: Done
         Assignee: Gavin King

ups, thanks

> SeamResourceBundle bundleCache always empty
> -------------------------------------------
>
>                 Key: JBSEAM-1677
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1677
>             Project: JBoss Seam
>          Issue Type: Bug
>            Reporter: Darryl Smith
>         Assigned To: Gavin King
>             Fix For: 2.0.0.CR1
>
>
> SeamResourceBundle.java:44 
>       Locale instance = org.jboss.seam.core.Locale.instance();
>       if ( bundleCache.containsKey(instance) )
>       {
>          bundleCache.put( instance, loadBundlesForCurrentLocale() );
>       }
> should be
>       Locale instance = org.jboss.seam.core.Locale.instance();
>       if ( !bundleCache.containsKey(instance) )
>       {
>          bundleCache.put( instance, loadBundlesForCurrentLocale() );
>       }

-- 
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