Re: [xwiki-users] How to add multiple objects to a page

2014-06-30 Thread Thomas Mortagne
I just tested: {{velocity}} ## Create an object #set($obj = $doc.newObject("XWiki.TagClass")) $obj.set("tags", "tag0") #set($obj = $doc.newObject("XWiki.TagClass")) $obj.set("tags", "tag1") #set($obj = $doc.newObject("XWiki.TagClass")) $obj.set("tags", "tag2") ## Save the object in the page $do

Re: [xwiki-users] [myxwiki] new wiki request

2014-06-30 Thread Thomas Mortagne
You can access your new wiki on http://bristolaction.myxwiki.org. Enjoy ! On Fri, Jun 27, 2014 at 9:20 PM, Ronald D. Smith wrote: > Hi, > > • description: Bristol Action of Bristol Township near Canandaigua, NY USA. > Bristol Action is an unofficial non-profit group working to protect the > e

Re: [xwiki-users] xwiki access rights without group

2014-06-30 Thread O.J. Sousa Rodrigues
After deleting the folder: '/var/lib/xwiki/data/jobs' and restartting the VM the problem went away. Good thing xwiki repairs it self :) Thanks for the support. ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] xwiki access rights without group

2014-06-30 Thread Thomas Mortagne
I really don't see how '/var/lib/xwiki/data/jobs' could be related to a right issue. There is just logs basically in there. On Mon, Jun 30, 2014 at 12:15 PM, O.J. Sousa Rodrigues wrote: > After deleting the folder: '/var/lib/xwiki/data/jobs' and restartting the > VM the problem went away. > Good

Re: [xwiki-users] xwiki access rights without group

2014-06-30 Thread Thomas Mortagne
Or do you mean you deleted it to execute the distribution wizard again ? On Mon, Jun 30, 2014 at 12:29 PM, Thomas Mortagne wrote: > I really don't see how '/var/lib/xwiki/data/jobs' could be related to > a right issue. There is just logs basically in there. > > On Mon, Jun 30, 2014 at 12:15 PM, O

Re: [xwiki-users] xwiki access rights without group

2014-06-30 Thread O.J. Sousa Rodrigues
Actually i did not restart the distribution wizard again. I presume a restart of xwiki was needed for some reason to actually load the permissions set. I am still getting weird warnings and exceptions like: org.xwiki.security.authorization.AccessDeniedException: Access denied when checking [admin]

[xwiki-users] MyXwiki getting 504 errors

2014-06-30 Thread Regan Gill
Hi XWiki, I am getting a server error today trying to access wikis on myxwiki.org Thanks! Regan Can some one take a look ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Implement Jsontool.serialize in groovy

2014-06-30 Thread Eduardo Abritta
I'm trying to implement a function that told me but I can not add the data online, I can only add one. How do I do that? {{groovy}}def hql0 = ", BaseObject as obj where doc.fullName = obj.name and obj.className = 'E-nova.E-novaClass'";def listProjetos = services.query.hql(hql0).execute();def i =