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=43944>.
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=43944

           Summary: org.apache.el.lang.ELArithmetic.coerce throws
                    MissingResourceException for key el.convert
           Product: Tomcat 6
           Version: 6.0.14
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Servlet & JSP API
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


The class org.apache.el.lang.ELArithmetic
has the following code snippet:

throw new IllegalArgumentException(MessageFactory.get("el.convert", obj, 
objType));

But the key "el.convert" doesn't exist in "org.apache.el.Messages". As a 
result, I'm receiving the exception:
java.util.MissingResourceException: Can't find resource for bundle 
java.util.PropertyResourceBundle, key el.convert
        at java.util.ResourceBundle.getObject(ResourceBundle.java:325)
        at java.util.ResourceBundle.getString(ResourceBundle.java:285)
        at org.apache.el.util.MessageFactory.getArray(MessageFactory.java:67)
        at org.apache.el.util.MessageFactory.get(MessageFactory.java:47)
        at org.apache.el.lang.ELArithmetic.coerce(ELArithmetic.java:367)
        at org.apache.el.lang.ELArithmetic.add(ELArithmetic.java:238)
        at org.apache.el.parser.AstPlus.getValue(AstPlus.java:24)
        at org.apache.el.ValueExpressionImpl.getValue
(ValueExpressionImpl.java:186)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to