Hi,
eXist has a Trigger called HistoryTrigger which can be used for keep old versions of a file.
I gave a try to implement it with Obeon (Version Orbeon Forms dev-post-3.7.1.200906020154), However i'm getting nullpointer exception.
Following are my steps.
1. create .xhtml file
view.xhtmlyou may notice the file storage path is /exist/rest/db/rulesmanager/reader/beans.xml
2. As suggested in
eXist, I have created collection.xconf
collection.xconf under (
http://localhost:8080/RulesManager/exist/webdav/db/system/config/db/rulesmanager/reader)
3. ran the application, edit & save
4. I got
rulesManager.log which is the application log
5. And the
Server logThe application runs without enabling the HistoryTrigger.
Can someone help me to identify the issue.
Thanks in advance.