[xwiki-users] Context variables vs #foreach

2008-10-06 Thread Stefano Scheda
I'm trying to code some groovy string manipulation of database-extracted data. I can't post the actual code but it goes along these lines: #set ($mydb=$xwiki.sql.getDatabase(jdbc/ABC)) #set ($SQLstring = select mycol from fw_notifiche) #foreach($row in $mydb.executeQuery($SQLstring)) #set

Re: [xwiki-users] Windows default install fails to start

2008-10-06 Thread Sergiu Dumitriu
surikata wrote: Hello, and thank you for your attention. I'm in my first steps on xwiki which i chose with very high expectations. After downloading the windows 1.6 installer I installed it in my desktop to be able to do my first steps. First thing it happened when I installed it is that

Re: [xwiki-users] Context variables vs #foreach

2008-10-06 Thread Sergiu Dumitriu
Stefano Scheda wrote: I'm trying to code some groovy string manipulation of database-extracted data. I can't post the actual code but it goes along these lines: #set ($mydb=$xwiki.sql.getDatabase(jdbc/ABC)) #set ($SQLstring = select mycol from fw_notifiche) #foreach($row in

Re: [xwiki-users] Query field in XWiki.WatchListClass object

2008-10-06 Thread Jean-Vincent Drean
You've looked at the right place, this field allows you to use a HQL query to retreive a list of watched documents. You can have a look at : http://platform.xwiki.org/xwiki/bin/view/DevGuide/velocityHqlExamples#HPublicAPI28searchDocuments29 Example : where doc.space not like 'XWiki' and doc.space

[xwiki-users] Windows default install fails to start

2008-10-06 Thread surikata
Hello, and thank you for your attention. I'm in my first steps on xwiki which i chose with very high expectations. After downloading the windows 1.6 installer I installed it in my desktop to be able to do my first steps. First thing it happened when I installed it is that it asked to install

Re: [xwiki-users] Windows default install fails to start

2008-10-06 Thread surikata
Thank's a lot Dumitriu: the problem was that in the environmental variable PATH there were paths pointing to a former java version (installed by Oracle), once I put in the path variable the way to Java newest version everything started to work smoothly. Beautiful application this Xwiki!

Re: [xwiki-users] Mandatory Validation for a property field

2008-10-06 Thread Jean-Vincent Drean
Hi, What xwiki version are you using ? Have you tried the xar sample provided in the tutorial ? does it work ? Thanks, JV. On Fri, Oct 3, 2008 at 12:14 PM, syam_kg [EMAIL PROTECTED] wrote: Hi Jerome, Thanks for the reply. I had a look into the page you pointed out. For a property in my

Re: [xwiki-users] Windows default install fails to start

2008-10-06 Thread surikata
No, this wasn't the problem, the problem was that Java was not correctly configured, so I couldn't even start the application. Now it's solved Thank you! Jean-Vincent Drean wrote: Hello, from the installation notes : Once XWiki is started point your browser to

Re: [xwiki-users] Query field in XWiki.WatchListClass object

2008-10-06 Thread Arnaud bourree
Thanks Jean Vincent, exactly the kind of sample I expect. Arnaud. 2008/10/6 Jean-Vincent Drean [EMAIL PROTECTED] You've looked at the right place, this field allows you to use a HQL query to retreive a list of watched documents. You can have a look at :

Re: [xwiki-users] Windows default install fails to start

2008-10-06 Thread Sergiu Dumitriu
surikata wrote: Beautiful application this Xwiki! Thank you, we do our best to achieve this. -- Sergiu Dumitriu http://purl.org/net/sergiu/ ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] I canĀ“t import files!

2008-10-06 Thread Jean-Vincent Drean
Hi, Can you give us the URL from which you are accessing the import page ? I'm asking this because of http://jira.xwiki.org/jira/browse/XWIKI-2592 Thanks, JV. On Thu, Sep 25, 2008 at 11:39 AM, RRez [EMAIL PROTECTED] wrote: Hello , I have installed XWiki 1.4.x . Then I have upgraded to 1.5.

Re: [xwiki-users] import xar into workspaces under xem

