[xwiki-users] Antw.: Antw.: Antw.: XAR

2015-09-24 Thread Peter Huisman
I did some testing on this document and it’s history: LocalDocumentReference docLDR = new LocalDocumentReference(spaceName, pageName); DocumentReference docRef = new DocumentReference(docLDR, new WikiReference(this.CONTEXT.getWikiId()));

Re: [xwiki-users] Antw.: Antw.: Antw.: XAR

2015-09-24 Thread Thomas Mortagne
According to the error what is falling is the method XWikiDocumentArchive#getArchive when trying to load version 11.1. Did you tried executing it ? Is this version listed in your code ? On Thu, Sep 24, 2015 at 1:14 PM, Peter Huisman wrote: > I did some testing on this document