Re: [xwiki-users] Strange ajax + json issue

2010-03-01 Thread PERINAUD Christophe
Hello, Can't it be a timing problem ? When using Firebug, the system has time to retrieve result from the AJAX request but at execution time it has not ? > -Message d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Jeremie BOUSQUET > Envoyé : ma

Re: [xwiki-users] Editing goes to WYSIWIG instead of inline

2010-02-19 Thread PERINAUD Christophe
ject edition mode >- Using the menu on the right, add a XWiki.SheetClass > object to the page > - *Adding the XWiki.SheetClass object is important. > It's because of > this object that users will be sent to form edition > mode when editing FAQ

[xwiki-users] Editing goes to WYSIWIG instead of inline

2010-02-19 Thread PERINAUD Christophe
Hi all, I created few pages (class, sheet, template, etc) to let me have a template for incidents management. My problem is that when i click on Edit it opens the WYSIWIG editor and i would like to have the Inline Editor by default. If i force the inline editor from the edit menu it works great

Re: [xwiki-users] Panels

2010-02-17 Thread PERINAUD Christophe
Hi Stefan, Yes you can. In my case, based on a user, its group and its rights, i display different links and pictures. It's easy to do in the source of the panel that you want to customize Ex: #if($xwiki.exists("BankingLexicon.WebHome")) {image:lexicon.png|align=absmiddle|document=Panels.QuickL

Re: [xwiki-users] Display a well rendered field

2010-02-16 Thread PERINAUD Christophe
I checked my code and my problem now is that all is displayed well except carriage returns So if i have some text in bold it's well displayed but all lines are displayed in only one string. Do i have to add/remove an option somewhere to not removed them ? Also when i click on the Edit menu in t

Re: [xwiki-users] Display a well rendered field

2010-02-15 Thread PERINAUD Christophe
Thanks Valdis. I check the class in the class editor and for this textarea, i don't see how to change the rendering. Is it in the class or in the call to display the field ? (i use $doc.display($fieldName, "view") ) I use Xwiki 2.0.3 > -Message d'origine- > De : users-boun...@xwiki.or

[xwiki-users] Display a well rendered field

2010-02-15 Thread PERINAUD Christophe
Hello all, I have a class with text fields. When i want to display the value of one of them, i only have a very long string. How can i display it with nice rendering (bold, colors, etc) ? (In edit mode i have the WYSIWYG editor) Thank you Christophe Périnaud Windows Server 2003 SP2 in a VMWar

Re: [xwiki-users] Problem with getting Xwiki to work with Oracle10g

2010-01-19 Thread PERINAUD Christophe
successful or not. > > > > > > 2010/1/19 Caleb James DeLisle > > > > XWiki is built differently for the war installation than > the jetty/HSQL > >> pack > >> I think If you download the war file and install that way > it will work. &g

Re: [xwiki-users] Problem with getting Xwiki to work with Oracle10g

2010-01-19 Thread PERINAUD Christophe
e were successful or not. > > > > > > 2010/1/19 Caleb James DeLisle > > > > XWiki is built differently for the war installation than > the jetty/HSQL > >> pack > >> I think If you download the war file and install that way > it will work. &g

Re: [xwiki-users] Problem with getting Xwiki to work with Oracle10g

2010-01-18 Thread PERINAUD Christophe
th Oracle10g > > Yes, I forgot to mention it, we copied it from the oracle > folder, we copied > this files: > > ojdbc14.jar > orai18n.jar > > And we also tried it with ojdbc5.jar > > It getting us really crazy on this. > > > > 2010/1/19 PERINAUD Chri

Re: [xwiki-users] Problem with getting Xwiki to work with Oracle10g

