Details
Description
STEPS TO REPRODUCE:
Precondition: Have an instance of XWiki 9.10.1 configured with ORACLE (11.2) Database.
- Go to the instance's folder and change the document storage configuration to FileSystem by editing the
[...]webapps\xwiki\WEB-INF\xwiki.cfg
file
- Uncomment and modify this parameter as follows:
xwiki.store.recyclebin.content.hint=file
- Start XWiki instance
- Create a page
- Delete the page
EXPECTED RESULTS
The respective page is deleted and appears displayed in 'Page Index' > 'Deleted Pages' Tab.
ACTUAL RESULTS
An error is displayed in the browser and the page is not displayed in the 'Deleted Pages' Tab.
Stacktrace of the error:
Some errors happened: ORA-01400: cannot insert NULL into ("XWIKI"."XWIKIRECYCLEBIN"."XDD_XML") Exception while close transaction
Attachments
Issue Links
- is related to
-
XWIKI-14889 Error when deleting attachments on ORACLE with FileSystem configuration
- Closed