My Oracle Support Banner

Null Pointer Exception At FacesCtrlSearchBinding$AdfFilterConjunctionCriterion._loadCriterionList() (Doc ID 2011721.1)

Last updated on OCTOBER 24, 2022

Applies to:

Oracle JDeveloper - Version 12.1.3.0.0 and later
Information in this document applies to any platform.

Symptoms

NullPointerException in _loadCriterionList occurs when an application navigates from one instance of a data bound page to another instance of the same page. 

When this happens the binding layer does not know the page instance has changed and re-uses the existing binding container, including iterator positions and uncommitted data, for the second instance of the page.

There are 3 scenarios where this can happen:

  1.  Recursive call to the same task flow that displays the same page.
  2.  Return from a recursive task flow call that returns to the same page.
  3.  Return from a task flow and immediately re-call the same flow during the same request, displaying the same page.

Changes

 

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.