Price list update from 3.2 to 3.4 throws java.lang.NoSuchFieldError: SKIP_ITERATION

I replaced primary-3.2 with simple-3.4 RC1. After that, if I open any page, an exception is thrown java.lang.NoSuchFieldError: SKIP_ITERATION. What could be the problem?

+5
source share
2 answers

This was a compatibility issue with myfaces and some versions of mojarra.

I reported this on a forum with surface sections two weeks ago. Failed to replace 3.2 with 3.4.RC1

And it has already been fixed, so you can get the latest version of snapshot 3.4 from the 3.4-SNAPSHOT repository

+3
source

java.lang.NoSuchFieldError: SKIP_ITERATION

, JSF . VisitHint#SKIP_ITERATION JSF 2.1. . javadoc:

SKIP_ITERATION

public static final VisitHint SKIP_ITERATION

, , (, UIData) , .

:

  2.1

NoSuchFieldError , JSF 2.0 JSF 2.1. , PrimeFaces JSF 2.1, JSF 2.0 (, , , , -, ), JSF 2.0 JSF 2.1. Mojarra MyFaces 2.1.x - JSF 2.1.

+3

All Articles