You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/09/06 07:34:37 UTC

DO NOT REPLY [Bug 43316] New: - message jsp.error.beans.property.conversion missing in resourcebundle

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

           Summary: message jsp.error.beans.property.conversion missing in
                    resourcebundle
           Product: Tomcat 5
           Version: 5.5.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: dieter.rehbein@easyplex.com


We are using jBoss 4.0.5, so I don't know exactly, which tomcat-version is
integrated (but it is a version >= 5.5.0)

If an exception is thrown in class org.apache.jasper.runtime.JspRuntimeLibrary
at line 885 (method getValueFromPropertyEditorManager), a localized message is
created.

The message key "jsp.error.beans.property.conversion" seems to be missing,
because the log-output only contains the following stacktrace:

org.apache.jasper.JasperException: jsp.error.beans.property.conversion
        at
org.apache.jasper.runtime.JspRuntimeLibrary.getValueFromPropertyEditorManager(JspRuntimeLibrary.java:885)
        at
org.apache.jsp.WEB_002dINF.pages.portfolio.positions.positions_jsp._jspx_meth_ov_chartTyp1_0(positions_jsp.j
        at
org.apache.jsp.WEB_002dINF.pages.portfolio.positions.positions_jsp._jspx_meth_s_iterator_0(positions_jsp.jav
        at
org.apache.jsp.WEB_002dINF.pages.portfolio.positions.positions_jsp._jspService(positions_jsp.java:308)
.....

There is absolutely no info about the attributes name, value or class. This
makes it really painful, to find the reason of this exception.

The exception is thrown like this:

 throw new JasperException(
          Localizer.getMessage("jsp.error.beans.property.conversion",
                               attrValue, attrClass.getName(), attrName,
                               ex.getMessage()));

so, if you add the message to the resourcebundle, this would be great.

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


DO NOT REPLY [Bug 43316] - message jsp.error.beans.property.conversion missing in resourcebundle

Posted by bu...@apache.org.
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=43316>.
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=43316


markt@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




------- Additional Comments From markt@apache.org  2007-09-06 17:50 -------


*** This bug has been marked as a duplicate of 40528 ***

-- 
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org