[ 
https://issues.apache.org/jira/browse/CONNECTORS-468?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13261429#comment-13261429
 ] 

Erlend GarĂ¥sen commented on CONNECTORS-468:
-------------------------------------------

I'm afraid that this change have some unwanted side effects. I just did a clean 
svn co after i upgraded to SVN 1.7, and now I get the following error:
{code}
    [javac] Compiling 8 source files to 
/Users/erlendfg/tmp/mcf_2012/framework/build/ui-core/classes
    [javac] 
/Users/erlendfg/tmp/mcf_2012/framework/ui-core/src/main/java/org/apache/manifoldcf/ui/i18n/Messages.java:142:
 cannot find symbol
    [javac] symbol  : class ResourceBundleWrapper
    [javac] location: class org.apache.manifoldcf.ui.i18n.Messages
    [javac]       context.put("ResourceBundle",new 
ResourceBundleWrapper(rb,bundleName,locale));
{code}
                
> Using ResourceBundle under Velocity has unhelpful behavior when a key is 
> missing
> --------------------------------------------------------------------------------
>
>                 Key: CONNECTORS-468
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-468
>             Project: ManifoldCF
>          Issue Type: Improvement
>          Components: Framework core
>    Affects Versions: ManifoldCF 0.5, ManifoldCF 0.6
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.6
>
>
> When you use ResourceBundle.getString in a Velocity template, the behavior 
> for a missing key is to throw an exception - which causes the template to not 
> render and an exception to be printed in the log.  It would be much better if 
> the behavior was more similar to Messages.getString.  We can do this by 
> wrapping ResourceBundle and using the wrapped class in the context instead of 
> ResourceBundle itself.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to