sax event into XSP

2003-06-26 Thread Ramsés Morales
Hi. Would it be possible to create a class with a method that returns an xml document object, call that method inside my xsp logicsheet and include the returned xml document object in my xsp? How would it be done? Thanks. - T

Tomcat 5.0.3 ?

2003-06-26 Thread Ramsés Morales
Hi. Has anyone tried Cocoon 2.0.4 with Tomcat 5.0.3? When I tried to load Cocoon's start page, I just get the directory listing (cocoon never starts). There are no ERROR messages on Cocoon's logs. Any ideas? Thanks. - To uns

problem trying to use JNI inside an action

2002-08-20 Thread Ramsés Morales
Hi. I can't use the java native interface inside an action. With the line System.loadLibrary("whatever") inside my action I get a strange behavior. The action doesn't starts, and I get no errors, nor any message on any log. If I comment that line, the action runs properly. I have to call a dll,

Re: problem using input RequestParameterModule

2002-07-22 Thread Ramsés Morales
> Sorry, sitemap integration is only available with the treeprocessor > and only in 2.1. (Treeprocessor is available in 2.0.3, integration is > not). Will upgrading to cocoon 2.1 will require major changes on my web-app? Do you think cocoon 2.1 is stable enough to be used for a production app?

Re: problem using input RequestParameterModule

2002-07-22 Thread Ramsés Morales
On Sun, 2002-07-21 at 09:16, Christian Haul wrote: > On 20.Jul.2002 -- 04:28 PM, Ramsés Morales wrote: > > Hi. > > > > I tried to do a sitemap substitution using the new > > RequestParameterModule, but didn't work: > > > > > > > > &g

[help] org.apache.cocoon.acting.modular.DatabaseSelectAction

2002-07-18 Thread Ramsés Morales
Hi. I just downloaded cocoon-2.0.3 to take advantage of the new modular actions, but I couldn't find any examples of their use on the sitemap. I want to use the new DatabaseSelectAction to get some data passed to my XSLT transformer. It would be great if you can point me to an actual example.

problems with SQLTransformer

2002-07-16 Thread Ramsés Morales
Hi. I'm receiving two consecutive unsuported exceptions: --- DEBUG (2002-07-16) 10:09.12:987 [sitemap.transformer.sql](/cocoon/LinePlant) HttpProcessor[8080][4]/SQLTransformer$Query: EXECUTING SELECT

xsl:include does nothing

2002-07-11 Thread Ramsés Morales
Hi. Inside the xslt file called by the xslt transformer, on the sitemap, I have one xsl:include. I'm trying to , but it is like the match isn't done. I'm using Cocoon2.0.2, Tomcat4.0.4. I used to do that with cocoon1 and always worked fine. This is the sitemap snippet: Thanks for

problems starting cocoon (ExtensibleSVGDOMImplementation)

2002-07-11 Thread Ramsés Morales
Hi. I'm trying to run cocoon on tomcat 4.0.4 but I get this error org.apache.cocoon.ProcessingException: Error compiling sitemap: java.lang.NoClassDefFoundError: org/apache/batik/dom/svg/ExtensibleSVGDOMImplementation I checked, and I have that class in Cocoon's lib/. What's wrong? Thanks for

map:act under map:pipeline ??

2001-10-03 Thread Ramsés Morales
Hi. Can I have an action directly under a pipeline?? Something like this: ... ... .. I'm asking because I have an action that I want executed for every element inside the pipeline. Thanks for your help. -

Re: Announce list?

2001-08-21 Thread Ramsés Morales
An announce list would be a great idea. On 21 Aug 2001 13:25:46 +0200, Ulrich Mayring wrote: > Hello, > > has it been discussed whether Cocoon should get an announce list? The > traffic on the dev and user list is high, so at times I have to > unsubscribe (e.g. when on vacation). On the other ha

Cocoon 1.8.3???

2001-07-03 Thread Ramsés Morales
Hi. Are you planning a new Cocoon 1.8.x release, or we have to jump immediately to Cocoon 2?? thanks for your help. - Please check that your question has not already been answered in the FAQ before posting.

ESQL HACKERS: help on esql, transactions, and nested queries

2001-07-02 Thread Ramsés Morales
Hi. I'm starting a transaction on the main esql connection (BEGIN TRANSACTION). On that same connection I'm doing a SELECT on a table (table X). Inside the row-results of that SELECT I'm doing a nested connection, on that nested connection I'm doing a DELETE query on "table X". Will the "BEGIN T