Mantis - Resin
Viewing Issue Advanced Details
1943 minor always 08-15-07 11:26 08-20-07 12:22
sam  
ferg  
urgent  
closed 3.1.2  
fixed  
none    
none 3.1.3  
0001943: XPath x:foreach fails in 3.1.2
(rep by M Thompson)

I've encountered a problem when upgrading our development environment
from Resin 3.1.1 to 3.1.2 with XPath queries in JSTL.

Platform: Windows XP SP2, Sun JDK 1.6.0_02
jsp/1g5a

Notes
(0002205)
ferg   
08-20-07 12:22   
Issue due to incompatibility with Xerces.

As a workaround, use

     <system-property javax.xml.parsers.DocumentBuilderFactory
                    ="com.caucho.xml.parsers.XmlDocumentBuilderFactory"/>