Re: [xwiki-users] How do I write a correct XWQL statement?

2012-11-13 Thread Sergiu Dumitriu
On 11/12/2012 07:57 PM, crocket wrote: > Isn't doc.object(Class) part of XWiki core API? > I thought it was an alias of $doc.getObject("Class") XWQL doesn't have access to any API method. It's not a scripting language, it's a query language. doc.object(Class) is supposed to be read as: search fo

Re: [xwiki-users] I want to sort XWiki Objects with Comparator.

2012-11-13 Thread gmail
2 iPad my from Sent On Nov 14, 2012, at 1:57 PM, crocket wrote: > I succeeded in obtaining ordered XWiki Objects from a specific page with > XWQL, but it was too slow since it queried the entire wiki. > > Since I just need objects from a specific page, I don't need the overhead > of querying

[xwiki-users] I want to sort XWiki Objects with Comparator.

2012-11-13 Thread crocket
I succeeded in obtaining ordered XWiki Objects from a specific page with XWQL, but it was too slow since it queried the entire wiki. Since I just need objects from a specific page, I don't need the overhead of querying the entire wiki DB. To order objects obtained by $doc.getObjects("Class"), it

Re: [xwiki-users] Unable to start XWiki

2012-11-13 Thread John Murphy
Hi Sorin, I installed JDK and it fixed the issue Thank you very much On 14 November 2012 11:39, John Murphy wrote: > Hi Sorin, > > Thank you for your speedy response. > > I ran CMD and started the bat file there. > > the message said > 'java' is not recognized as an internal or external command

Re: [xwiki-users] Unable to start XWiki

2012-11-13 Thread John Murphy
Hi Sorin, Thank you for your speedy response. I ran CMD and started the bat file there. the message said 'java' is not recognized as an internal or external command, operable program or batch file. I am running Java Standard Edition, should I go back to Version 6? Should I install an enterprise

Re: [xwiki-users] Unable to start XWiki

2012-11-13 Thread Sorin Burjan
Hello Murphy, There are several causes which can cause this behavior. I have listed them below: On Wed, Nov 14, 2012 at 1:20 AM, John Murphy wrote: > Dear Mailman, > > I want a standalone XWiki example in order to verify that it can provide my > company's requirements before doing a full insta

[xwiki-users] Unable to start XWiki

2012-11-13 Thread John Murphy
Dear Mailman, I want a standalone XWiki example in order to verify that it can provide my company's requirements before doing a full installation to our web and data servers I have downloaded the windows installer of 4.3 (2) to a Windows 7 machine with Java 7 installed and 1TB free storage I ran t

[xwiki-users] [ANN] XWiki Enterprise and XWiki Enterprise Manager 4.3 Milestone 2 released.

2012-11-13 Thread Eduard Moraru
The XWiki development team is proud to announce the availability of XWiki Enterprise 4.3 Milestone 2. This release brings: - a new and experimental Solr Search engine - new default date, user and group pickers - a new localization module allowing applications to register translations - REST API ad

Re: [xwiki-users] How do I write a correct XWQL statement?

2012-11-13 Thread crocket
You need to send messages to both me and xwiki-users list. Everybody should share knowledges. What I want to do is extract all object of a class from a specific page, not the entire objects from the wiki database. How should I modify the query in this case? And where can I find all those XWQL ob