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

2013-05-22 Thread BOUSQUET Jeremie
Hi, You miss the .execute() at the end :) Br, Jeremie Envoyé depuis mon HTC - Reply message - De : "ricardo.julio.rodriguez.fernan...@sergas.es" Pour : "users@xwiki.org" Cc : "isabel.lista.gar...@sergas.es" Objet : [xwiki-users] XWQL query on several objects of the same class inst

Re: [xwiki-users] FW: Scheduler

2008-03-03 Thread BOUSQUET Jeremie
D] On Behalf Of Vincent Massol Sent: lundi 3 mars 2008 18:38 To: XWiki Users Subject: Re: [xwiki-users] FW: Scheduler Not sure why it's not working but I'"ve used the scheduler this morning with XE 1.3RC1 and it worked fine FWIW. -Vincent On Mar 3, 2008, at 6:27 PM, BOUSQUET J

Re: [xwiki-users] FW: Scheduler

2008-03-03 Thread BOUSQUET Jeremie
Hi, The scheduler does not work ! ;-) Regarding the remarks below, I'm using the Scheduler packaged with XE 1.2. But I get the following error : org.quartz.JobExecutionException: The user [XWiki.Admin] didn't have programming rights when the job [xwiki:Scheduler.JOBTimeLineFeed_0] was schedu

Re: [xwiki-users] [XE 1.2.2] Space characters trimmed inattachmentnames

2008-02-25 Thread BOUSQUET Jeremie
Undeletable attachments give some work to the admin, problems of attachments and images names are easily workaround by asking users not to use special characters in names ... While trimming spaces impacts all users and anyway you have to ask them to take care of resulting name of their attachm

Re: [xwiki-users] [XE 1.2.2] Space characters trimmed in attachmentnames

2008-02-22 Thread BOUSQUET Jeremie
Ok, thanks Jean-Vincent, IMO temporary fix is worse than initial issue ... :/ Jeremie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jean-Vincent Drean Sent: vendredi 22 février 2008 10:12 To: XWiki Users Subject: Re: [xwiki-users] [XE 1.2.2] Space ch

[xwiki-users] [XE 1.2.2] Space characters trimmed in attachment names

2008-02-21 Thread BOUSQUET Jeremie
Hello, Don't know if it's a bug or an evolution, but after migrating my xwiki to 1.2.2, when I attach a new file to a page, all spaces characters are trimmed from the name. I didn't found anything about that in Jira. For example "My Doc Attached.doc" gets renamed to "MyDocAttached.doc". I

Re: [xwiki-users] MySQL Error "invalid use of group function" in Statistics application

2008-02-19 Thread BOUSQUET Jeremie
Sergiu, I must admit that your solution is the more efficient and clean, even if I personally don't like it (you'd be surprised to know how painful it will be to ask my infra team to upgrade mysql version ...). For me it's clearly a MySQL bug not an hibernate one, let's say at least a break of

Re: [xwiki-users] MySQL Error "invalid use of group function" in Statistics application

2008-02-18 Thread BOUSQUET Jeremie
To be complete, this same error occurs for all the Statistics panels ... -Original Message- From: BOUSQUET Jeremie Sent: lundi 18 février 2008 15:50 To: 'XWiki Users' Subject: RE: [xwiki-users] MySQL Error "invalid use of group function" in Statistics application

Re: [xwiki-users] MySQL Error "invalid use of group function" in Statistics application

2008-02-18 Thread BOUSQUET Jeremie
Hi Marius and thanks, Your SQL request returns the same error "invalid use of group function" in my mysql version ... BTW I could have it work by explicitly naming the sum, and using it in the order by : select xws_name, sum(xws_page_views) as pageviewcount from xwikistatsdoc where xws_action

Re: [xwiki-users] MySQL Error "invalid use of group function" inStatistics application

