eclipse-ee4j / eclipse-ee4j/mojarra-jsf-extensions
NPE during restoreView after GlassFish is restarted
- Dominant language
- Java
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
I believe this issue is related to GF's feature of saving session information
accross server restarts. When this occurs and the restoreView() phase is
executed, a NPE is thrown from Dynamic Faces code (I'm sorry I don't have the
exception anymore... if I get time later, I will add it to this report). This
is possibily related to a transient variable that is initialized in the
constructor (which won't happen during deserialization).
This case exists for "markImmediate" and "modifiedComponents" in
PartialTraversalViewRoot.
Let me know if you need clarification.
#### Environment
Operating System: All
Platform: All
#### Affected Versions
[current]
Contributor guide
Assessment
This issue has not been assessed yet.