I am maintaining an XPage application that has started creating multiple replication or save conflict documents BEFORE the initial document is saved. How can this be happening and how can it be prevented?
Users create a Contract in XPages application and have not yet saved the document so no other user should be able to see it, but when they save anything from 3 to 10 duplicates are created. It also appears to happen at random, that is at random times for random users. When I go into the core Notes database I can see them in an example shown below.
Here is the only refernce to a document datasource I can find.
<xp:this.data>
<xp:dominoDocument var="document1" formName="Contract" computeWithForm="both">
<xp:this.postSaveDocument>
...........
</xp:this.postSaveDocument>
</xp:dominoDocument>
</xp:this.data>