Rép. : RE: putting flowscript in a debugger

2010-01-25 Thread LIONEL BARTH
Hi Paul, I use the flow debugger exactly as the docs say. As I use Apache Tomcat, I have to stop and restart Tomcat to get cocoon.xconf reloaded. Maybe you have to same kind of step to do. Regards, Lionel >>> Robby Pelssers 01/25/10 5:51 PM >>> Maybe read through http://cocoon.apache.org/2.

[SOLVED] flowscript debugger freezes at startup

2009-09-22 Thread LIONEL BARTH
Hi, I had some old avalon-framework jars in my classpath. After removing them, I had no more Logging Error, but I had 'AWT-EventQueue-O' error when launching the javascript debugger. I had to apply patch https://bug414869.bugzilla.mozilla.org/attachment.cgi?id=300651 Now the javascript d

flowscript debugger freezes at startup

2009-09-10 Thread LIONEL BARTH
Hi, On a previous machine, I run cocoon-2.1.10 on a macosx 10.4.11, java 1.5.0_19, tomcat 5.0.28. and the flowscript debugger, all working fine for a long time. I now have cocoon-2.1.10 on a macosx 10.5.8, java 1.5.0_20, tomcat 5.5.27 and the flowscript debugger freezes at startup. The catalin

Re: cookie-selector

2007-05-02 Thread Lionel Barth
me behavior for an empty cookie as for a non-existing cookie you can go with this solution. I think that for testing cookieDoesNotExist without cookieIsEmpty a new selector or input module is necessary. Alex On 26.04.2007, at 16:32, Lionel Barth wrote: Hi, Is there a way to use the cookie-se

cookie-selector

2007-04-26 Thread Lionel Barth
Hi, Is there a way to use the cookie-selector to check if a cookie exist, whatever value it has. I tried : src="{global:ws-url}Id={request:cookieMap/myCookieID/value}"/> but it works if the cookie exist and has an empty value, not if the cookie d

Re: wsproxy encoding and user-agent

2007-04-10 Thread Lionel Barth
Hi Joerg Joerg Heinicke a ecrit le 10/04/07 0:32: Why do you need a specific encoding? Do your request or response got parsed wrongly? There is a discouraging comment in the WebServiceProxyGenerator [1, line 115 and following]: Can you tell the actual error you want to solve? That might make

Re: how to send email in cocoon

2007-03-14 Thread Lionel Barth
il.Transport.send(msg); } catch(e) { // failure cocoon.sendPage("failure.html"); return; } } I am sorry I cannot give you the links to documentation, but my internet connection is currently broken. Regards, Lionel Barth Bhavya Sharma a ecrit le 14/03/07 11:25: Hi everybo

Re: Preventing "ambiguous imports" in flowscript

2007-02-05 Thread Lionel Barth
Hi, I had the same problem updating from 2.1.7 to 2.1.10. I found a solution in http://wiki.apache.org/cocoon/JavascriptForJavaProgrammers : "*Note:* Be sure to make importPackage(...) the first code line in your script, or you may get an "Ambiguous import" error on the second and following

Re: Sending mail from flowscript: encoding problems

2007-01-30 Thread Lionel Barth
Tobia, Don't you have to use m.setCharset('ISO8859-1') instead of m.setCharset('utf-8') ? Regards, Lionel Tobia a ecrit le 30/01/07 13:37: I have a flowscript that handles a simple contact form, sending an email for each successful submit: var form = new Form('cocoon:/contact.form') form.s

Re: [SOLVED] Cron job dies - process incomplete pipeline

2007-01-23 Thread Lionel Barth
ved following content: Best regards, Lionel Lionel Barth a ecrit le 23/01/07 13:36: Jasha, It comes in the flow function, I add a message in the flow log file with cocoon.log.warn("alerteOT") and the message is really in the log file : WARN(2007-01-23) 13:30.00:520 [flow] (Unkno

Re: Cron job dies - process incomplete pipeline

2007-01-23 Thread Lionel Barth
7;d expect. E.g. if the expected pipeline is in a sitemap that depends on the domain you use and the cron uses localhost as domain. Jasha -Original Message----- From: Lionel Barth [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 januari 2007 11:47 To: users@cocoon.apache.org Subject: Re

Re: Cron job dies - process incomplete pipeline

2007-01-23 Thread Lionel Barth
1017 WT Amsterdam The Netherlands +31 (0)20 5224466 www.hippo.nl -Original Message- From: Lionel Barth [mailto:[EMAIL PROTECTED] Sent: dinsdag 23 januari 2007 11:04 To: users@cocoon.apache.org Subject: Cron job dies - process incomplete pipeline Hello, I am trying to use the cron

Cron job dies - process incomplete pipeline

2007-01-23 Thread Lionel Barth
w should I close the pipeline ? Thanks, Lionel Barth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Urgent :break statement in xsl

2006-06-28 Thread Lionel Barth
Hi, May be you can use a xsl:choose + xsl:when instead of xsl:if : select="@dasl:path"/> select="substring-after($daslfolderpath,$daslcatagorypath)"/>

Re: xsp:logic error in esql:row-results

2005-07-01 Thread Lionel Barth
Hi You should have a datatype : int aa=; aa Lionel Franco Andrao a ecrit le 1/07/05 10:31: Hi, I'm developing a web application with esql in a xsp page following the wiki page HowToCreateHiearchicalXmlUsingESQL. Therefore assigning a value to a variable inside the esql:row-results I have t

auth-loggedIn

2005-04-22 Thread Lionel Barth
lready authenticated using handler: " + handlerName); //} and closed the block line 268, just before return handler; In fact I just return the found user handler if any. This works with my app as with the authentication-fw block sample, but can someone check if any side ef

auth-loggedIn

2005-04-15 Thread Lionel Barth
What can I do to have the auth-loggedIn action working ? Thank you Lionel Barth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: about fo:table border

2005-03-21 Thread Lionel Barth
Hello, The "border" attribute : ex : ... Lionel Omer Kamal a ecrit le 21/03/05 9:20: Hi every one, Please, tell me which property will show me the table borders in PDF. With Regards, Omer Kamal Khattak */http://www.starnic.net/kamal/index.php/* -

Re: Dynamic connection to databases

2005-03-14 Thread Lionel Barth
Hi, You can use , , and instead of . You can have a little logic to retrieve the various values according to the client. Regards, Lionel Yves Vindevogel a ecrit le 11/03/05 21:03: Hi, I have several clients in a webapp. Each client has a seperate database, but all databases are made with