Re: [xwiki-users] velocity page search

2014-10-16 Thread Jason Clemons
Hey Marius, Thanks for your response.. the query manager is essentially what my code does, but how do I query without knowing what space it's in? Can you give me an example of what you mean.. ? usually I query using space.page syntax, am I missing something? Thanks in advance... -Origin

Re: [xwiki-users] velocity page search

2014-10-16 Thread Marius Dumitru Florea
When I need to search for a wiki page I usually have to choose between: (1) Database search using the Query Manager. There are plenty of examples here http://extensions.xwiki.org/xwiki/bin/view/Extension/Query+Module (2) Full text search using Solr http://extensions.xwiki.org/xwiki/bin/view/Exten

[xwiki-users] velocity page search

2014-10-16 Thread Jason Clemons
Hello all, I have some "brute force" velocity code that basically iterates all my spaces looking for a page, then checks if the page is "new" or not. if the page is "new" I know that the page doesn't exist in that space and so I go to the next space and repeat until I find a page that is NOT ne

[xwiki-users] Eclipse + Jetty + Maven

2014-10-16 Thread Matthias Wegner
Hello, i want to easily push a button and deploy an own extension from eclipse to a jetty-based xwiki. Do you know an example? I not found something on the web. At the moment i create the jar with maven from eclipse, copy the jar manually and start the xwiki-server with the start script. Is ther

[xwiki-users] [ANN] XWiki 5.4.6 released

2014-10-16 Thread Guillaume "Louis-Marie" Delhumeau
The XWiki development team is proud to announce the availability of XWiki 5.4.6. This release is a stabilization version that fix important bugs discovered in the 5.4.5 version. You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download Make sure to review the release notes: htt

Re: [xwiki-users] URL loop error

2014-10-16 Thread Jason Clemons
Yep, the bin/login part of the URL just repeats until the URL is too long to display then I get a 500 error. This seems to happen in my production environment as well, but I just assumed that it's when LDAP doesn't respond quickly enough. If I reboot my production server it happens 100% of t

Re: [xwiki-users] URL loop error

2014-10-16 Thread Clemens Klein-Robbenhaar
I have to admit that is a bit puzzling to me. If you keep ldap enabled, but also temporarily enable the 'superadmin' account, is the problem also present for the superadmin? On 10/16/2014 06:56 AM, Jason Clemons wrote: > I think this had to do with failing LDAP credentials.. I changed > xwiki.

[xwiki-users] Migration Issue

2014-10-16 Thread pankaj
Hi After I migrated from xwiki 1.7.2 to 5.4.5, some of the documents are not rendered properly. I am assuming the issue might be happening because there is a dot in the space. The same documents with dot in the space were rendered before migration. But after migration the documents are not render