
I have raised a lot of them. Do not expect them ever being fixed. I consider this project DEAD.
I've raised a JIRA for this:
http://jira.qos.ch/browse/CAL-36
On Wed, Feb 6, 2013 at 11:00 AM, <cal10n-user-request@qos.ch> wrote:
Send cal10n-user mailing list submissions to cal10n-user@qos.ch
To subscribe or unsubscribe via the World Wide Web, visit http://mailman.qos.ch/mailman/listinfo/cal10n-user or, via email, send a message with subject or body 'help' to cal10n-user-request@qos.ch
You can reach the person managing the list at cal10n-user-owner@qos.ch
When replying, please edit your Subject line so it is more specific than "Re: Contents of cal10n-user digest..."
Today's Topics:
1. ch.qos.cal10n.MessageConveyorException (Desmond Kirrane) 2. Re: ch.qos.cal10n.MessageConveyorException (Michael)
----------------------------------------------------------------------
Message: 1 Date: Tue, 5 Feb 2013 18:41:13 +0000 From: Desmond Kirrane <desmond.kirrane@gmail.com> To: cal10n-user@qos.ch Subject: [cal10n-user] ch.qos.cal10n.MessageConveyorException Message-ID: <CABXsE+zv9XCdG4sixdBPNQHEaoCWQwT= SDwGRTW+38aU-QVxGQ@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hi,
I'm getting the following message when I log:
ch.qos.cal10n.MessageConveyorException: Failed to locate resource bundle [Bundle] for locale [en_US] for enum type [com.mycompany.Messages] at ch.qos.cal10n.MessageConveyor.lookup(MessageConveyor.java:115) at ch.qos.cal10n.MessageConveyor.getMessage(MessageConveyor.java:77) at org.slf4j.cal10n.LocLogger.error(LocLogger.java:167)
I have a default Bundle.properties in my classpath but cal10n doesn't use it. Everything works fine when I have a Bundle_en_US.properties.
Is there a way to tell cal10n to use the default Bundle.properties if a suitable bundle for the Locale it requires is missing?