[jboss-user] [JBoss Seam] - About JBSEAM-2024 (log interpolation not failsafe)

atao do-not-reply at jboss.com
Mon Oct 8 11:47:34 EDT 2007


Good! 

It answers also to the thread "messageformat error blows up (JBSEAM-1859)"
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=117235

May I suggest that, in place of the partial result of interpolation, the wrong message is also shown to the user by returning it in the catch block:

  |             log.warn("exception interpolating string: " + string, e);
  |             return string;
  | 
      It gives then a direct clue that something is wrong. And it's already the way to do thing in other
      cases of wrong syntax (see "messageformat error blows up" test in InterpolatorTest)



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092647#4092647

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092647



More information about the jboss-user mailing list