Re: Newbie Use of Request Params with DB Action

2003-03-04 Thread Christian Haul
On 03.Mar.2003 -- 06:43 PM, Samuel Bruce wrote: Thanks for responding and sorry for the ambiguity of my post. Your reply was helpful. The parameters that I am referring to are request parameters sent from a post in an HTML form to a pipeline in my sitemap. That pipeline has a mod-db

Re: [modules] url path of pipeline

2003-03-04 Thread Jakob Praher
Am Mon, 2003-03-03 um 12.17 schrieb Jakob Praher: Well, all the methods of o.a.c.environment.Request are available through JXPath here. getContextPath() and getSitemapURI() carry some of the information you are looking for. ok, thanks. But I thought I could get the url of the pipeline

Solution: entity encoding error within an inline java script

2003-03-04 Thread hgadm
Thanks Jens and the others that responded so promptly ! that works now - xalan does recognise 'disable-output-escaping' I used map:transform src=data.xsl type=xalan/ Regards, Holger [EMAIL PROTECTED] wrote: Hi, I am using the standard Cocoon config (Xalan, Xerces ..) The default

Re: Generate XSL with XSP?

2003-03-04 Thread robert . soesemann
Sorry for accidentally sending private mail to the list. My fault. Won't happen again. Robert Du hast es hingekriegt ?!!! Yipee! Ich habs genahnt das das geht. Super, danke Thommi, must mir heute abend mal zeigen was bei mir falsch war. Dann kannste ja mindestens 4 XSL

Re: Newbie Use of Request Params with DB Action

2003-03-04 Thread Samuel Bruce
Thank you once again. Before I created this post to cocoon-users, I tried using the request generator after the mod-db action and all of the request parameters were gone (weren't displayed with xml serializer). Before the mod-db action they were all there (using the request generator). That's why

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
On wto, mar 04, 2003 at 09:05:44 -0500, Peter Royal wrote: On Tuesday, March 4, 2003, at 08:55 AM, Leszek Gawron wrote: I've been fighting with this all day and cannot find a cause. I'm using quite fresh esql implementation to access Pervasive SQL 2000 database. The problem is I have to

Re: big ESQL performance problem

2003-03-04 Thread Peter Royal
On Tuesday, March 4, 2003, at 09:08 AM, Leszek Gawron wrote: Things are not so simple for me because I'm plugging into an existing system (database change is impossible). We struggled with that for about two years before giving up (of course the existing system used the pervasive btrieve api

Re: Newbie Use of Request Params with DB Action

2003-03-04 Thread Samuel Bruce
I don't know what I did the first time, but whatever I did wrong I must not have had enough patience to look at it closer. The request parameters ARE displayed with the request generator after the db action. Thank you again for your help! --- Samuel Bruce [EMAIL PROTECTED] wrote: Thank you once

Error compiling sitemap

2003-03-04 Thread Collin VanDyck
Hi, I've got a couple of sitemaps in my application, and I have just noticed something which I cannot figure out. I change the sitemap, and deploy to my app server (JBoss). When I request a resource that maps to the newly changed sitemap, Cocoon pauses (compiling) and then comes back with a

Re: Newbie Use of Request Params with DB Action

2003-03-04 Thread Christian Haul
On 04.Mar.2003 -- 06:26 AM, Samuel Bruce wrote: I don't know what I did the first time, but whatever I did wrong I must not have had enough patience to look at it closer. The request parameters ARE displayed with the request generator after the db action. Thank you again for your help! Good

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: Leszek Gawron wrote: esql:execute-query esql:query SELECT K.K_NIP AS Knt_NipE, B.GST_KntID AS Knt_KntId, B.GST_KntID AS Knt_Kod, K.K_GRUPA AS Knt_Grupa, How does the rest of your pipeline looks like? Can

Re: Error compiling sitemap

2003-03-04 Thread Collin VanDyck
I figured it out... I was working on a new computer using jdk 1.4.1, and the computer did not have the udpated xalan libraries in the endorsed directory. http://xml.apache.org/security/install.html thanks, Collin - Original Message - From: Collin VanDyck [EMAIL PROTECTED] To: [EMAIL

Re: Newbie Use of Request Params with DB Action

2003-03-04 Thread Samuel Bruce
Thanks. Solved with your help. Take care, be well, God bless. --- Christian Haul [EMAIL PROTECTED] wrote: On 04.Mar.2003 -- 06:26 AM, Samuel Bruce wrote: I don't know what I did the first time, but whatever I did wrong I must not have had enough patience to look at it closer. The

Re: Error compiling sitemap

2003-03-04 Thread Darren Petrie
Ahh! I've been having that exact problem for sometime now. It's been driving me crazy! I'll try the updated Xalan as you suggested and see if my problem stops. Darren On Tuesday, Mar 4, 2003, at 16:39 Europe/Berlin, Collin VanDyck wrote: I figured it out... I was working on a new computer

redirect to an external URL/xmlforms

2003-03-04 Thread Jeroen Cranendonk
Another question from my fellow worker :) Hi, I'm looking for a way to redirect to an external URL (by exapmle http://xml.apache.org/cocoon) from an implementation of AbstractXMLFormAction (or another Cocoon Action). Perhaps I can do this in the perform() method of

