Mantis - Resin
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
1647 | minor | always | 03-14-07 10:56 | 03-15-07 15:13 | |
|
|||||
Reporter: | sam | Platform: | |||
Assigned To: | ferg | OS: | |||
Priority: | urgent | OS Version: | |||
Status: | closed | Product Version: | 3.0.23 | ||
Product Build: | Resolution: | fixed | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | 3.1.1 | ||
|
|||||
Summary: | 0001647: Xerces for XML causes JSP compilation errors | ||||
Description: |
(rep by M Schmidt) <system-property javax.xml.parsers.DocumentBuilderFactory="org.apache.xerces.jaxp.DocumentBuilderFactoryImpl"/> <system-property javax.xml.parsers.SAXParserFactory="org.apache.xerces.jaxp.SAXParserFactoryImpl"/> We start getting errors like the following: com.caucho.jsp.JspLineParseException: /WEB-INF/jsps/comments.jsp:1: org.xml.sax.SAXParseException: The prefix "resin-c" for element "resin-c:out" is not bound. |
||||
Steps To Reproduce: | |||||
Additional Information: |
Caucho comment: It looks like it might be a validation issue. Resin might not be properly generating the XML. Resin translates ${foo} into <resin-c:out value="${foo}"/>. It might be that the resin-c doesn't have a proper namespace declaration. |
||||
Relationships | |||||
Attached Files: |
Notes | |||||
|
|||||
|
|