2010-01-18 Thread PERINAUD Christophe
Hi, Maybe stupid but did you install Oracle JDBC drivers in the WEB-INF/lib xwiki's folder ? Christophe Périnaud Windows Server 2003 SP2 in a VMWare instance Oracle 10g Java 1.6.0_12 Xwiki 2.0.3 from the pack Jetty/HSQL > -Message d'origine- > De : users-boun...@xwiki.org [mailto:users

[xwiki-users] Auto numbered sections

2010-01-12 Thread PERINAUD Christophe
Hello all, I saw in the xwiki.org documentation that to have auto numbered sections, i have to modify xwikivars.vm. Is there a way to do the same but from the browser by editing the skin for example ? Else do i have to add this code in each document ? #set ($context.tocNumbered = true) #set ($c

Re: [xwiki-users] Question re: Spaces

2010-01-11 Thread PERINAUD Christophe
Did you try to list pages using a small code block ? Maybe some pages are remaining. To rename a space, I use that code (syntax 1.0) : 1 Rename Space #if($request.space) #if("doRename"==$request.op) #set($space=$request.space) #foreach($item in $xwiki.getSpaceDocsName($request.space))

Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-17 Thread PERINAUD Christophe
path mode > -Message d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Thomas Mortagne > Envoyé : mercredi 16 décembre 2009 17:31 > À : XWiki Users > Objet : Re: [xwiki-users] Authentication problems with virtual wikis > >

Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread PERINAUD Christophe
g] > De la part de Thomas Mortagne > Envoyé : jeudi 17 décembre 2009 08:46 > À : XWiki Users > Objet : Re: [xwiki-users] Authentication problems with virtual wikis > > On Thu, Dec 17, 2009 at 08:38, PERINAUD Christophe > wrote: > > Thank you Thomas. > > > >

Re: [xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread PERINAUD Christophe
age d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Thomas Mortagne > Envoyé : mercredi 16 décembre 2009 17:31 > À : XWiki Users > Objet : Re: [xwiki-users] Authentication problems with virtual wikis > > On Wed, Dec 16, 2009

[xwiki-users] Authentication problems with virtual wikis

2009-12-16 Thread PERINAUD Christophe
Hello all, Our system has some problems when a user logs in the main wiki and goes to a virtual wiki. It creates the Xwiki. page but not like a usual user page. It's just a blank one. The authentication process is done using LDAP process. Also is there a way to disable the login function only

Re: [xwiki-users] Xwiki Oracle Support

2009-12-14 Thread PERINAUD Christophe
Hi Oskar, We currently use Xwiki 2.0.3 in a production environment (VMWare) connected to an Oracle 10g database. And everything works great ! > -Message d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Oskar Marek Rzepinski > Envoyé : lundi 14 d

Re: [xwiki-users] Switching from 1.0 to 2.0 syntax

2009-12-14 Thread PERINAUD Christophe
bjet : Re: [xwiki-users] Switching from 1.0 to 2.0 syntax > > On Mon, Dec 14, 2009 at 10:55, PERINAUD Christophe > wrote: > > Hello all, > > > > I currently have a page in the xwiki/1.0 syntax : > > -- > > #includeMacros("WikiCode.KBLMacros") > &

Re: [xwiki-users] Switching from 1.0 to 2.0 syntax

2009-12-14 Thread PERINAUD Christophe
:users-boun...@xwiki.org] > De la part de Guillaume Lerouge > Envoyé : lundi 14 décembre 2009 11:03 > À : XWiki Users > Objet : Re: [xwiki-users] Switching from 1.0 to 2.0 syntax > > Hi Christophe, > > On Mon, Dec 14, 2009 at 10:55 AM, PERINAUD Christophe < > christophe.p

[xwiki-users] Switching from 1.0 to 2.0 syntax

2009-12-14 Thread PERINAUD Christophe
Hello all, I currently have a page in the xwiki/1.0 syntax : -- #includeMacros("WikiCode.KBLMacros") #displayAllProjectsTable() -- When switching to xwiki/2.0 syntax, it generates this : -- {{velocity filter="none"}} {{html clean="false" wiki="true"}} {{include document=

Re: [xwiki-users] (no subject)

2009-12-10 Thread PERINAUD Christophe
> À : XWiki Users > Objet : Re: [xwiki-users] (no subject) > > Hi Christophe, > > PERINAUD Christophe wrote: > > Hello all, > > > > When going in the WYSIWYG editor and pressing CTRL+G if > have the popup to go to a page that is displayed and it's in &

[xwiki-users] (no subject)

2009-12-09 Thread PERINAUD Christophe
Hello all, When going in the WYSIWYG editor and pressing CTRL+G if have the popup to go to a page that is displayed and it's in an edit-like mode (i can select different objets used by the small window) I did not find any jira issue open with that, do i have to create a new one ? Christophe Pér

[xwiki-users] Dynamic text on the right of the logo

2009-12-08 Thread PERINAUD Christophe
Hello all, One request from our users is to set a dynamic text in the title bar, on the right of the logo. Something like a text related to the current browsed space for example. May be possible by reading a dedicated string object defined in the webhome page else it will be set to an empty str

Re: [xwiki-users] Migrate a space

2009-12-04 Thread PERINAUD Christophe
Hi, You can try the following code (xwiki 1.0 syntax) to rename your space Main to Releases : I guess that you will have to recreate the Main space as it seems to be the default one (with the WebHome page in it) *** 1 Rename Space #if($request.space) #

Re: [xwiki-users] Xwiki 2.0.3 : Questions, Problems and Feedback

2009-12-03 Thread PERINAUD Christophe
Thank you Asiri, i will ask the support to update the value and i will test it again. > -Message d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Asiri Rathnayake > Envoyé : jeudi 3 décembre 2009 15:53 > À : XWiki Users > Objet : Re: [xwiki-us

Re: [xwiki-users] Xwiki 2.0.3 : Questions, Problems and Feedback

2009-12-03 Thread PERINAUD Christophe
Hi > Yes, you can configure it to display those buttons. See > http://platform.xwiki.org/xwiki/bin/view/AdminGuide/WysiwygEditor I tried and it works great. Thank you. I changed the XWikiPreferences to override values for the wysiwyg editor but i will modify the vm file because the class takes t

[xwiki-users] History of a page

2009-12-02 Thread PERINAUD Christophe
Hello, I have a page that was modified 47 times. When i go to see the history, the tab displayed "Results 1 - 20 of 47" but i can see all versions. If i go on the second or the third page, the result is also the complete history list. Is it a known bug ? I tried to look at the JIRA issues but i

Re: [xwiki-users] Virtual Wikis and new users

2009-11-27 Thread PERINAUD Christophe
Wikis and new users > > Hi Christophe, > > On Fri, Nov 27, 2009 at 1:01 PM, PERINAUD Christophe < > christophe.perin...@kbl-bank.com> wrote: > > > Thanks Thomas > > > > On your link i see : > > > > In order to forbid LDAP auth to create users on su

Re: [xwiki-users] Virtual Wikis and new users

2009-11-27 Thread PERINAUD Christophe
> Objet : Re: [xwiki-users] Virtual Wikis and new users > > On Fri, Nov 27, 2009 at 12:10, PERINAUD Christophe > wrote: > > Hello, > > > > We have here a main Wiki (2.0.3) and few Virtual Wikis. > When a user connects to the main one and then goes to a > vi

[xwiki-users] Virtual Wikis and new users

2009-11-27 Thread PERINAUD Christophe
Hello, We have here a main Wiki (2.0.3) and few Virtual Wikis. When a user connects to the main one and then goes to a virtual one, a new page is created based on the id of the user. The problem is that this page is not linked to user's class and only the id of the user is displayed instead of

[xwiki-users] Xwiki 2.0.3 : Questions, Problems and Feedback

2009-11-25 Thread PERINAUD Christophe
Hello all, We try to configure and use a 2.0.3 xwiki server (based on our 1.8.2 experience) 1) Problems found : - During the import of a small sized Word document (3Mb - 20 pages - 7 pictures - few arrays), we had a crash (IE displayed the page about missing server). When we tried to opened aga

Re: [xwiki-users] WYSIWYG Editor : error when inserting a macro ina page

2009-11-24 Thread PERINAUD Christophe
> -Message d'origine- > De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] > De la part de Marius Dumitru Florea > Envoyé : mardi 24 novembre 2009 13:50 > À : XWiki Users > Objet : Re: [xwiki-users] WYSIWYG Editor : error when > inserting a macro ina p

[xwiki-users] WYSIWYG Editor : error when inserting a macro in a page

2009-11-24 Thread PERINAUD Christophe
Hello, When we try to insert a macro when editing a page, we have the message below displayed in the popup window (the HTML tags are also displayed). We work with virtual wikis, the problem exists in the main wiki and all virtual wikis. * Error 500 INT

Re: [xwiki-users] Customized search possibility

2009-07-24 Thread PERINAUD Christophe
Hi, For the WebSearch engine (the one i use), you can modify the code of the WebSearch page for the look and change also the code in the page XWiki.WebSearchCode to customize the way to search your words in the wiki (page names, content, text fields, textarea fields). Would not be too difficult

Re: [xwiki-users] Cannot import default xar

2009-07-24 Thread PERINAUD Christophe
Hi, xml is null so it seems the answer from the request is empty or wrong. Did you try to put some alert commands in the js file on the server to debug ? Maybe there is another way to do but that's how i do with this kind of problem. -Message d'origine- De : users-boun...@xwiki.org [ma

[xwiki-users] Charting help

2009-07-23 Thread PERINAUD Christophe
Hello all I try to display a table in a chart and i need some help. My table is formatted like that : {table} Date|Duration|Duration(s)|Start|End 2009.06.16|00:05:22|322|20:11:50|20:17:12 2009.06.18|00:05:12|312|20:11:50|20:17:02 2009.06.19|00:05:32|332|20:11:50|20:17:22 2009.06.25|00:05:52|352|20

Re: [xwiki-users] setContent and multilines

2009-07-22 Thread PERINAUD Christophe
Hi Sergiu Thank you. It works great. -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Sergiu Dumitriu Envoyé : mercredi 22 juillet 2009 17:20 À : XWiki Users Objet : Re: [xwiki-users] setContent and multilines PERINAUD Christophe

[xwiki-users] setContent and multilines

2009-07-22 Thread PERINAUD Christophe
Hello all I create a page that will generate a statistics table. I would like to write this table in a page. How i can do that ? I tried this : $document.setContent("{table}Date|Start|End|Duration \n 20090616|1|2|3 \n{table}") But the result is : Date Start End Durationn 20090616 1 2 3

Re: [xwiki-users] Cannot import default xar

2009-07-20 Thread PERINAUD Christophe
Hi, Is the XAR file correct ? I mean not corrupted with the package.xml file in the root folder ? It looks like as if the load of the XML file has not been made. -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de hel-o Envoyé : lundi 20 juil

Re: [xwiki-users] How to use the ajaxSuggest

2009-06-18 Thread PERINAUD Christophe
Hello, The problem was that a "&" was missing at the end of the build URL -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de PERINAUD Christophe Envoyé : vendredi 12 juin 2009 15:44 À : XWiki Users Objet : [xwiki-us

Re: [xwiki-users] Import/Export application

2009-06-18 Thread PERINAUD Christophe
es list should be displayed Christophe Périnaud Windows Server 2003 SP2 in a VMWare instance Oracle 10g Java 1.6.0_12 Xwiki 1.8 from the pack Jetty/HSQL -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de PERINAUD Christophe Envoyé : je

Re: [xwiki-users] Error creating wiki using template

2009-06-15 Thread PERINAUD Christophe
Hi, I'm using XEM 1.6 from the jetty pack and Oracle 10g and i have the same problem. The template feature is not working. You should also have sometimes exceptions in the console with data types problems, founding an empty data set but expecting a blob one. What i did is to create a virtuel wi

[xwiki-users] How to use the ajaxSuggest

2009-06-12 Thread PERINAUD Christophe
Hello all I would like to use the ajaxSuggest feature to help users inputting data in an input field of a form. I checked in the tagedit.vm how it works but i can't have a result. I create that : --- #set($script=$xwiki.getURL("Main.TestXML")+"?xpage=plain") --- The page Main.TestXML is like th

Re: [xwiki-users] No users and groups

2009-05-25 Thread PERINAUD Christophe
Hi, The displayUsersAndGroups is a function defined in webapps\xwiki\resources\js\xwiki\usersandgroups\usersandgroups.js Does your file exists ? Also in the source of the users management page, do you have this somewhere :

Re: [xwiki-users] WebSearch and multi wikis

2009-05-20 Thread PERINAUD Christophe
:11 À : XWiki Users Objet : Re: [xwiki-users] WebSearch and multi wikis On Wed, May 20, 2009 at 16:58, PERINAUD Christophe wrote: > Thank you Thomas > > The problem is that i tried both of this solutions with no result. Sorry i misread your first mail. > Just to be sure i

Re: [xwiki-users] WebSearch and multi wikis

2009-05-20 Thread PERINAUD Christophe
Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Thomas Mortagne Envoyé : mercredi 20 mai 2009 16:38 À : XWiki Users Objet : Re: [xwiki-users] WebSearch and multi wikis On Wed, May 20, 2009 at 16:24, PERINAUD Christophe wrote: > Hello >

[xwiki-users] WebSearch and multi wikis

2009-05-20 Thread PERINAUD Christophe
Hello I try to make the WebSearch to search for documents in different wikis. In the WebSearchCode, i loop on 3 wikis, changing the context ($context.setDatabase)but it does not work. I try to give each wiki's name to the searchDocuments function (like #foreach ($item in $xwiki.searchDocuments(

Re: [xwiki-users] No users and groups

2009-05-20 Thread PERINAUD Christophe
Hi Stupid question but did you try to clear the cache of the browser ? -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de hel-o Envoyé : mercredi 20 mai 2009 12:00 À : users@xwiki.org Objet : Re: [xwiki-users] No users and groups Ok, tried

Re: [xwiki-users] Customize colors of code macro

2009-05-20 Thread PERINAUD Christophe
Hi If you look at the jar file of pygments, you will find a subfolder "styles" wich contains .py source files defining the style of tokens of the language. I am not sure if you can customize them without replacing the jar (and rebuilding the wanted .class from .py/.pyc) -Message d'origine

Re: [xwiki-users] XWiki Enterprise 1.83/1.82 . User and GroupAdministration

2009-05-15 Thread PERINAUD Christophe
Hi I got the same problem and was because i missed some new files in the Xwiki space. Did you follow the migration instructions on the Xwiki site ? And did you updated pages using the new XAR ? -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la par

[xwiki-users] How to get an external URL of an attachment

2009-05-15 Thread PERINAUD Christophe
Hello, I would like to parse an XML file that i attached to a page. I use #set ($content = $xwiki.getURLContent($xmlURL)) ... $newdoc.fromXML($content) If $xmlURL is set with something like "http:///xwiki/.../PageName/file.xml" it works and i can see my page But if instead of a stri

[xwiki-users] How to display users name in rights pages

2009-05-14 Thread PERINAUD Christophe
Hello, I would like to know how can i display the first name and last name of a user on a rights admin page, near the link to the user's page ? Users connect with a novell id so when a user wants to change page rights, he is only able to see a list of ID (not so usefull). I checked the rightsU

Re: [xwiki-users] LDAP users authentication

2009-04-30 Thread PERINAUD Christophe
d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Sergiu Dumitriu Envoyé : lundi 27 avril 2009 17:06 À : XWiki Users Objet : Re: [xwiki-users] LDAP users authentication PERINAUD Christophe wrote: > Hi, > >> No, there's no reason

Re: [xwiki-users] LDAP users authentication

2009-04-27 Thread PERINAUD Christophe
Hi, > No, there's no reason for this. A possible explanation: > > - The link followed was somehow wrong, pointing to a non-existing wiki. Given to another user (that has already connect in), the link works > - This normally redirects to the main wiki to a page explaining that > "this wiki doe

[xwiki-users] LDAP users authentication

2009-04-27 Thread PERINAUD Christophe
Hello, I have a strange thing in my wiki farm. I sent to a user (that never used any wiki) a link to a page in one of my virtual wikis. The first thing he is able to see is a login window on the main wiki (even if there is no access restriction on the page) After log in the system he comes back

Re: [xwiki-users] Export Spaces

2009-04-27 Thread PERINAUD Christophe
Say thanks to someone of the website of itaca where i found the source code ;-) -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Hesediel Envoyé : lundi 27 avril 2009 11:34 À : users@xwiki.org Objet : Re: [xwiki-users] Export Spaces Hi Chri

Re: [xwiki-users] Export Spaces

2009-04-27 Thread PERINAUD Christophe
Hi, I got same problem than you with space export application (Unable to select documents after selecting a space) So i created a new page with this code in it : - #if(!$request.space) #set($space = "All") #else #set($space = $request.space) #end #set($spacesText = {}) #set($space

[xwiki-users] Login action to do before redirecting to a page

2009-04-02 Thread PERINAUD Christophe
Hello, I try to update automatically the avatar of a user when he logs in (pictures are stored in an intranet server) I checked the login.vm template but it redirects to /xwiki/loginsubmit/Xwiki/XWikiLogin after submitting and i don't know how to edit (if possible) this page/template. Christop

Re: [xwiki-users] GWT-WYSIWYG Bugs

2009-04-01 Thread PERINAUD Christophe
Hi, Also there is a missing space (may be it's wanted but i don't think so) in numbered list with more than 9 elements. The '.' is displayed over the first character. I did not try 100 elements but i guess that there will be a problem too -Message d'origine- De : users-boun...@xwiki.o

Re: [xwiki-users] Enterprize 1.8 Panels not working

2009-03-31 Thread PERINAUD Christophe
Hi, What you mean by "is not working" ? I have on my server a problem with Panels (on left side), some are replaced by others after saving and getting back to home page. To save changes you have to edit XWikiPreferences in object editor, click on XWikiPreferences and find the field that contain

[xwiki-users] Lucene syntax/use help

2009-03-31 Thread PERINAUD Christophe
Hello all I would like to use Lucene as my default search engine. My problem is that it cannot search "by default" for part of words. Only for single words. But even knowing that you must know the first letter of what you are looking for as the * is not allowed as the first character in a searched

Re: [xwiki-users] Can no longer enumerate users after upgrade

2009-03-31 Thread PERINAUD Christophe
Hi I got the same problem after migrating from 1.8rc2 to 1.8 The problem was that i missed one file to import in the new XAR (In the Xwiki space, a sheet if i remember good). What i would suggest is to follow the instructions on the upgrade xwiki page to know wich file you must not select when i

[xwiki-users] Performances issue

2009-03-30 Thread PERINAUD Christophe
Hello all, Since i upgraded my 1.7.1 to 1.8 (rc2 and now final) the display is really much faster than before. My problem is that when i browse my wikis, the navigation goes more and more slower. Then i have to close the window and reopen a new one (i would say after getting into approximately

Re: [xwiki-users] Office importer application error

2009-03-30 Thread PERINAUD Christophe
users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Asiri Rathnayake Envoyé : mercredi 25 mars 2009 17:18 À : XWiki Users Objet : Re: [xwiki-users] Office importer application error Hi, On Wed, Mar 25, 2009 at 9:19 PM, PERINAUD Christophe < christophe.perin...@kbl-ba

[xwiki-users] Import/Export application

2009-03-26 Thread PERINAUD Christophe
Hello, I download the ImportExport Application (1.3) in one of my virtual wiki. When i go in the export page and select a space nothing happens (only the message "Start by choosing a space to list documents" in the lower cell disepears) I tried to look at the code but with no success. I added a

Re: [xwiki-users] Export from 1.7 and import in 1.8

2009-03-26 Thread PERINAUD Christophe
Hi I think you have to change JAVA_OPTS in the script to start the server. In my case i replaced "set JAVA_OPTS=-Xmx300m" with "set JAVA_OPTS=-Xmx512m" to allocate 512M for the java process Christophe -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De l

Re: [xwiki-users] Office importer application error

2009-03-25 Thread PERINAUD Christophe
i 25 mars 2009 15:27 À : XWiki Users Objet : Re: [xwiki-users] Office importer application error Hi Christophe, On Wed, Mar 25, 2009 at 6:13 PM, PERINAUD Christophe < christophe.perin...@kbl-bank.com> wrote: > Hi Asiri, > > Thanks for the advice. > I put the jodconverter beta ja

Re: [xwiki-users] Office importer application error

2009-03-25 Thread PERINAUD Christophe
Hi Asiri, Thanks for the advice. I put the jodconverter beta jar in the WEB-INF/lib and the server is able to start but not to import a file I started Open Office like said on the page (i checked both windows process run). If i use the version 1.8 of both jar i have the bug we discussed about.

Re: [xwiki-users] Office importer application error

2009-03-25 Thread PERINAUD Christophe
Hello, I downloaded the repository of Xwiki and rebuild it and it created the JAR file for the office importer (xwiki-core-officeimporter-1.9-SNAPSHOT.jar) . Is it possible to use this jar file with a 1.8 release ? Or is it possible to rebuild it for 1.8 release. I really would like to use the im

[xwiki-users] Lucene index updater error

2009-03-23 Thread PERINAUD Christophe
Hello all, I have a little problem since i switched to 1.8 (still rc2) when i start the server. The lucene plugin tries to update its index and i have this error : Exception in thread "Lucene Index Updater" java.lang.NoSuchMethodError: com.xpn. xwiki.objects.BaseObject.getPropertyNames()[Ljava/la

Re: [xwiki-users] Office importer application error

2009-03-22 Thread PERINAUD Christophe
19:43 À : XWiki Users Objet : Re: [xwiki-users] Office importer application error Hi, On Fri, Mar 20, 2009 at 10:55 PM, Asiri Rathnayake < asiri.rathnay...@gmail.com> wrote: > Hi Christophe > > On Fri, Mar 20, 2009 at 3:01 PM, PERINAUD Christophe < > christophe.perin...

[xwiki-users] Office importer application error

2009-03-20 Thread PERINAUD Christophe
Hello all, I try to use the office importer application after migrating my 1.7.1 to 1.8-rc2. For all documents i try to import i have this message : Internal error while finalizing the target document Looking in console messages on the server i found that : [ERROR] Internal error while creating

[xwiki-users] Tags in virtual wikis

2009-03-17 Thread PERINAUD Christophe
Hello all, I saw in the list that Vincent said in the past that to make tags working in virtual wikis, you have to set programming rights to users in the main wiki (if i got right ...) I changed rights in the main wiki but it still works in the main wiki but not in virtuals ones. Can you tell

Re: [xwiki-users] Installing Xwiki on Windows

2009-03-17 Thread PERINAUD Christophe
Hello, Did you install it as a service ? Try in google : "install tomcat service" -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Dharani Envoyé : mardi 17 mars 2009 12:11 À : users@xwiki.org Objet : [xwiki-users] Installing Xwiki on Wind

Re: [xwiki-users] Stats module configuration

2009-03-16 Thread PERINAUD Christophe
In the ActivityData page i put this code and now i'm able to have statistics. I know it's temporary (poor database performances), but i hope it helps people having the same problem (sorry for the code quality, i'm sure it can be improved) : #set($pattern='.MM.dd') #set($step=8640) #set($

[xwiki-users] Stats in database question

2009-03-16 Thread PERINAUD Christophe
Hello all, While trying to solve my stats problem, i checked the data in the table statsvisit and in the column unique_id i found that some records have a value set with the IP adress concat to the description of the browser : xx.xx.xx.xxMozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .

Re: [xwiki-users] Stats module configuration

2009-03-12 Thread PERINAUD Christophe
Dilipkumar, Can you check the page ActivityData in the space Stats please ? I have a red message "table : null" for each stats and Iwould like to know if you have the same than me. I also have data in the table and when i display info before the weekly stats table i have this : $scope = com.xp

Re: [xwiki-users] Stats module configuratio

2009-03-10 Thread PERINAUD Christophe
] De la part de PERINAUD Christophe Envoyé : mardi 10 mars 2009 09:46 À : XWiki Users Objet : Re: [xwiki-users] Stats module configuratio Thank you Sergiu. Now i don't have this exceptions anymore. Like Dilipkumar, now i have graphics but only with 0 values I checked the content of the ActivityData

Re: [xwiki-users] How to disable the search in some Wiki / The list ofwikis to search in is false

2009-03-10 Thread PERINAUD Christophe
Hello, Do i have to input something in JIRA for this kind of bug and for the request ? -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de PERINAUD Christophe Envoyé : vendredi 6 mars 2009 13:55 À : users@xwiki.org Objet : [xwiki-users

Re: [xwiki-users] Stats module configuratio

2009-03-10 Thread PERINAUD Christophe
rs-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Sergiu Dumitriu Envoyé : lundi 9 mars 2009 17:24 À : XWiki Users Objet : Re: [xwiki-users] Stats module configuratio PERINAUD Christophe wrote: > Sorry, bad eyes > xwiki-plugin-jodatime-1.2.jar This one had a minor bu

Re: [xwiki-users] Bug : unable to delete attached files in virtualwikis

2009-03-09 Thread PERINAUD Christophe
n.hint=default Niels http://nielsmayer.com PS: perhaps the defaults for xwiki.store.attachment.versioning.hint and xwiki.store.attachment.recyclebin.hint need to be changed? On Fri, Mar 6, 2009 at 2:37 AM, PERINAUD Christophe < christophe.perin...@kbl-bank.com> wrote: > Hello (again) > > All is

Re: [xwiki-users] Stats module configuratio

2009-03-09 Thread PERINAUD Christophe
Sorry, bad eyes xwiki-plugin-jodatime-1.2.jar -Message d'origine- De : users-boun...@xwiki.org [mailto:users-boun...@xwiki.org] De la part de Sergiu Dumitriu Envoyé : lundi 9 mars 2009 16:56 À : XWiki Users Objet : Re: [xwiki-users] Stats module configuratio PERINAUD Chris

Re: [xwiki-users] Stats module configuratio

2009-03-09 Thread PERINAUD Christophe
wiki-users] Stats module configuratio PERINAUD Christophe wrote: > Hi, > > I have the kind of same problem with statistics that are not displayed on my > main wiki or that crashes in any virtual wiki. > The Joda time plugin is enabled but when i follow the advice from Sergiu in a >

Re: [xwiki-users] Stats module configuratio

2009-03-09 Thread PERINAUD Christophe
Hi, I have the kind of same problem with statistics that are not displayed on my main wiki or that crashes in any virtual wiki. The Joda time plugin is enabled but when i follow the advice from Sergiu in a virtual wiki by editing the Current Month Activity panel i can see that the plugin is ins

Re: [xwiki-users] Bug : unable to delete attached files in virtualwikis

2009-03-09 Thread PERINAUD Christophe
ns on delete). #-# The attachment recycle bin storage. # xwiki.store.attachment.recyclebin.hint=default Niels http://nielsmayer.com PS: perhaps the defaults for xwiki.store.attachment.versioning.hint and xwiki.store.attachment.recyclebin.hint need to be changed? On Fri, Mar 6, 2009 at 2:37 AM, PER

Re: [xwiki-users] Bug : Out of memory when deleting a 8mo attachedfile

2009-03-06 Thread PERINAUD Christophe
ki. Try to allocate more memory to the JVM. I had a similar problem yesterday (using XWiki in a Tomcat environment), and solved it that way. HTH, Sascha PERINAUD Christophe wrote: > Hello, > > When i try to delete an attached file of 8Mo, i got this exception : > > A problem occure

[xwiki-users] How to disable the search in some Wiki / The list of wikis to search in is false

2009-03-06 Thread PERINAUD Christophe
Hello, I checked the content of the LuceneSearch page and i found in the code how to limit the search to known Wikis My problem is that i don't know how will grow my list of wikis but i already know in wich Wikis i don't want users to search in. Is there a way to create an excluding list of Wik

[xwiki-users] Bug : Out of memory when deleting a 8mo attached file

2009-03-06 Thread PERINAUD Christophe
Hello, When i try to delete an attached file of 8Mo, i got this exception : A problem occured while trying to service your request. Please contact the support if this happens again. Detailed information: Error number 11014 in 11: Out Of Memory Exception com.xpn.xwiki.XWikiException: Er

[xwiki-users] Bug : unable to delete attached files in virtual wikis

2009-03-06 Thread PERINAUD Christophe
Hello (again) All is ok in the main wiki but in a virtual wiki i can't delete an attached file of a page. After the confirmation message i got : A problem occured while trying to service your request. Please contact the support if this happens again. Detailed information: Error numbe

[xwiki-users] Bug : Some statistics are displayed but not all are recorded and some crash

2009-03-06 Thread PERINAUD Christophe
Hello, The statistics are activated in the xwiki.cfg file. When i go in the Stats space (in a virtual wiki) or not i have some data like "Most viewes pages", "Most active contributors" but some got me a Velocity parsing error and generates an uncatchs java exception in JodaTimePluginApi : Erro

[xwiki-users] Bug : Unable to delete a file attached to the Wiki in the Import Area

2009-03-06 Thread PERINAUD Christophe
Hello, When i try to delete a file attached to my virtual wiki i have this hibernate error message : A problem occured while trying to service your request. Please contact the support if this happens again. Detailed information: Error number 0 in 3: Exception while hibernate execute W

[xwiki-users] Bug : the restore of a backup does not apply presentation parameters

2009-03-06 Thread PERINAUD Christophe
Hello, When i restore a backup (XAR file) my presentation parameters are restored in the Wiki but are not applied. For example the copyright message is empty in the backup, is empty in the new wiki when i go to the presentation parameters page (after the restore) but the old message value is st