Re: big ESQL performance problem

2003-03-04 Thread Upayavira
On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: Leszek Gawron wrote: esql:execute-query esql:query SELECT K.K_NIP AS Knt_NipE, B.GST_KntID AS Knt_KntId, B.GST_KntID AS Knt_Kod, K.K_GRUPA AS Knt_Grupa, It sounds like people are doubting ESQL, so it is

Re: big ESQL performance problem

2003-03-04 Thread Leszek Gawron
On wto, mar 04, 2003 at 04:34:52 -, Upayavira wrote: On wto, mar 04, 2003 at 03:21:27 +0100, Steven Noels wrote: Leszek Gawron wrote: esql:execute-query esql:query SELECT K.K_NIP AS Knt_NipE, B.GST_KntID AS Knt_KntId, B.GST_KntID AS Knt_Kod, K.K_GRUPA AS

Datasource from pool

2003-03-04 Thread arturl
Hello, My cocoon app is hanging on mysql database access. I've got following messages in core.log: DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html) Thread-268/ResourceLimitingPool: Blocking until a Poolable is available. Thread: Thread-268 I use this driver class:

Re: Datasource from pool

2003-03-04 Thread Christian Haul
On 04.Mar.2003 -- 06:10 PM, arturl wrote: Hello, My cocoon app is hanging on mysql database access. I've got following messages in core.log: DEBUG (2003-03-04) 18:01.38:704 [core.datasources.foo] (/foo.html) Thread-268/ResourceLimitingPool: Blocking until a Poolable is available.

Sunrise component help

2003-03-04 Thread JD Daniels
Hi everyone. I have what is probably a few simple questions.. I am pretty sure I am just not understanding a few basic concepts. I have been searching and reading up on the sunrise components and I have a few questions I can't seem to answer for myself: 1.) When will the portal generator be a

map:resources and sub-sitemaps?

2003-03-04 Thread Ben Young
I created some resources in my main sitemap that work fine when requested from there. When I try and request them from mounted sub-sitemaps I get a resource not found error. Is there a way to reference resources from a sub-sitemap that are contained in the root sitemap? Thanks for your help, Ben

Re: Generating dynamic attributes in xsp

2003-03-04 Thread Amelie Cordier
Hi again. To sum up, I'm trying to use request parameters in a logicsheet that I've made on my own. According to Marco's suggestions (thanks a lot Marco!), I've tried this : In the .xsp : mytag:year yearxsp-request:get-parameter name=yearparam//year /mytag:year In the logicsheet :

RE: resources and sub-sitemaps?

2003-03-04 Thread Stephane Amaudruz
I think this is a security feature of Cocoon. I had the same problem and resolve it by calling the main sitemap using map:redirect-to with the cocoon:// protocol. -Original Message- From: Ben Young [mailto:[EMAIL PROTECTED] Sent: mardi, 4. mars 2003 21:15 To: [EMAIL PROTECTED] Subject:

Re: Generating dynamic attributes in xsp

