Skip to main content

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

GlassFish 6.0.0-M1 has web-facesconfig_3_0.xsd packaged. I don’t see any other reference to it in the source.

 

The class causing the issue is in Mojarra. I’m not a Mojarra specialist but the code in https://github.com/eclipse-ee4j/mojarra/blob/3.0.0-RC2/impl/src/main/java/com/sun/faces/config/manager/tasks/ParseConfigResourceToDOMTask.java#L385 (throwing the exception) seems to be looking at namespaces to match one so it looks like it may not be updated to account for the Jakarta namespace.

 

Steve

 

From: jakartaee-tck-dev-bounces@xxxxxxxxxxx <jakartaee-tck-dev-bounces@xxxxxxxxxxx> On Behalf Of Scott Marlow
Sent: 15 June 2020 13:24
To: jakartaee-tck-dev@xxxxxxxxxxx
Subject: [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

 

 


Back to the top