Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Vincent Massol
Hi Ricardo, On May 30, 2013, at 10:54 PM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Hi Vicent! From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Vincent Massol [vinc...@massol.net] Sent: 28 May 2013 08:45 To: XWiki

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Ricardo.Julio.Rodriguez.Fernandez
Hi Vicent! Sorry for top-replying, but this email client is a PITA! Something else must be failing, this alternatives don't work neither: #set ($xwqlquery = SELECT doc2.fullName FROM Document doc2, doc2.object(XWiki.XWikiComments) comm2 WHERE doc2.translation = 0 and comm2.comment LIKE

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Vincent Massol
Try this: #set ($xwqlquery = SELECT doc2.fullName FROM Document doc2, doc2.object(XWiki.XWikiComments) comm2 WHERE doc2.translation = 0 and comm2.comment LIKE :string1) #set ($results = $services.query.xwql($xwqlquery).bindValue(string1,test).execute()) Thanks -Vincent On May 31, 2013, at

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Vincent Massol
See also http://playground.xwiki.org/xwiki/bin/view/Main/Vincent Thanks -Vincent On May 31, 2013, at 9:26 AM, Vincent Massol vinc...@massol.net wrote: Try this: #set ($xwqlquery = SELECT doc2.fullName FROM Document doc2, doc2.object(XWiki.XWikiComments) comm2 WHERE doc2.translation = 0

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Ricardo.Julio.Rodriguez.Fernandez
Thanks Vincent! The evil were in the XWQL sentence: it read ':string1' instead of :string1. Could it be useful to add an XWQL sentence example to the Query Module page or a link to a page explaining the syntax to avoid this kind of errors? http://www.idisantiago.es/bin/XWQL/QueryOnComments

[xwiki-users] [ANN] XWiki 5.1 Milestone 1 Released

2013-05-31 Thread Marius Dumitru Florea
The XWiki development team is proud to announce the availability of XWiki 5.1 Milestone 1. This release brings an improved Solr search UI with faceted search and a couple of bug fixes and other small improvements. You can download it here: http://www.xwiki.org/xwiki/bin/view/Main/Download Make

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Vincent Massol
On May 31, 2013, at 10:50 AM, ricardo.julio.rodriguez.fernan...@sergas.es wrote: Thanks Vincent! The evil were in the XWQL sentence: it read ':string1' instead of :string1. Could it be useful to add an XWQL sentence example to the Query Module page or a link to a page explaining the

[xwiki-users] problem with panels

2013-05-31 Thread pierrick.bena
Hi! I have a problem with the display of my panels. I have several panels in the Panels Organizer of my space Blog and I tried to drag and drop a panel TestPanel in the left-side column of the screen. When I checked the result in the Blog, I saw that the displayed panel was the one just

[xwiki-users] Stuck on First Page of XWiki Distribution Wizard

2013-05-31 Thread chtjfi
Hello. I have just installed a new XWiki site. I did a manual war file deployment. When I logon as Admin I am brought to the XWiki Distribution Wizard. There are three choices at the bottom of the wizard: CONTINUE, SKIP, and CANCEL. Clicking any of the three buttons brings me back to the very

Re: [xwiki-users] XWQL query on several objects of the same class instantiated in the same doc

2013-05-31 Thread Ricardo.Julio.Rodriguez.Fernandez
Thanks! Here you have our very small contribution... http://extensions.xwiki.org/xwiki/bin/view/Extension/XWQL+Query+on+comments Thanks for your work and your help! From: users-boun...@xwiki.org [users-boun...@xwiki.org] On Behalf Of Vincent Massol

Re: [xwiki-users] Stuck on First Page of XWiki Distribution Wizard

2013-05-31 Thread Arnaud bourree
Hello, Did you setup proxy configuration in you servlet container or related user account? Arnaud. 2013/5/31 chtjfi john.william.fitzpatr...@gmail.com Hello. I have just installed a new XWiki site. I did a manual war file deployment. When I logon as Admin I am brought to the XWiki