Bugs item #947752, was opened at 2004-05-04 17:05 Message generated for change (Comment added) made by fgiust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=947752&group_id=73068
Category: main tag library Group: None >Status: Closed >Resolution: Fixed Priority: 6 Submitted By: Nobody/Anonymous (nobody) Assigned to: fabrizio giustina (fgiust) Summary: iPlanet 6.0 error Initial Comment: Running the last versions of DisplayTag [rc1-SNAPSHOT] in iPlanet Web Server 6.0 give the next error. The DisplayTag 1.0-b3 runs ok in the same server. [04/May/2004:17:00:48] failure (21316): Internal error: servlet service function had thrown ServletException (uri=/display/example-nocolumns.jsp): org.apache.jasper. compiler.CompileException: /usr/iplanet/servers/docs/display/example-nocolumns. jsp(7,0) Unable to convert a String to java.lang.Object for attribute name, stack: org.apache.jasper.compiler. CompileException: /usr/iplanet/servers/docs/di splay/example-nocolumns.jsp(7,0) Unable to convert a String to java.lang.Object for attribute name at org.apache.jasper.compiler.TagBeginGenerator. convertString(TagBeginGenerator.java:267) at org.apache.jasper.compiler.TagBeginGenerator. generateSetters(TagBeginGenerator.java:207) at org.apache.jasper.compiler.TagBeginGenerator. generateServiceMethodStatements(TagBeginGene rator.java:287) at org.apache.jasper.compiler.TagBeginGenerator. generate(TagBeginGenerator.java:356) at org.apache.jasper.compiler. JspParseEventListener$GeneratorWrapper. generate(JspParseEventL istener.java:773) at org.apache.jasper.compiler. JspParseEventListener.generateAll(JspParseEventListener. java:2 15) at org.apache.jasper.compiler. JspParseEventListener. endPageProcessing(JspParseEventListener. java:170) at org.apache.jasper.compiler.Compiler. compile(Compiler.java:219) at org.apache.jasper.servlet. JspServlet$JspServletWrapper.loadJSP(JspServlet.java: 206) at org.apache.jasper.servlet. JspServlet$JspServletWrapper.access$4(JspServlet.java: 171) at org.apache.jasper.servlet.JspServlet. serviceJspFile(JspServlet.java:486) at org.apache.jasper.servlet.JspServlet. service(JspServlet.java:596) at javax.servlet.http.HttpServlet. service(HttpServlet.java:853) at com.iplanet.server.http.servlet.NSServletRunner. invokeServletService(NSServletRunner.java :919) at com.iplanet.server.http.servlet.WebApplication. service(WebApplication.java:1061) at com.iplanet.server.http.servlet.NSServletRunner. ServiceWebApp(NSServletRunner.java:981) , root cause: ---------------------------------------------------------------------- >Comment By: fabrizio giustina (fgiust) Date: 2004-05-22 19:42 Message: Logged In: YES user_id=798060 reproduced with tomcat 3. Fixed in CVS for rc1 using a different setter when running in jsp 1.1 containers. You can try it using a nightly build after May 23 ---------------------------------------------------------------------- Comment By: fabrizio giustina (fgiust) Date: 2004-05-21 00:32 Message: Logged In: YES user_id=798060 see http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4072 ---------------------------------------------------------------------- Comment By: fabrizio giustina (fgiust) Date: 2004-05-20 23:48 Message: Logged In: YES user_id=798060 as I can see from the stacktrace Iplanet uses Jasper, but I couldn't reproduce the bug in other jasper-based appservers.. are you setting the name attribute directly or using a runtime expression which evaluates to a String? name="<%=something%>" If you are using a runtime expression can you try adding a (superfluous) cast? name="<%=(Object)something%>" ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-06 12:46 Message: Logged In: NO I'm working a bit in it, and i found that the "problem" is the TableTag method setName(Object value). iPlanet can't deal correctly with this method when 'value' is a String. I add the old method setName(String value) and all runs ok with it. Maybe i'ts a iPlanet 6.0 bug??? ---------------------------------------------------------------------- Comment By: Nobody/Anonymous (nobody) Date: 2004-05-04 17:06 Message: Logged In: NO Sorry about the double post :( ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=536613&aid=947752&group_id=73068 ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ displaytag-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/displaytag-devel