Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1677 | minor | always | 04-10-07 12:45 | 04-13-07 16:05 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | normal | OS Version: | |||
Status: | closed | Product Version: | 3.1.0 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
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: | |||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|