2008-02-18 Thread BOUSQUET Jeremie
correctly ...) Thanks, Jeremie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BOUSQUET Jeremie Sent: lundi 18 février 2008 10:26 To: users@xwiki.org Subject: [xwiki-users] MySQL Error "invalid use of group function" inStatistics application

[xwiki-users] MySQL Error "invalid use of group function" in Statistics application

2008-02-18 Thread BOUSQUET Jeremie
Hello, I just migrated from XWiki 1.1 to 1.2.2. Migration was ok and everything works fine, except the Statistics application. It shows unrecorded stats but there are some. There seems to be an error in an SQL request (miss group by ?), either database was not correctly migrated, or MySQL v

Re: [xwiki-users] Problems with Lucene lock (IOException) ...

2008-01-28 Thread BOUSQUET Jeremie
m, I used a different locking mechanism which waits ten seconds and if no attempt-to-lock is removed it is considered we can safely override the lock. Not very elegant. paul Le 28 janv. 08 à 15:29, BOUSQUET Jeremie a écrit : Hello, I had some system problems with the server hostin

Re: [xwiki-users] No document found in the selected archive...

2008-01-28 Thread BOUSQUET Jeremie
Hi, You might want to check inside your generated .xar archive that there are no empty (0 size) documents. It can be due to problem during .xar export (some pages fail to export). This used to make the import process fail in older versions, I don't know if it's still the case. Jeremie -O

[xwiki-users] Problems with Lucene lock (IOException) ...

2008-01-28 Thread BOUSQUET Jeremie
Hello, I had some system problems with the server hosting my wiki, now solved, but now the Lucene plugin seems to be in an unstable state. When first accessing xwiki I get a : java.io.IOException: Lock obtain timed out: Lock@/opt/tomcat/temp/lucene-dcdf99faa0a5827d2037245ccf529558-write.

[xwiki-users] Groovy and getXMLEncoded() question

2008-01-24 Thread BOUSQUET Jeremie
Hello, I'm having a headache trying to understand why those 2 pieces of groovy do not generate exactly the same thing : 1)- <% // LOOP 10 times println ( '' + xwiki.getXMLEncoded(blablabla) + '' ) // END LOOP %> 2)- <% str = '' // LOOP 10 times str = str + '' + xwiki.getXM

Re: [xwiki-users] [XEM 1.0M3] Referencing base skin in virtual wikis

2008-01-24 Thread BOUSQUET Jeremie
D] On Behalf Of Jerome Velociter Sent: lundi 21 janvier 2008 20:34 To: XWiki Users Subject: Re: [xwiki-users] [XEM 1.0M3] Referencing base skin in virtual wikis > > On Jan 21, 2008, at 8:01 PM, BOUSQUET Jeremie wrote: > >> Hello, >> >> I would like to reference t

Re: [xwiki-users] [XEM 1.0M3] Fail to instanciate default wikitemplate

2008-01-24 Thread BOUSQUET Jeremie
other problem you have, is based on XE 1.1 You can declare any wiki as "template" to be used for create other wikis from. You can import an XE xar in an empty subwiki you created and declare it as template in it's descriptor you can acces from /WikiManager/WebHome. 2008/1/21, BOUS

[xwiki-users] [XEM 1.0M3] Fail to instanciate default wiki template

2008-01-21 Thread BOUSQUET Jeremie
Hello, I'm trying the XEM locally on my computer, over a XWiki instance : - replaced the .war content in web server - added all possible rights I could think about to 'xwiki' mysql user ;) (I also tried directly with 'root' user) - imported completely the XEM default .xar Wiki creation seems to w

[xwiki-users] [XEM 1.0M3] Referencing base skin in virtual wikis

2008-01-21 Thread BOUSQUET Jeremie
Hello, I would like to reference the same and unique skin from the 'controller' wiki (named 'xwiki'), in all my virtual wikis, but it seems that in preferences page, the notation 'xwiki:XWiki.MySkin' does not work ... Is this possible ? Thanks, Jeremie

