-
Bug
-
Resolution: Done
-
Major
-
EAP_EWP 5.1.2
-
None
-
-
Release Notes
-
-
Documented as Resolved Issue
-
NEW
A NullPointerException is thrown while persisting sessions in the root web context when using DataSourcePersistentManager with an Oracle DB.
The root cause is an Oracle bug where an empty string is treated as a null.
With the root web context DataSourcePersistentManager stores an empty string as the app name.
This causes the insert to fail, as the default schema specifies NOT NULL.
Removing the NOT NULL modifier is not sufficient, as the Oracle bug also causes a select where appName='' to never return any results.