[xwiki-users] [myxwiki] new wiki request

2013-03-18 Thread Jeffrey Hickman
I'd like to evaluate xwiki for collaboration, communication and documentation by people in the leadership (board members and committee chairpersons) of my small Unitarian Universalist church in Surprise Arizona. We are a non-profit. I'm a Systems Architect for a Java development team 10 hours a

Re: [xwiki-users] Rendering of a particular version of a document

2013-03-18 Thread Marius Dumitru Florea
On Sat, Mar 16, 2013 at 4:58 PM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Thanks, Marius! Please, read below... From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Marius Dumitru Florea [mariusdumitru.flo...@xwiki.com]

[xwiki-users] Trouble with XWiki Active Directory LDAP Configuration

2013-03-18 Thread mrswadge
Hi, I hope someone can help me. I'm experiencing some trouble with the configuration of XWiki against our Active Directory server. Unfortunately LDAP is not something I am very familiar with and it seems a little unusual to my way of thinking! I have an Active Directory in the following format

Re: [xwiki-users] Trouble with XWiki Active Directory LDAP Configuration

2013-03-18 Thread Guillaume Fenollar
Hello, What are you using for Base_DN variable in xwiki? It seems you've replaced the configuration with something else, but this detail is important. You should try using a conf like this: xwiki.authentication.ldap.base_DN=OU=Staff,DC=yourdomain,DC=TLD Replace that with your complete DN to

Re: [xwiki-users] Trouble with XWiki Active Directory LDAP Configuration

2013-03-18 Thread mrswadge
Guillaume, Thanks for the reply, you solved my issue. I did as you suggested: Changed: xwiki.authentication.ldap.base_DN=DC=subdomain,DC=domain,DC=com xwiki.authentication.ldap.user_group=OU=Staff To: xwiki.authentication.ldap.base_DN=OU=Staff,DC=subdomain,DC=domain,DC=com #

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Possibly interesting note: I'm on MySql 5.1 / MyISAM engine 2013/3/18 Jeremie BOUSQUET jeremie.bousq...@gmail.com Hello, I'm trying migration of XWIki 3.5 to 4.5.2, and have some issues ... First, I must tell that I ran the queries described in [1], to cleanup the 3 stats tables. What

Re: [xwiki-users] TRANSPORT_ERROR with SSO in tree view

2013-03-18 Thread Mark Jas
I solved the SSO error in catalina.out. This was the result of an apache misconfiguration. (Limit GET POST instead of limit GET) I'm now back to the trouble with the Tree view. It still looks that authorization headers are missing in some requests. Does anybody know if this is a correct

[xwiki-users] How to update an object only if it change

2013-03-18 Thread Arnaud bourree
Hello, I'm prototyping a connector to a ticket tracking tool: I'm writing a Groovy page which import CSV calls into XWiki. I map each CSV rows to one XWiki object store in one page (one object per page). OK, I succeed to to it. My issue is that imported CSV contains rows (tickets) which don't

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Answering myself partly ... 2013/3/18 Jeremie BOUSQUET jeremie.bousq...@gmail.com Hello, I'm trying migration of XWIki 3.5 to 4.5.2, and have some issues ... First, I must tell that I ran the queries described in [1], to cleanup the 3 stats tables. What happened though, is that during

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Mmmm the new problem seems somewhat different: mysql select * from xwikistatsdoc where xws_id='-1514641140'; +-+++ | XWS_ID | XWS_NUMBER | XWS_NAME |

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Sorin Burjan
Hi, I can't help you much about the duplicate id issue, but what can I tell you is that using MyISAM is NOT recommended. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/InstallationMySQL You should try to convert your database to InnoDB and try a migration after. Regards, Sorin B. On

Re: [xwiki-users] How to update an object only if it change

2013-03-18 Thread Edo Beutler
Hi Arnaud I'm not sure, but I suspect you just flipped the if statement. Shouldn't the document be saved when diffs.size() != 0 instead? Everything else looks ok to me if I understood correctly what you try to do. if (diffs.size() *!=* 0) { println none } else { println Updated

Re: [xwiki-users] How to update an object only if it change

2013-03-18 Thread Arnaud bourree
Thanks, that right test should be if (diffs.size() == 0) But an new object is created anyway Arnaud. 2013/3/18 Edo Beutler ebeut...@synventis.com: Hi Arnaud I'm not sure, but I suspect you just flipped the if statement. Shouldn't the document be saved when diffs.size() != 0 instead?

Re: [xwiki-users] Migrating 3.5 to 4.5.2

2013-03-18 Thread Jeremie BOUSQUET
Sure, but I need to adapt my hot backup process to innodb first, and I successfully migrated my test instance a while ago (to 4.4.1) that was myisam too... Btw I'm not sure innodb would have helped so much the migration... Thanks, Jeremie Le 18 mars 2013 18:01, Sorin Burjan sorin.bur...@xwiki.com

[xwiki-users] How to delete document without put it in trash bin

2013-03-18 Thread Arnaud bourree
Hello If I used document.delete(), document is moved to trash bin. Documents I want to delete are temporary documents I want definitively deleted. How can I delete document without put it in trash bin? Should I have to open JIRA issue to request trash bin parameter? Regards, Arnaud.

Re: [xwiki-users] Rendering of a particular version of a document

2013-03-18 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi! Thanks! Please, see below... From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Marius Dumitru Florea [mariusdumitru.flo...@xwiki.com] Sent: 18 March 2013 09:40 To: XWiki Users Subject: Re: [xwiki-users] Rendering of a particular