Re: [xwiki-users] Problem occured while trying to service a request

2008-05-14 Thread project_trainees
Vincent Massol wrote: Hi, This is a known issue, see http://jira.xwiki.org/jira/browse/ XWIKI-2339 for a solution to the problem. Thanks -Vincent On May 13, 2008, at 10:09 AM, [EMAIL PROTECTED] wrote: java.sql.BatchUpdateException: Packet for query is too large (1458818 1048576).

Re: [xwiki-users] Exception on rollback history

2008-05-14 Thread Diego Ruotolo
Artem Melentyev ha scritto: Hi, Diego. 1. Make sure you turn on migrations (xwiki.store.migration=1 in xwiki.cfg http://www.xwiki.org/xwiki/bin/view/Main/ReleaseNotesXWikiEnterprise13) Yes, the parameter xwiki.store.migration is set to 1 2. Try to upgrade to XE-1.4-RC1. I think I'll

[xwiki-users] create new xwiki page in code

2008-05-14 Thread Gabriela Radu
hello! where can i find the code that creates a new xwiki page? i know i can create new pages from xeclipse. but i wanna be able to create the pages from an interface. for instance to have a text field and a button, and when the button is pressed a new page will be created with the name given

[xwiki-users] Programming Help

2008-05-14 Thread project_trainees
Hi, I have to deal some external data in xwiki. Is it require to connect xwiki with Mysql through Hibernate.cfg or Is it possible through program using velocity or groovy? Is velocity enough for transactions? One another Qn. a groovy code should be called by a velocity code? Thanks, Project

Re: [xwiki-users] Programming Help

2008-05-14 Thread Vincent Massol
Hi, On May 14, 2008, at 12:41 PM, [EMAIL PROTECTED] wrote: Hi, I have to deal some external data in xwiki. Is it require to connect xwiki with Mysql through Hibernate.cfg or Is it possible through program using velocity or groovy? Is velocity enough for transactions? One another Qn. a

Re: [xwiki-users] create new xwiki page in code

2008-05-14 Thread Vincent Massol
On May 14, 2008, at 1:49 PM, Vincent Massol wrote: Hi, On May 14, 2008, at 1:41 PM, Gabriela Radu wrote: hello! where can i find the code that creates a new xwiki page? i know i can create new pages from xeclipse. but i wanna be able to create the pages from an interface. for instance

Re: [xwiki-users] Problem occured while trying to service a request

2008-05-14 Thread Sergiu Dumitriu
[EMAIL PROTECTED] wrote: Vincent Massol wrote: Hi, This is a known issue, see http://jira.xwiki.org/jira/browse/ XWIKI-2339 for a solution to the problem. Thanks -Vincent On May 13, 2008, at 10:09 AM, [EMAIL PROTECTED] wrote: java.sql.BatchUpdateException: Packet for query is too large

Re: [xwiki-users] Problem occured while trying to service a request

2008-05-14 Thread Vincent Massol
On May 14, 2008, at 2:15 PM, Sergiu Dumitriu wrote: [EMAIL PROTECTED] wrote: Vincent Massol wrote: Hi, This is a known issue, see http://jira.xwiki.org/jira/browse/ XWIKI-2339 for a solution to the problem. Thanks -Vincent On May 13, 2008, at 10:09 AM, [EMAIL PROTECTED] wrote:

Re: [xwiki-users] Programming Help

2008-05-14 Thread [Ricardo Rodriguez] Your EPEC Network ICT Team
I've quoted your statement in our wiki! :-) http://environmentalchange.net Cheers, Ricardo Vincent Massol wrote: Hi, On May 14, 2008, at 12:41 PM, [EMAIL PROTECTED] wrote: Hi, I have to deal some external data in xwiki. Is it require to connect xwiki with Mysql through

Re: [xwiki-users] Programming Help

2008-05-14 Thread Vincent Massol
On May 14, 2008, at 2:39 PM, [Ricardo Rodriguez] Your EPEC Network ICT Team wrote: I've quoted your statement in our wiki! :-) http://environmentalchange.net nice ;) -Vincent Vincent Massol wrote: Hi, On May 14, 2008, at 12:41 PM, [EMAIL PROTECTED] wrote: Hi, I have to deal some

Re: [xwiki-users] Programming Help

2008-05-14 Thread project_trainees
Hi, Surely right, but as beginners which is better for us? And I put sql plugin in WEB-INF/lib directory and wrote the following code, it neither shows any error nor changed the table. ##receive database #set ($mydb=$xwiki.sql.getDatabase(test)) #set ($myname=prinsi) #set ($myid=876) #set

Re: [xwiki-users] create new xwiki page in code

2008-05-14 Thread Jean-Vincent Drean
Does this script produce an error ? Do you see a new page with a wrong name in the what's new ? Btw at first sight I'd try to protect velocity variables : #set($space = $!request.space) #set($text = $!request.text ) afisare textfield: $text #set ($mydoc = $xwiki.getDocument(${space}.${text}))

Re: [xwiki-users] Exception on rollback history

2008-05-14 Thread Jean-Vincent Drean
On Wed, May 14, 2008 at 10:49 AM, Diego Ruotolo [EMAIL PROTECTED] wrote: If you'll have the same errors, fill jira issue and attach xar to it. jira.xwiki.org Do I need an account? Yes but anyone can register (same on xwiki.org) -- Jean-Vincent Drean

[xwiki-users] shorter URL instruction incorrect

2008-05-14 Thread Thomas UNG
Hi guys, I am trying to configure xwiki's URL to make it shorter by following instructions in http://platform.xwiki.org/xwiki/bin/view/Main/ShortURLs in 1.4-RC1 under tomcat Everything is working fine except for configuring correctly static resources (the 'hardest' part) to be served correctly

[xwiki-users] Editing with Wysiwyg

2008-05-14 Thread James Dougherty
I am having major difficulties with the Wysiwyg editor in both 1.3.2 and 1.4. If I use Wysiwyg, the text font displayed while in the editor is not the same as the final wiki page. Often I have several lines that are in a different font, even though they looked the same while using Wysiwyg. I am