Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [glassfish-dev] EE 10 Platform TCK + Faces test failure: Why would GlassFish 7 throw com.sun.faces.application.view.ViewHandlingStrategyNotFoundException during com.sun.faces.application.view.MultiViewHandler.getViewDeclarationLanguage() call ?

Hi,

This is likely, almost certainly, because the test is asking for the JSP VDL (View Declaration Language, aka Templating Engine), but that one no longer exists. 

See also here and some of the associated fixes for the Faces old/legacy (javatest) TCK: https://github.com/jakartaee/faces/issues/1600

Specifically see here: https://github.com/jakartaee/faces/pull/1660

Kind regards,
Arjan Tijms

On Tue, May 3, 2022 at 4:11 PM Scott Marlow <smarlow@xxxxxxxxxx> wrote:

Also reported via https://github.com/eclipse-ee4j/mojarra/issues/5084

On 5/3/22 9:36 AM, Scott Marlow wrote:

BCC: Platform TCK mailing list.

Does anyone know how to determine the reason why GlassFish 7 (with Mojarra 4.0.0-M7-RELEASE) throws com.sun.faces.application.view.ViewHandlingStrategyNotFoundException during com.sun.faces.application.view.MultiViewHandler.getViewDeclarationLanguage() call [1]?  This is easy to recreate locally by running the (EE 10) Platform TCK locally against ejb30/lite/appexception/singleton/annotated tests (see "Steps to recreate locally" near end of [1]).

Scott

[1] https://gist.github.com/scottmarlow/d21103118ae3e86c25db76261b3a49ff


_______________________________________________
glassfish-dev mailing list
glassfish-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/glassfish-dev

Back to the top