[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()));

[xwiki-users] Antw.: XAR

2015-09-24 Thread Peter Huisman
Hi Eduard, We have proceeded as per your advice and created a cron with the URL as explained on http://platform.xwiki.org/xwiki/bin/view/Features/Exports#HXARExport . It however generates a lot of (in my eyes) unexpected

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

2015-09-24 Thread Thomas Mortagne
Actually it's a little more that than, it ask for a String version of the history which is more what happen when a document is deleted. On Thu, Sep 24, 2015 at 10:59 AM, Thomas Mortagne wrote: > According to the trace it just ask for document version handler, > nothing

Re: [xwiki-users] Using LDAP for page access rights with Kerberos auth

2015-09-24 Thread Thomas Mortagne
On Thu, Sep 24, 2015 at 4:09 AM, Debajit Adhikary wrote: > Thanks for the clarification, Thomas. > > Does LDAP group syncing work with Trusted LDAP? > > (I am able to log in using Trusted LDAP, and can see my LDAP details like > full-name and email address show up, but I am

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

2015-09-24 Thread Thomas Mortagne
According to the trace it just ask for document version handler, nothing more. And that supposed to happen exactly the same way when you look at the document versions. On Thu, Sep 24, 2015 at 10:57 AM, Peter Huisman wrote: > That’s the point: As far as I can tell, everything

Re: [xwiki-users] [myxwiki] Request for new wiki

2015-09-24 Thread Thomas Mortagne
You can access your new wiki on http://grw.myxwiki.org. Enjoy ! On Thu, Sep 24, 2015 at 10:35 AM, Caleb James DeLisle wrote: > Hi, > > I'd like to start a wiki for documenting a small sociological project > which I'm doing with a few friends. It will be closed while the project >

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

2015-09-24 Thread Peter Huisman
That’s the point: As far as I can tell, everything seems to be in order. What really puzzles me is that - as per the first example - there is no version history present. The only available version is 1.2. Is the export function looking for versions earlier than the current function or is it

[xwiki-users] [myxwiki] Request for new wiki

2015-09-24 Thread Caleb James DeLisle
Hi, I'd like to start a wiki for documenting a small sociological project which I'm doing with a few friends. It will be closed while the project is ongoing but we intend to make our findings usable to the outside world when the project is complete. My username is CalebJamesDeLisle and I'd like

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

2015-09-24 Thread Thomas Mortagne
From what I understand from the error it looks like some version(s) of the document have identifiers but no content. On Thu, Sep 24, 2015 at 11:01 AM, Thomas Mortagne wrote: > Actually it's a little more that than, it ask for a String version of > the history which is

Re: [xwiki-users] Antw.: XAR

2015-09-24 Thread Thomas Mortagne
Looks like the history of those object is not in a great shape. Are you able to view the history of those documents in error and access each version ? On Thu, Sep 24, 2015 at 10:14 AM, Peter Huisman wrote: > Hi Eduard, > > We have proceeded as per your advice and created a

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

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

2015-09-24 Thread Peter Huisman
After I load the XWikiDocumentArchive, I can call the getArchive ((I used String h = e.getArchive(this.CONTEXT);). This gives me the complete archive of the versions. And I guess you are right about the content. Where any previous or later version is fully XML compliant, the 11.1 version shows

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

2015-09-24 Thread Thomas Mortagne
You could maybe try to delete the version 11.1 and try exporting again. On Thu, Sep 24, 2015 at 4:27 PM, Peter Huisman wrote: > After I load the XWikiDocumentArchive, I can call the getArchive ((I used > String h = e.getArchive(this.CONTEXT);). This gives me the complete

[xwiki-users] LDAP group mapping not working with Trusted LDAP

2015-09-24 Thread Debajit Adhikary
I have XWiki set up with Trusted LDAP (Kerberos + LDAP), and I am able to log in and see that my LDAP information (like full name and email) is populated in my user profile. Group mapping, however, does not work. Here is the relevant parts of my xwiki.cfg file: (Notes: - I have changed the real

Re: [xwiki-users] LDAP group mapping not working with Trusted LDAP

2015-09-24 Thread Debajit Adhikary
The issue appears to be solved now. (There was an error in my regex) On Thu, Sep 24, 2015 at 12:20 PM, Debajit Adhikary wrote: > I have XWiki set up with Trusted LDAP (Kerberos + LDAP), and I am able to > log in and see that my LDAP information (like full name and email) is