Re: mysql problem with sql transformer

2006-05-27 Thread Yves Vindevogel
Ok, here's some more copy and pasting This is the command line executed in putty or ssh with the results (which are correct) (0 means offset 0, 2 means limit 2) [EMAIL PROTECTED]:~# mysql pdt2 --execute "call spjobsperday(0, 2, '', '', '', '', '', '', '', '', '')" ++--+--

AW: Flowscript - authentication session data

2006-05-27 Thread Kai Mütz
If you use authentication framework all values of authentication context are returned to the sitemap. Thus you can pass those values to your flowscript. See: http://cocoon.apache.org/2.1/developing/webapps/authentication/pipeline_patt erns.html Furthermore you can use the SessionContext Input Mo

[solved] Re: problems with js and cforms

2006-05-27 Thread es
I still have issue calling my window.onload() what's the correct way to initialize my javascript on loading? To correctly initialize onload() I had to add these lines: if (window["forms_onloadHandlers"] == undefined) { window.onload = function() { if (window.winOnLoad) winOn

Re: mysql problem with sql transformer (and esql too)

2006-05-27 Thread Yves Vindevogel
XSP with ESQL seems to give the same problem http://apache.org/xsp"; xmlns:xsp-request="http://apache.org/xsp/request/2.0"; xmlns:esql="http://apache.org/cocoon/SQL/v2"; xmlns:xsp-session="http://apache.org/xsp/session/2.0"; create-session="true"> pdt10010

Re: esql stored proc call (WAS mysql problem with sql transformer (and esql too))

2006-05-27 Thread Yves Vindevogel
Retry with CALL call spJobsperday(0, 2, '', '', '', '', '', '', '', '', '') (ResultSet)column="1"/>

XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Pasha Minallah
Hi, We are currently using Cocoon 2.1.7 and attempting to migrate our applications to 2.1.9. Here is the main problem we've encountered in our testing of XIncludeTransformer in 2.1.9. *** Main Problem: Fails to Produce Well-Formed Output *** Sitemap Snippet: Pre-XInclude XML Snippet: .

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Jason Johnston
This looks like the issue that caused issue 1489 to be reopened: http://issues.apache.org/jira/browse/COCOON-1489 See in particular the linked mailing list message: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=113639560121665&w=2 Pasha Minallah wrote: Hi, We are currently using Coco

[solved] Re: AW: Flowscript - authentication session data

2006-05-27 Thread Peter Sparkes
Thank you Kai, I had in fact tried both of the methods you suggested and they did not work. However, your email made me read cocoon.apache.org/2.1/developing/webapps/authentication/pipeline_patterns.html again and find that as I was using I could not get the authentication content values in

Re: mysql problem with sql transformer

2006-05-27 Thread Andrew Stevens
From: Yves Vindevogel <[EMAIL PROTECTED]> Date: Sat, 27 May 2006 13:14:05 +0200 Ok, here's some more copy and pasting This is the command line executed in putty or ssh with the results (which are correct) (0 means offset 0, 2 means limit 2) [EMAIL PROTECTED]:~# mysql pdt2 --execute "call

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Pasha Minallah
On Saturday 27 May 2006 14:45, Jason Johnston wrote: > > This looks like the issue that caused issue 1489 to be reopened: > > http://issues.apache.org/jira/browse/COCOON-1489 > > See in particular the linked mailing list message: > http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=113639560121665&

Re: webapp testing

2006-05-27 Thread Simone Gianni
Hi Lars, we successfully used Selenium. "writing" the test is as simple as recording it with Selenium-IDE, which is a firefox plugin. Then adding "wise" testing (like check that this thing is here, or changing a recorded click to a data-driven one etc..) is quite easy. I'm not sure it's the best t

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Antonio Gallardo
Pasha Minallah escribió: On Saturday 27 May 2006 14:45, Jason Johnston wrote: This looks like the issue that caused issue 1489 to be reopened: http://issues.apache.org/jira/browse/COCOON-1489 See in particular the linked mailing list message: http://marc.theaimsgroup.com/?l=xml-cocoon-users

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Antonio Gallardo
Pasha Minallah escribió: On Saturday 27 May 2006 14:45, Jason Johnston wrote: This looks like the issue that caused issue 1489 to be reopened: http://issues.apache.org/jira/browse/COCOON-1489 See in particular the linked mailing list message: http://marc.theaimsgroup.com/?l=xml-cocoon-users

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Jason Johnston
Antonio Gallardo wrote: Pasha Minallah escribió: On Saturday 27 May 2006 14:45, Jason Johnston wrote: This looks like the issue that caused issue 1489 to be reopened: http://issues.apache.org/jira/browse/COCOON-1489 See in particular the linked mailing list message: http://marc.theaimsgroup

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Antonio Gallardo
Hi Jason, Jason Johnston escribió: The testcase appears to test fallback to inline XML content, whereas Pasha's issue involves fallback to another xi:include. Can you create one for the latter case as well? I already did it. The pointer to cocoon-1489 blinded me. The

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Antonio Gallardo
Jason Johnston escribió: I've spent some time in the XIncludeTransformer before so I'll try to come up with a fix this weekend. Hi again, BTW, will be fine if you at the same time take care of http://issues.apache.org/jira/browse/COCOON-1753 :-) Best Regards, Antonio Gallardo

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Jason Johnston
Antonio Gallardo wrote: Jason Johnston escribió: I've spent some time in the XIncludeTransformer before so I'll try to come up with a fix this weekend. Hi again, BTW, will be fine if you at the same time take care of http://issues.apache.org/jira/browse/COCOON-1753 :-) I attached a patch fo

Re: XInclude Problem: Fails to Produce Well-Formed Output

2006-05-27 Thread Antonio Gallardo
Jason Johnston escribió: Antonio Gallardo wrote: Jason Johnston escribió: I've spent some time in the XIncludeTransformer before so I'll try to come up with a fix this weekend. Hi again, BTW, will be fine if you at the same time take care of http://issues.apache.org/jira/browse/COCOON-1753 :