2003-03-04 Thread Christian Haul
Amelie Cordier wrote: Hi again. To sum up, I'm trying to use request parameters in a logicsheet that I've made on my own. According to Marco's suggestions (thanks a lot Marco!), I've tried this : In the .xsp : mytag:year yearxsp-request:get-parameter name=yearparam//year /mytag:year In the

Re: Generating dynamic attributes in xsp

2003-03-04 Thread Amelie Cordier
Amelie Cordier wrote: Hi again. To sum up, I'm trying to use request parameters in a logicsheet that I've made on my own. According to Marco's suggestions (thanks a lot Marco!), I've tried this : In the .xsp : mytag:year yearxsp-request:get-parameter name=yearparam//year /mytag:year

Namespace Problem with XPath and XSLT

2003-03-04 Thread Guenther Schmidt
Hi all, I've aggregated a document out of a static XML file and the output of the request generator. The top level element of the request generator output has its own namespace (unfortunately). In the next step of the pipeline I use an XSLT transformation on the aggregated document. Due to the

Re: Namespace Problem with XPath and XSLT

2003-03-04 Thread J.Pietschmann
Guenther Schmidt wrote: I've aggregated a document out of a static XML file and the output of the request generator. The top level element of the request generator output has its own namespace (unfortunately). ... Due to the set namespace of the request Top element I have extreme difficulty

Re: Namespace Problem with XPath and XSLT

2003-03-04 Thread Guenther Schmidt
J.Pietschmann wrote: Guenther Schmidt wrote: I've aggregated a document out of a static XML file and the output of the request generator. The top level element of the request generator output has its own namespace (unfortunately). ... Due to the set namespace of the request Top element I

Re: Namespace Problem with XPath and XSLT

2003-03-04 Thread J.Pietschmann
Guenther Schmidt wrote: However what did you mean with the exclude-result-prefix-prefixes ? Should be exclude-result-prefixes. Look it up in the spec. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

migration cocoon 1.8 to c2

2003-03-04 Thread Antonio Fletes
Hi, I was work with cocoon 1.8 and i have my aplication in this version work very well, but when i try in coccon2 not work and the message is message Cocoon engine failed in process. description The Cocoon

Cocoon Developers Handbook: Problems with Sample Code

2003-03-04 Thread Derek Hohls
Not sure if anyone on the list has tried any of the sample code that comes from CDH, but I cannot get the form validation to work - pp 252-276. I have the first two versions of the newticket.xsp code working fine, doing validation, updating the database and so on. However, when I try to use

RE: Sunrise component help

2003-03-04 Thread Carsten Ziegeler
-Original Message- From: JD Daniels [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 8:38 PM To: Cocoon Users Subject: Sunrise component help Hi everyone. I have what is probably a few simple questions.. I am pretty sure I am just not understanding a few basic

Jetty Logging (or rather lack thereof)

2003-03-04 Thread Tony Collen
I've been playing around with Jetty in the latest CVS checkout, and I'm noticing all my logs are empty... it doesn't look like anything is being logged... is logging turned off by default, or is there something else going on here? Tony

Re: Jetty Logging (or rather lack thereof)

2003-03-04 Thread Tony Collen
On Wed, 5 Mar 2003, Tony Collen wrote: I've been playing around with Jetty in the latest CVS checkout, and I'm noticing all my logs are empty... it doesn't look like anything is being logged... is logging turned off by default, or is there something else going on here? Neeever mind. It's

big ESQL performance problem

2003-03-04 Thread Leszek Gawron
I've been fighting with this all day and cannot find a cause. I'm using quite fresh esql implementation to access Pervasive SQL 2000 database. The problem is I have to pull 5500 rows from database. Performing query in Squirell SQL it takes 3 second to execute and 16 to build output table (build

Re: big ESQL performance problem

2003-03-04 Thread Steven Noels
Leszek Gawron wrote: esql:execute-query esql:query SELECT K.K_NIP AS Knt_NipE, B.GST_KntID AS Knt_KntId, B.GST_KntID AS Knt_Kod, K.K_GRUPA AS Knt_Grupa, How does the rest of your pipeline looks like? Can you post the relevant sitemap snippet? /Steven -- Steven