[xwiki-users] [XEM 1.0M3] Fail to instanciate default wiki template

2008-01-21 Thread BOUSQUET Jeremie
Hello, I'm trying the XEM locally on my computer, over a XWiki instance : - replaced the .war content in web server - added all possible rights I could think about to 'xwiki' mysql user ;) (I also tried directly with 'root' user) - imported completely the XEM default .xar Wiki creation s

Re: [xwiki-users] [xwiki-devs] New xwiki.org web site

2007-12-11 Thread BOUSQUET Jeremie
, at 3:55 PM, BOUSQUET Jeremie wrote: > >>> Halo, >>> >>> is the new (an beautifull) skin created only for xwiki.org or will >>> be in >>> standard instalation of XWiki Enterprise. > >> It'll be available for everyone in the near fu

Re: [xwiki-users] [xwiki-devs] New xwiki.org web site

2007-12-11 Thread BOUSQUET Jeremie
>> Halo, >> >> is the new (an beautifull) skin created only for xwiki.org or will >> be in >> standard instalation of XWiki Enterprise. >It'll be available for everyone in the near future. we need to make it >generic, save it in SVN and package it but then this is done it'll be >made availab

Re: [xwiki-users] New xwiki.org web site

2007-12-11 Thread BOUSQUET Jeremie
Hi, The new web site is really fine, and the virtual wiki mngt is very interesting ... ;) I'd like just to signal a rights management problem (I guess), as guest I can browse all virtual wikis from home page, but if I log in with my account I have no rights at all on pages in XWiki Watch wiki

Re: [xwiki-users] Getting rendered content ofa pagewith aspecifictemplate

2007-12-03 Thread BOUSQUET Jeremie
In first instance I copied the sample (the timeline) in a WIKI page, but of course as in the sample are defined , and tags, it could not work. In a wiki page we already are inside the tag, and the browser does not like redefining such tags very much. I have not a clear idea about how to

Re: [xwiki-users] Getting rendered content of a pagewith aspecifictemplate

2007-12-03 Thread BOUSQUET Jeremie
ly. Hope this helps ... Regards, Jeremie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Your XEN ICT Team - Ricardo Rodriguez Sent: dimanche 2 décembre 2007 13:13 To: XWiki Users Subject: Re: [xwiki-users] Getting rendered content of a pagewith

Re: [xwiki-users] Getting rendered content of a page with aspecifictemplate

2007-11-30 Thread BOUSQUET Jeremie
Hi all, I, of course, completely agree, as said I merely put 2 things together ;-) The timeline is a great feature, I'm currently working on adding all this information in the same timeline (using groovy), and use it in the homepage: - of course, blog news - page updates -

Re: [xwiki-users] Getting rendered content of a page with a specifictemplate

2007-11-29 Thread BOUSQUET Jeremie
Hello, I can answer myself, sorry for bothering you ... ;) In fact I merely had to use a and it works perfectly (and very nicely). Regards, Jeremie From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BOUSQUET Jeremie Sent: jeudi 29 novembre

[xwiki-users] Getting rendered content of a page with a specific template

2007-11-29 Thread BOUSQUET Jeremie
Hello, I have a page showing a timeline, to display it I need to do the following because this page redefines and : http://mywiki/xwiki/bin/view/WikiDev/TimeLine?xpage=plain It's a simile timeline, and I got the sample from here

Re: [xwiki-users] XWiki scripting for end user (not Groovy)

2007-11-21 Thread BOUSQUET Jeremie
Hello *, I quite agree with all that's been said in this topic about usability. I must say also as old 0.9 versions user, that usability, user-friendliness, have been considerably improved since these old versions, thanks to xwiki great team ;-) So I believe this will continue to evolve and be

Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M2 Released

