Anonymous | Login | Signup for a new account | 12-17-2024 10:50 PST |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Advanced Details [ Jump to Notes ] | [ View Simple ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0001677 | [Resin] | minor | always | 04-10-07 12:45 | 04-13-07 16:05 | ||||
Reporter | sam | View Status | public | ||||||
Assigned To | ferg | ||||||||
Priority | normal | Resolution | fixed | Platform | |||||
Status | closed | OS | |||||||
Projection | none | OS Version | |||||||
ETA | none | Fixed in Version | 3.1.1 | Product Version | 3.1.0 | ||||
Product Build | |||||||||
Summary | 0001677: Generics in JSP | ||||||||
Description |
(rep by L Kaminsky) > Error message: /project.jsp:3: Can't find class `java.util.List' > > com.caucho.jsp.JspLineParseException: /project.jsp:3: Can't find > class `java.util.List' > at com.caucho.jsp.java.JspNode.error(JspNode.java:1495) > at com.caucho.jsp.java.JspContainerNode.generateChildren > (JspContainerNode.java:444) > at com.caucho.jsp.java.JstlCoreForEach.generateCollectionForEach > (JstlCoreForEach.java) > at com.caucho.jsp.java.JstlCoreForEach.generate(JstlCoreForEach.java: > 340) > Looks like Resin doesn't support generics in JSP. > As workaround, in file TeamCity/webapps/ROOT/project.jsp, replace > > java.util.List<jetbrains.buildServer.serverSide.SBuildType> > > with > > java.util.List > > http://www.jetbrains.net/jira/browse/TW-2356 [^] |
||||||||
Steps To Reproduce | |||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed. 26 unique queries executed. |