2008-10-06 Thread Jerome Velociter
Hello Dan, Which version are you using ? There is a known (and now fixed) bug in XWiki Workspaces 1.2 milestone that prevents you to do that from the UI (http://jira.xwiki.org/jira/browse/XWS-163). The workaround now for you is to append ?skin=toucan to the URL to access the XWiki Enterprise

Re: [xwiki-users] Display currently logged in users

2008-10-06 Thread Sergiu Dumitriu
If statistics are enabled, we can filter the requests in the last X minutes. Vincent Massol wrote: But it should be easy to add by modifying code. For example by implementing a Servlet Session listener or intercepting XWiki's authentication. Might even be possible somehow using groovy in a

Re: [xwiki-users] Context variables vs #foreach

2008-10-06 Thread Stefano Scheda
Sergiu Dumitriu-2 wrote: Stefano Scheda wrote: I'm trying to code some groovy string manipulation of database-extracted data. I can't post the actual code but it goes along these lines: #set ($mydb=$xwiki.sql.getDatabase(jdbc/ABC)) #set ($SQLstring = select mycol from fw_notifiche)

Re: [xwiki-users] Context variables vs #foreach

2008-10-06 Thread Sergiu Dumitriu
Stefano Scheda wrote: Sergiu Dumitriu-2 wrote: Stefano Scheda wrote: I'm trying to code some groovy string manipulation of database-extracted data. I can't post the actual code but it goes along these lines: #set ($mydb=$xwiki.sql.getDatabase(jdbc/ABC)) #set ($SQLstring = select mycol

[xwiki-users] Minor version increments no working in 1.6

2008-10-06 Thread Richard V .
Hello, My newly upgraded XWiki server 1.6 does not allow me to edit and save a page with a minor version increment. I check the Is minor edit checkbox, but still increments the major version. I remember reading from somewhere about a bug or setting that I need to do on xwiki.cfg, but I cannot

[xwiki-users] Migrating to MySQL from Built in DB

2008-10-06 Thread Wright, Philip
Apologize for my newbness, however I am unable to locate instructions on how to migrate over to MYSQL or Microsoft SQL from built in DB. Philip Wright Please consider the environment before printing this email ___ users mailing list users@xwiki.org

[xwiki-users] Using a database name other than 'xwikidb'

2008-10-06 Thread MinhHoang To
*In a web-app leveraging XWiki, is it possible to use a database with name other than 'xwikidb'? If the answer is yes, what i have to amend? * I've started using XWiki recently to build a web-app. For the test with local MySQL ( with local MySQl, i could create database 'xwikidb' ) and local

Re: [xwiki-users] Using a database name other than 'xwikidb'

2008-10-06 Thread Vincent Massol
Hi, I'm assuming you mean changing the schema name. Yes it's possible. See http://jira.xwiki.org/jira/browse/XWIKI-2006 Thanks -Vincent On Oct 6, 2008, at 11:52 PM, MinhHoang To wrote: *In a web-app leveraging XWiki, is it possible to use a database with name other than 'xwikidb'? If the

Re: [xwiki-users] [xwiki-devs] LDAP Authentication

2008-10-06 Thread sharanabasavaraj . x . mudgal
Hi! Thomas, Just wanted to check if the LDAP Authenticator makes call to LDAP for authentication every time a page is accessed.When you turn the debug option for ldap on, it appears from the log that the ldap call is being made every time a page is accessed..Should not the call be made

[xwiki-users] Tagging different translations of a page

2008-10-06 Thread syam_kg
Hi I have a page created in XWiki and it has 2 translations German and French. I added different tags for the 3 versions of the page (English,German French). But when I got to the 'Tags' page in Main where all the tags are displayed, I am unable to see all the 3 tags which I have assigned.

Re: [xwiki-users] Using a database name other than 'xwikidb'

2008-10-06 Thread rssh
*In a web-app leveraging XWiki, is it possible to use a database with name other than 'xwikidb'? If the answer is yes, what i have to amend? * 1. Yes, in xwiki-1.6 series 2. See http://platform.xwiki.org/xwiki/bin/view/AdminGuide/Configuration#HConfigurethenamesofdatabaseschemas28since16M129