Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jakartaee-tck-dev] Platform TCK failure + GlassFish, what is causing concurrent failure parsing faces-config.xml that references EE9 web-facesconfig_3_0.xsd?

Hi,

jsf/spec/render/secret [1] and some others, are seeing failures like [2] `"java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'jndi:/server/jsf_composite_actionsource_web/WEB-INF/faces-config.xml'`.

We did update faces-config.xml to use https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd.

Does GlassFish need a change to handle https://jakarta.ee/xml/ns/jakartaee/web-facesconfig_3_0.xsd?  Or is something else wrong?

Scott

[1] https://github.com/eclipse-ee4j/jakartaee-tck/blob/master/src/com/sun/ts/tests/jsf/spec/render/secret/faces-config.xml

[2] https://gist.github.com/scottmarlow/15c1782fc441091144c470bc86dcd792

Back to the top