Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.1 M1
-
Fix Version/s: 3.1 M2
-
Component/s: {Unused} Core
-
Labels:None
-
Environment:Oracle
-
keywords:oracle
-
Difficulty:Trivial
-
Similar issues:
XWIKI-5385Exception when trying to import a XAR-file on Glassfish3 XWIKI-5320Oracle Exception thrown randomly on Save XWIKI-9019Unable to delete attachments, rename documents and delete documents from Main wiki on Oracle 11G R2 XWIKI-4208 Livetable cannot have a filter on document content with an Oracle DB XWIKI-816Exception when deleting attachments from the Import page XWIKI-2468sql exception during delete virtual wiki in Oracle XWIKI-9020No ability to restore a page which has been deleted from the deleted page URL using Oracle 11G R2 XWIKI-4384 Put StringListProperty in a seperate db column from LargeStringProperty XWIKI-7775Deleting and recreating a subwiki does not work (throws exception) XWIKI-8775Fail to import attachment with empty content in Oracle
Description
Since Oracle considers empty strings as NULL, and since sometime the RCS archive contains nodes without textual content, a NPE is thrown when trying to access the document archive, for example when deleting a document.
Fixed in 475ef6b.