JSF AJAX Update Fails With JDBC Session Persistence
(Doc ID 1608971.1)
Last updated on JUNE 10, 2022
Applies to:
Oracle WebLogic Server - Version 12.1.1.0 and laterInformation in this document applies to any platform.
Symptoms
Refering to :
Oracle® Fusion Middleware Developing Web Applications, Servlets, and JSPs for Oracle WebLogic Server
12c Release 1 (12.1.1)
10 Using Sessions and Session Persistence
Configuring JDBC-based Persistent Storage
in order to handle HTTP session tracking, a Web application is using this JDBC Session Persistence configuration :
The problem is that the AJAX listeners are not called when an update is done : on selection of an item, the method "AggiornaClass" from "testView" is not invoked.
All the JSF phases are present but they do not get invoked as the PreocessValidation phase returns false.
This unexpected behavior does not occur as long as "memory" or "file" session persistence is configured for the http session tracking.
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! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |