Mantis - Resin
Viewing Issue Advanced Details
2010 minor always 09-14-07 09:29 09-20-07 11:38
ferg  
ferg  
normal  
closed 3.1.2  
fixed  
none    
none 3.1.3  
0002010: JSF configuration validation issue
(rep by Matt Raible)


2007-09-14 10:57:05.290796500 [10:57:05.247]
javax.servlet.ServletException: com.caucho.xml.XmlParseException:
/META-INF/faces-config.xml:4: <faces-config
xmlns="http://java.sun.com/JSF/Configuration"> [^] is an unexpected
top-level tag.
2007-09-14 10:57:05.290800500 [10:57:05.247]
2007-09-14 10:57:05.290802500 [10:57:05.247] <faces-config
xmlns="http://java.sun.com/xml/ns/javaee"> [^] or
2007-09-14 10:57:05.290804500 [10:57:05.247] <faces-config xmlns="">
are expected.
2007-09-14 10:57:05.290805500 [10:57:05.247]
2007-09-14 10:57:05.290807500 [10:57:05.247] Syntax: (<faces-config> |
<faces-config>)
2007-09-14 10:57:05.290832500 [10:57:05.247] at
com.caucho.jsf.webapp.FacesServletImpl.initPath(FacesServletImpl.java:217)

I found <faces-config xmlns="http://java.sun.com/JSF/Configuration"> [^]
in quite a few JSF libraries (Ajax4JSF 1.0.6, Tomahawk 1.1.6, etc). Is
this a valid issue or is Resin being too strict? This application
works fine on Jetty 6.1.5 and Tomcat 6.0.14.

Notes
(0002305)
ferg   
09-20-07 11:38   
jsf/4230