Re: [xwiki-users] Show hidden spaces

2015-01-05 Thread Jean SIMARD
Hi Matthias, Happy New Year too. Not sure if this is relevant for your problem but in your user preferences, there is an option about Display Hidden Documents. Did you try to activate it? But maybe this solution does not completely fit with your need. Hope this helps. On Sun, Jan 04, 2015 at

Re: [xwiki-users] Show hidden spaces

2015-01-05 Thread Eduard Moraru
Hi Matthias, Try this quick query/script to show you all spaces in which all documents are hidden (i.e. do not contain visible documents): {{velocity}} #set ($spaces = $services.query.hql(SELECT DISTINCT doc.space FROM XWikiDocument doc WHERE NOT EXISTS (SELECT doc2.fullName FROM XWikiDocument

[xwiki-users] [myxwiki] new wiki request

2015-01-05 Thread Steen Klingenberg
description: Wiki for documenting a private software solution named Zucchini owner name: Steen Klingenberg wiki name: Zucchini ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] Using a JDNI DataSource for connection pooling

2015-01-05 Thread Bryn Jeffries
I finally got a JDNI connection pool working, at least with Java, and presumably Groovy will work too with the same code. The main problem was that the documented Tomcat convention of using a context file at WEB_INF/context.xml wasn't working, and so the connection details weren't being read. I