
Message retrieval relies on toString instead of name() ------------------------------------------------------ Key: CAL-25 URL: http://jira.qos.ch/browse/CAL-25 Project: CAL10N Issue Type: Bug Reporter: Michael Osipov Assignee: Ceki Gulcu Priority: Critical As you can see [here http://cal10n.qos.ch/xref/ch/qos/cal10n/MessageConveyor.html#81] it realies on .toString(). My enums are richer than the basic manual depicted here thus I have overridden to string. Resouce trievals fails because the key name differs from the string represenation. Line 81 should work on #name() only and not rely #toString() -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.qos.ch/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira