[xwiki-users] Resend: Help with hibernate problem

2009-12-04 Thread Linda Charlotta Ursin
Hi I hope you don't mind me resending this. But I really need an answer. Regards Linda Fra: Linda Charlotta Ursin Sendt: 16. november 2009 09:23 Til: users@xwiki.org Emne: Help with hibernate problem Hi I get the errors below on my newly installed

Re: [xwiki-users] printing something or using it in a logic flow

2009-12-04 Thread Flavius Olaru
If you want not to print the results of the a method you can use #set($ok = $var.method()). This way the results goes into the variable $ok that you can also use it to test if the method was successful. Best regards, Flavius On Thu, Dec 3, 2009 at 10:59 PM, Bubulina nohin...@yahoo.com wrote:

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi, With X turned on (runlevel 5 on the linux box) there's no improvement in the import of documents with images (still times out) I start xwiki automatically from an init script - so it doesn't pick up a DISPLAY environment variable. Can anyone confirm whether they can import documents

[xwiki-users] Page modification date

2009-12-04 Thread J. Allen Q. Santos
Hi, I was just wondering, is it possible to manually change the modification date (Page.setModified()) of pages in XWiki? J. Allen ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Florin Ciubotaru
Hi, On 12/4/2009 10:33 AM, Asiri Rathnayake wrote: Hi, With X turned on (runlevel 5 on the linux box) there's no improvement in the import of documents with images (still times out) I start xwiki automatically from an init script - so it doesn't pick up a DISPLAY environment

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi, 1. Is openoffice server listening on port 8100? Can XE connect to that port? The port should be fine since importing simple documents works. 2. What does the XE log tell you when this problem occurs. I also have a import issue on the 2.0.3 XE tag. It seems that the issue was

[xwiki-users] Print a whole space beginning with WebHome

2009-12-04 Thread H.-Dirk Schmitt
Hello! I'm running with XWiki 2.0.3. I have the need to print (or export to pdf) a whole space starting with WebHome. I tried the following: [[PDF-Versionhttps://www.computer42.org/xwiki/bin/export/XX-XXX/WebHome?format=pdfincludelinks=1pagebreaks=1]] It has worked in the beginning. But as

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi, 1. Is openoffice server listening on port 8100? Can XE connect to that port? The port should be fine since importing simple documents works. 2. What does the XE log tell you when this problem occurs. I also have a import issue on the 2.0.3 XE tag. It seems that the issue was

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Florin Ciubotaru
Hi, On 12/4/2009 11:14 AM, Asiri Rathnayake wrote: Hi, 1. Is openoffice server listening on port 8100? Can XE connect to that port? The port should be fine since importing simple documents works. 2. What does the XE log tell you when this problem occurs.

Re: [xwiki-users] Page modification date

2009-12-04 Thread Sergiu Dumitriu
On 12/04/2009 09:52 AM, J. Allen Q. Santos wrote: Hi, I was just wondering, is it possible to manually change the modification date (Page.setModified()) of pages in XWiki? Yes. From Java, you have to do this: doc.setDate(new Date()); // or any Date object you want

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Florin Ciubotaru
Hi, On 12/4/2009 11:27 AM, Asiri Rathnayake wrote: Hi, 1. Is openoffice server listening on port 8100? Can XE connect to that port? The port should be fine since importing simple documents works. 2. What does the XE log tell you when this problem

Re: [xwiki-users] Page modification date

2009-12-04 Thread J. Allen Q. Santos
-- From: Sergiu Dumitriu ser...@xwiki.com Sent: Friday, December 04, 2009 5:41 PM To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] Page modification date On 12/04/2009 09:52 AM, J. Allen Q. Santos wrote: Hi, I was just wondering, is

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi, Refer: http://groups.google.com/group/jodconverter/browse_thread/thread/8b73b26b701c3249?pli=1for details. I fell we're hijacking the thread with this. Even if jodconverter will create your profile directory you still need to update the office importer management app which

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi, On Fri, Dec 4, 2009 at 3:21 PM, Florin Ciubotaru florin.ciubot...@xwiki.com wrote: Hi Asiri, Could this be also caused by the opened streams issue? JODConverter creates extra files when exporting embeded elements like images. Since this seems to work on the 2.0.5 snapshot but not on

Re: [xwiki-users] Page modification date

2009-12-04 Thread Sergiu Dumitriu
On 12/04/2009 10:52 AM, J. Allen Q. Santos wrote: -- From: Sergiu Dumitriuser...@xwiki.com Sent: Friday, December 04, 2009 5:41 PM To: XWiki Usersusers@xwiki.org Subject: Re: [xwiki-users] Page modification date On 12/04/2009 09:52 AM, J.

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Florin Ciubotaru
Hi, On 12/4/2009 11:57 AM, Asiri Rathnayake wrote: Refer: http://groups.google.com/group/jodconverter/browse_thread/thread/8b73b26b701c3249?pli=1for I fell we're hijacking the thread with this. Even if jodconverter will create your profile directory you still need to update the office

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Florin Ciubotaru
Hi, On 12/4/2009 11:59 AM, Asiri Rathnayake wrote: Hi, On Fri, Dec 4, 2009 at 3:21 PM, Florin Ciubotaruflorin.ciubot...@xwiki.com wrote: Hi Asiri, Could this be also caused by the opened streams issue? JODConverter creates extra files when exporting embeded elements like

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi, Jodconverter will try to figure out the openoffice installation dir automatically. But this is not very accurate, and I have metioned this on the doc: http://code.xwiki.org/xwiki/bin/view/Applications/OfficeImporterApplication Yes, but even when it figures out the open office

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Florin Ciubotaru
Hi, Sorry for the previous empty mail. All this quoting is not necessary, I never asked how jodconverter behaves nor do I trust the doc without testing it ;) My point is that just relying on that upgrade or specification didn't do the trick and we still have the issue. Please test the use

[xwiki-users] [Proposal] Governance for xwiki.org

2009-12-04 Thread Vincent Massol
Hi everyone (devs and users), While we have a clear governance for write access to our source repository (http://dev.xwiki.org), we're missing a clear governance for xwiki.org. The idea is to address mainly the following 2 questions: 1) who owns it and thus controls (or rather provides

[xwiki-users] [ANN] XWiki Enterprise 2.1 Release Candidate 1 released

2009-12-04 Thread Jean-Vincent Drean
The XWiki development team is pleased to announce the release of XWiki Enterprise 2.1 Release Candidate 1. Go grab it at http://www.xwiki.org/xwiki/bin/view/Main/Download It's the first and hopefully only release candidate of the 2.1 version. Main changes from 2.1 Milestone 1: * The Blog

[xwiki-users] xwiki 2.0 syntax issues

2009-12-04 Thread Bubulina
Hello this was the most longest week since i can remember. Why is that hard to use a css object inserted into a page without messing all the text of a page? 1. I have a document in a page, to which i (have to ?) add a stylesheet object at the edit mode. in this stylesheet object i place my css

Re: [xwiki-users] office importer vs graphics

2009-12-04 Thread Asiri Rathnayake
Hi Florin, Hi, Sorry for the previous empty mail. All this quoting is not necessary, I never asked how jodconverter behaves nor do I trust the doc without testing it ;) My point is that just relying on that upgrade or specification didn't do the trick and we still have the issue. Please

Re: [xwiki-users] Page modification date

2009-12-04 Thread J. Allen Q. Santos
Ok. Thank you. I'll try the code snippet. J. Allen -- From: Sergiu Dumitriu ser...@xwiki.com Sent: Friday, December 04, 2009 6:00 PM To: XWiki Users users@xwiki.org Subject: Re: [xwiki-users] Page modification date On 12/04/2009 10:52 AM, J.

[xwiki-users] Page Map

2009-12-04 Thread J. Allen Q. Santos
Hi, If an object of type Map is used to create an instance of an object of type XWikiPage, what does that map object contain? J. Allen ___ users mailing list users@xwiki.org http://lists.xwiki.org/mailman/listinfo/users

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)