You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2004/03/23 20:05:12 UTC

DO NOT REPLY [Bug 27878] New: - XMLResourceBundleFactory is missing catalogs

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27878>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27878

XMLResourceBundleFactory is missing catalogs

           Summary: XMLResourceBundleFactory is missing catalogs
           Product: Cocoon 2
           Version: Current CVS 2.1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: core
        AssignedTo: dev@cocoon.apache.org
        ReportedBy: Ralph_Goers@dslextreme.com


_select in XMLResourceBundleFactory loops through the directories and locales
locating resource bundles. However, it stops when it encounters the first bundle
name that doesn't have a locale, missing those that might be in one of the other
locations.  The provided patch fixes that.