Mantis - Resin
Viewing Issue Advanced Details
1647 minor always 03-14-07 10:56 03-15-07 15:13
sam  
ferg  
urgent  
closed 3.0.23  
fixed  
none    
none 3.1.1  
0001647: Xerces for XML causes JSP compilation errors
(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.
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.

Notes
(0001774)
ferg   
03-15-07 15:13   
jsp/1101