2007-11-19 Thread BOUSQUET Jeremie
it did not suppress everything in this case ... I had 1.2.M1 or 1.1.RC2 installed previously (I'm afraid I didn't note which one ...) BOUSQUET Jeremie GGS Europe Solution CMO & PMO Gemalto Tel: +33 4 42 36 42 93 Avenue du Jujubier Z.I. Athélia IV BP 90 13705 LA CIOTA

Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M2 Released

2007-11-19 Thread BOUSQUET Jeremie
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Massol Sent: lundi 19 novembre 2007 10:39 To: XWiki Users Subject: Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M2 Released Hi Jeremie, On Nov 19, 2007, at 10:11 AM, BOUSQUET Jeremie wrote: Hello Vincent, Thanks for this new ve

Re: [xwiki-users] [ANN] XWiki Enterprise 1.2M2 Released

2007-11-19 Thread BOUSQUET Jeremie
Hello Vincent, Thanks for this new version that seems promising ! :-) After installing the .exe distribution on windows XP I get this error which generates error 500 in jetty : 10:07:32.746 WARN!! [P1-19] org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:618) >11> Erro

Re: [xwiki-users] Import of Backups

2007-10-29 Thread BOUSQUET Jeremie
Hello, I can give you just a feedback on export/import operations on large wiki, because I did it once. 2 remarks (that may help you or not, I'm afraid) : - for large wikis, I preferred to split my .xar in smaller xars, by space for example, editing the file containing the list of documents in ea

Re: [xwiki-users] Error because of Preferences

2007-10-24 Thread BOUSQUET Jeremie
Hi, There are good chances that you did not lost any data, unless you erased your database, but you would have noticed ... ;-) I had the same problem after migration of wiki kernel version. When re-deployed the .war file in my tomcat container, I forgot to add again the mysql*.jar library in $TOM

[xwiki-users] [1.1] Linking lists

2007-10-03 Thread BOUSQUET Jeremie
ks, Jérémie BOUSQUET Jeremie GGS Europe Solution CMO & PMO Gemalto Tel: +33 4 42 36 42 93 Avenue du Jujubier Z.I. Athélia IV BP 90 13705 LA CIOTAT CEDEX [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> www.gema

Re: [xwiki-users] [1.1] "With history" import option

2007-09-17 Thread BOUSQUET Jeremie
sting page would be a modification of this page. This way, it would be possible very easily to: - compare page before and after .xar import - rollback a page to previous state (without having to reimport a previously exported .xar on top of it ...) What do you think ? B

[xwiki-users] [1.1] "With history" import option

2007-09-17 Thread BOUSQUET Jeremie
Hello, I would like to know how the option "with history" in the import tool should be understood ? Does it mean : - history of existing pages will be preserved (new revision added for last revision of imported page) - history of imported pages will be preserved and repl

Re: [xwiki-users] [1.1] Velocity, summing properties

2007-08-30 Thread BOUSQUET Jeremie
] Velocity, summing properties Hmm, running on dusty memory, away from my server atm but if I recall right, use $xwiki.parseInt($b) when you do calculations on it, assuming it's an int From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BOUSQUET Je

[xwiki-users] [1.1] Velocity, summing properties

2007-08-30 Thread BOUSQUET Jeremie
de but I'm quite confused ... Thanks, BOUSQUET Jeremie GGS Europe Solution CMO & PMO Gemalto Tel: +33 4 42 36 42 93 Avenue du Jujubier Z.I. Athélia IV BP 90 13705 LA CIOTAT CEDEX [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> [EMAIL PROTECTED] <mailto:[

Re: [xwiki-users] [Announcement] XWiki Platform and XWiki Enterprise1.1 Release Candidate 1 released

2007-08-30 Thread BOUSQUET Jeremie
Hi, Thanks for this release and all your great work on XWiki ! Maybe I'm too fast but I think the .war distribution for 1.1.RC1 is missing on the download page (invalid file id in forge) Jeremie -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of