Problem with SessionAttributeSelector

2003-06-13 Thread Arthur Allen
Hi, I'm a newbie & am having problems (among other) using the session attribute selector for which neither documentation nor samples exist to my knowledge. I'm using JVM 1.4, cocoon 2.1m2 and Tomcat 4.1.24 My declaration runs as follows: my code snippet runs as follows:

Modular database select -> session attributes won't fly

2003-06-13 Thread Arthur Allen
Hi Folks, I am having problems using modular database select action. Specifically, I cannot seem to direct its output to session attributes let alone control the naming of those attributes. Instead, it posts the results of my single row select to map parameters, named as it sees fit (table.col) I

Re: Re: Modular database select -> session attributes won't fly

2003-06-16 Thread Arthur Allen
Thanks Chris for the clarifications. You wrote-- In you need to configure the output for the actions, for each one of the database actions seperately. Add session-attr (>> please see javadocs for exact parameter name) to This would be the place to disable prepending table name or appending row

Problem integrating NT Tomcat 4.1.24 & 2.1.m2 (xerces?, forrest)

2003-06-23 Thread Arthur Allen
I have been using Forrest of late, which succesfully integrated with 2.1m2. I was able to bring it up on tomcat 4.1.24 on NT. As I try to use more and more of cocoon I thought it might be best for me to integrate with the base 2.1m2 in lieu of the minimal version used by forrest. I have had not

clob import: best practice?

2003-06-23 Thread Arthur Allen
With some help from my friends I've been able to read largish XML clobs into a session attributes using modular data base actions. Unfortunately my hope of doing any actual xml processing on these suckers using the session attribute generator (very cool) have failed miserably, as SAX & xsl process

Re: clob import: best practice?

2003-06-24 Thread Arthur Allen
I tried the latest sqltransformer & it did the right thing !!! Now if only someone could fix the session generator in the same way ;), as it seems quite happy to drop xml as cdata into the xml event stream. Thanks! Arthur Allen Ditto using the sql transformer. Drats! I actually was lookin