SQL Transformer/Resin broken?

2003-06-23 Thread Ed Yavno
Hi All, I'm having problems trying to use something under Caucho Resin that works perfectly fine under Tomcat: SQL Transformer in Cocoon 2.0.4 deployed under Resin 2.1.8/10(same result) trying to query Oracle 8i. Both Tomcat 4.0.6 and Resin 2.1.8 use the exact same settings (see below: we

SQL Transformer, part of xml doc in a database field.

2003-06-16 Thread Chris
SQL Transformer, part of xml doc in a database field. What if one of the fields from a select statement in an has a text field that contains a valid xml document. All the '<' and '>' characters get escaped, I would like the xml in this field to be part of the rowse

Mysql and sql transformer

2003-04-09 Thread Luca Marchetti
Hi all, I've got a problem with mysql (on win or linux) and sql transformer. I've followed the instruction on the cocoon wiki about how to set-up mysql jdbc drivers, I've set up a simple pipeline with a really simple query, but the result is always the same: Failed to obtain con

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Luca Morandini
> -Original Message- > From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 6:32 PM > To: '[EMAIL PROTECTED]' > Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL > upda te table???) > > > do you mi

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Delis, Christopher E.
do you mind sharing the template? =-) --chris > -Original Message- > From: Luca Morandini [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 11:18 AM > To: [EMAIL PROTECTED] > Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Luca Morandini
> -Original Message- > From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 5:18 PM > To: '[EMAIL PROTECTED]'; 'Luca Morandini ' > Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL > upda te table

RE: sql transformer question; *not* esql... (was RE: ???ESQL upda te table???)

2003-03-18 Thread Delis, Christopher E.
zip = '' where library_id = > -Original Message- > From: Delis, Christopher E. [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2003 4:08 AM > To: 'Luca Morandini '; '[EMAIL PROTECTED] ' > Subject: RE: sql trans

Re: SQL Transformer or ESQL Stylesheet?

2003-03-18 Thread Andrew Savory
Hi, On Tue, 18 Mar 2003, Scherler wrote: > Konlin wrote: > > >Can you write me any clues when to use sql transformer and when esql > >stylesheet? > > I have ask that question before but with no answer! > My personal opinion is that you should use the SQL-transform [a]

Re: SQL Transformer or ESQL Stylesheet?

2003-03-18 Thread Scherler
Konlin wrote: Hello Cocoon! Can you write me any clues when to use sql transformer and when esql stylesheet? What is more flexible, easier, more professional etc? I'm going to write simple news portal with Xindice or MySQL as DBMS and I'm wondering what solution is better. Greetz, Kon

RE: sql transformer question; *not* esql... (was RE: ???ESQL update table???)

2003-03-18 Thread Delis, Christopher E.
thanks! i am so embarassed. ;-) i gazed right past that little paragraph... sheesh! -Original Message- From: Luca Morandini To: [EMAIL PROTECTED] Sent: 3/18/03 1:15 AM Subject: RE: sql transformer question; *not* esql... (was RE: ???ESQL update table???) Christopher, IIUC, you need

RE: sql transformer question; *not* esql... (was RE: ???ESQL update table???)

2003-03-17 Thread Luca Morandini
AIL PROTECTED]' ' > Subject: sql transformer question; *not* esql... (was RE: ???ESQL update > table???) > > > i replied to the wrong topic. sorry... what i meant to ask was: is there > a "place-holder" mechanism available using the sql transformer? --c

sql transformer question; *not* esql... (was RE: ???ESQL update table???)

2003-03-17 Thread Delis, Christopher E.
i replied to the wrong topic. sorry... what i meant to ask was: is there a "place-holder" mechanism available using the sql transformer? --chris -Original Message- From: Delis, Christopher E. To: '[EMAIL PROTECTED]' Sent: 3/17/03 9:48 AM Subject: RE: ???ESQL u

SQL Transformer or ESQL Stylesheet?

2003-03-17 Thread Konlin
Hello Cocoon! Can you write me any clues when to use sql transformer and when esql stylesheet? What is more flexible, easier, more professional etc? I'm going to write simple news portal with Xindice or MySQL as DBMS and I'm wondering what solution is better. Greetz, Konrad Inglot

SQL Transformer or ESQL Stylesheet?

2003-03-17 Thread Konlin
Hello Cocoon! Can you write me any clues when to use sql transformer and when esql stylesheet? What is more flexible, easier, more professional etc? I'm going to write simple news portal with Xindice or MySQL as DBMS and I'm wondering what solution is better. Greetz, Konrad Inglot

SOLUTION: double namespace attribute in SQL Transformer

2003-03-16 Thread Robert Douglass
Here is the solution that I believe Charles was suggesting (for those who are as XML inept as I, it is nice to have this in black and white) http://www.w3.org/1999/XSL/Transform"; xmlns:sql="http://apache.org/cocoon/SQL/2.0";> SELECT * FROM foo

RE: Accessing nrofrows from SQL Transformer within Stylesheet

2003-03-11 Thread Samuel Bruce
> > Sent: Tuesday, March 11, 2003 7:23 PM > > To: cocoon > > Subject: Accessing nrofrows from SQL Transformer > within Stylesheet > > > > > > > > > My stylesheet snippet is: > > > > > > > > > > > >

RE: Accessing nrofrows from SQL Transformer within Stylesheet

2003-03-11 Thread Luca Morandini
> -Original Message- > From: Samuel Bruce [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 11, 2003 7:23 PM > To: cocoon > Subject: Accessing nrofrows from SQL Transformer within Stylesheet > > > > My stylesheet snippet is: > > > >

Accessing nrofrows from SQL Transformer within Stylesheet

2003-03-11 Thread Samuel Bruce
Hello, I can't seem to access the nrofrows value returned from the SQL Transformer. The resulting XML after the SQL Transformer executes in my pipeline is as follows: http://apache.org/cocoon/SQL/2.0"; n

Re: Problem with SQL Transformer[Sol]

2003-02-07 Thread Cedric Claus
Martin Holz wrote: Cedric Claus <[EMAIL PROTECTED]> writes: This pipeline doesn't work : After SQL transformation the sort and replace.xsl does wrong. But if I copy the xml result of the SQL transform and then apply the same xsl , no problem (with xalan and MSXML) My configuration : coc

Re: Problem with SQL Transformer

2003-02-06 Thread Martin Holz
Cedric Claus <[EMAIL PROTECTED]> writes: > This pipeline doesn't work : After SQL transformation the sort and > replace.xsl does wrong. But if I copy the xml result of the SQL > transform and then apply the same xsl , no problem (with xalan and > MSXML) > > > > My configuration : cocoon 2.0

Problem with SQL Transformer

2003-02-06 Thread Cedric Claus
Hi, I have a problem with a pipeline : This pipeline doesn't work : After SQL transformation the sort and replace.xsl does wrong. But if I copy the xml result of the SQL transform and then apply the same xsl , no problem (with xalan and MSXML) My configuration : cocoon 2.0

Strange results: SQL Transformer -> Other Transformer -> XML-Serializer

2003-02-04 Thread Stefan Riegel
Hi, for sure I do somthing wrong, because nobody seems to report similar problems. But I just can't find the error. I would like to transform SQL Transformer output to another XML using the Identity Transformation (I guess this is the right word). Problem: the attributes in the rowset-el

Re: SQL Transformer substitute-value woes with 2.0.4

2003-01-17 Thread Jeremy Quinn
On Friday, Jan 17, 2003, at 10:04 Europe/London, Carsten Ziegeler wrote: Jeremy Quinn wrote: SELECT DISTINCT contributor_id, name FROM foo WHERE contributor_id = this is how mine look ... And you do not use the sql namespace on the substitue-value element (sql:substitue-value sql:name=".

RE: SQL Transformer substitute-value woes with 2.0.4

2003-01-17 Thread Carsten Ziegeler
Jeremy Quinn wrote: > > SELECT DISTINCT contributor_id, name FROM foo WHERE > contributor_id = > > > this is how mine look ... > And you do not use the sql namespace on the substitue-value element (sql:substitue-value sql:name="..."/>) or have the default namespace set to sql? Carsten

Re: SQL Transformer substitute-value woes with 2.0.4

2003-01-17 Thread Jeremy Quinn
On Thursday, Jan 16, 2003, at 12:21 Europe/London, Andrew Savory wrote: Hi, As far as I can tell, using substitute-value with SQL Transformer does not work in 2.0.4 (and there aren't any examples of it in the samples, something I'll rectify if I ever get the darn thing working!

RE: SQL Transformer substitute-value woes with 2.0.4

2003-01-16 Thread Carsten Ziegeler
> -Original Message- > From: Andrew Savory [mailto:[EMAIL PROTECTED]]On Behalf Of Andrew > Savory > Sent: Thursday, January 16, 2003 1:51 PM > To: [EMAIL PROTECTED] > Subject: RE: SQL Transformer substitute-value woes with 2.0.4 > > > On Thu, 16 Jan 2

RE: SQL Transformer substitute-value woes with 2.0.4

2003-01-16 Thread Andrew Savory
On Thu, 16 Jan 2003, Carsten Ziegeler wrote: > I'm not sure, but I guess you have to use the sql namespace > for the substitute-value element as well: > Oh man, it's ALWAYS a simple solution. Thanks! Patch for docs sent to bugzilla and cocoon-dev, and I've added &q

RE: SQL Transformer substitute-value woes with 2.0.4

2003-01-16 Thread Carsten Ziegeler
2 PM > To: [EMAIL PROTECTED] > Subject: SQL Transformer substitute-value woes with 2.0.4 > > > > Hi, > > As far as I can tell, using substitute-value with SQL Transformer does not > work in 2.0.4 (and there aren't any examples of it in the samples, > something I'll r

SQL Transformer substitute-value woes with 2.0.4

2003-01-16 Thread Andrew Savory
Hi, As far as I can tell, using substitute-value with SQL Transformer does not work in 2.0.4 (and there aren't any examples of it in the samples, something I'll rectify if I ever get the darn thing working!). Here's what I've got: test.xml: http://apache.org/cocoo

RE: SQL-Transformer

2002-12-13 Thread Geoff Howard
sorry, just noticed you were talking about sql transformer - i had assumed esql logicsheet in xsp. i need more coffee. try ... then, your results should start off with an attribute nrofrows on rowset, ie: http://apache.org/cocoon/SQL/2.0";> Geoff -

Re: SQL-Transformer

2002-12-13 Thread Boris Althaus
mysql - Original Message - From: Geoff Howard To: [EMAIL PROTECTED] Sent: Friday, December 13, 2002 4:19 PM Subject: RE: SQL-Transformer There is a tag defined but it's not fully implemented, although it may be in the very latest cvs. (it only w

RE: SQL-Transformer

2002-12-13 Thread Geoff Howard
er 13, 2002 9:45 AMTo: [EMAIL PROTECTED]Subject: SQL-Transformer Hallo Cocoon Users,   does the SQL-Transformer has a map-parameter like or is there a way to retrieve the number of cols in the resultset?   Regards Boris  

SQL-Transformer

2002-12-13 Thread Boris Althaus
Hallo Cocoon Users,   does the SQL-Transformer has a map-parameter like or is there a way to retrieve the number of cols in the resultset?   Regards Boris  

Cocoon-2.0.4 possible bug in Sql transformer

2002-12-11 Thread Gabriele Domenichini
Cocoon-2.0.4 seems to repeat namespace declaration in the sql:rowset element resulting from a sql transformation launching a stored procedure. I have cocoon 2.0.3 and cocoon 2.0.4 side by side on the same machine. I call an Oracle stored procedure with SQL transformer With this code: http

Re: xInclude and SQL Transformer NullPointerException

2002-10-16 Thread Timothy Larson
I had a similar problem. When I used the XInclude transformer, I got a NullPointerException when I tried to refer to the results with the "cocoon:/" protocol. Here was my solution (bad hack, but it worked): I made a stylesheet "copy-of.xsl" that simply copied what it was passed without changing

xInclude and SQL Transformer NullPointerException

2002-10-16 Thread Martin Schimak
I experience the following problem: I am including fragments of another xml file using xinclude and the xpointer() syntax. Works fine. If I then want to use the SQLTransformer within the same pipeline, I get a org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.Null

Action + Sql Transformer

2002-10-15 Thread aps olute
I've been out of luck trying to get samples to work for Actions and SQL Transformer. For the sample Action I am receiving a: org.apache.cocoon.ProcessingException: The prefix "xsp-request" for element "xsp-request:get-attribute" is not bound.: org.xml.sax.SAXParseE

Re: pipeline or sql transformer problem

2002-09-25 Thread JohnsBrn
I had a similar namespace problem with SQLTransformer. I switched from Xalan to Saxon 6.5.2 (because of multi-thread issues with database XA transactions) for xslt transformations and the problem seems to be gone. Michael Maluck <[EMAIL PROTECTED]> wrote: >Now I tried it with esql and a logics

RE: SQL Transformer with nested query + Filter Transformer = ArrayIndexOutOfBoundsException exception

2002-09-02 Thread Luca Morandini
://utenti.tripod.it/lmorandini/index.html - > -Original Message- > From: Igor Abade V. Leite [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 02, 2002 2:04 PM > To: [EMAIL PROTECTED] > Subject: RES: SQL Transformer with nested query + Fil

RES: SQL Transformer with nested query + Filter Transformer = ArrayIndexOutOfBoundsException exception

2002-09-02 Thread Igor Abade V. Leite
Any ideas? Thanks, Igor > -Original message- > From: Igor Abade V. Leite [mailto:[EMAIL PROTECTED]] > Data: sexta-feira, 30 de agosto de 2002 11:59 > To: [EMAIL PROTECTED] > Subject: SQL Transformer with nested query + Fil

[SUMMARY] problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-31 Thread Simon Price
Adding this line to the stylesheet fixes the bug. In fact the problem turned out to have absolutely nothing to do with the sql transformer; the problem was earlier in the pipeline but was masked because the xml piped into the transformer appeared okay when inspected using a view

Re: problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-30 Thread Simon Price
n like a charm :-s > > I must say I'm running tomcat 4.0.4, cocoon 2.0.3 on java 1.4.0... > > Koen > > >>-Oorspronkelijk bericht- >>Van: Simon Price [mailto:[EMAIL PROTECTED]] >>Verzonden: vrijdag 30 augustus 2002 14:53 >>Aan: [EMAIL PROTECTED] &

SQL Transformer with nested query + Filter Transformer = ArrayIndexOutOfBoundsException exception

2002-08-30 Thread Igor Abade V. Leite
Hi again! When I use the SQL Transformer with a single table, everything goes fine. I can apply the Filter Transformer and I'll achieve the desired results. But when I use a nested query, I get the following error: java.lang.ArrayIndexOutOfBoundsException

RE: problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-30 Thread Koen Pellegrims
[EMAIL PROTECTED] > Onderwerp: Re: problems generating input to sql transformer with > stylesheet (a la Langham & Ziegeler book) > > > Koen, thanks but I already tried this. The resultant xml using your > stylesheet is... > > > http://apache.org/cocoon/

Re: problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-30 Thread Simon Price
some reason, the rowset, row and column name tags get omitted by the sql transformer!!! In case it helps anyone say why this is, here's the intermediate xml from the stylesheet, before it goes into the sql transformer... http://apache.org/cocoon/SQL/2.0";> pool-TAL

Re: problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-30 Thread Antonio Gallardo Rivera
nformation (in the style > of Matthew and Carsten's excellent book). > > I generate xml which then gets transformed by the sql transformer. > Unfortunately, it only works if I have no containing elements in the > input to the transformer. I'm guessing its related to

RE: problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-30 Thread Koen Pellegrims
onden: vrijdag 30 augustus 2002 13:03 > Aan: [EMAIL PROTECTED] > Onderwerp: problems generating input to sql transformer with stylesheet > (a la Langham & Ziegeler book) > > > I'm having real problems doing a "trivial" tranformation (in the style > of Matthew

problems generating input to sql transformer with stylesheet (a la Langham & Ziegeler book)

2002-08-30 Thread Simon Price
I'm having real problems doing a "trivial" tranformation (in the style of Matthew and Carsten's excellent book). I generate xml which then gets transformed by the sql transformer. Unfortunately, it only works if I have no containing elements in the input to the transform

RE: Generic SQL transformer output

2002-08-19 Thread Luca Morandini
- > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Monday, August 19, 2002 7:34 PM > To: [EMAIL PROTECTED] > Subject: Generic SQL transformer output > > > > Dear All, > > I'm trying to implement a

Generic SQL transformer output

2002-08-19 Thread Alan Hodgkinson
Dear All, I'm trying to implement a set of XSP sheets to manage administrative records in a database. This merely means implementing insert, update and delete for records in a number of different tables. Naturally, I'm striving for a generic solution so that I can use the same insert/update/el

Empty Rows Using SQL Transformer

2002-07-02 Thread Seth Ladd
JDK 1.3.1 Solaris 8 I am using the SQL transformer, which up to now has been performing wonderfully. I moved my WAR to a new (but identical as far as I can tell) machine, and now my database results come back as empty, but I get the right amount of rows back. Example transformer: http://www.w3.or

RE: please, please, ... help with SQL transformer

2002-04-11 Thread Jeronimo Molina
Thanks for all the answers I agree all the people the help. Salu2, Jeronimo Molina -Mensaje original- De: Bert Van Kets [mailto:[EMAIL PROTECTED]] Enviado el: jueves, 11 de abril de 2002 22:27 Para: [EMAIL PROTECTED] Asunto: Re: please, please, ... help with SQL transformer I did

Re: please, please, ... help with SQL transformer

2002-04-11 Thread Bert Van Kets
I did tests with access databases once using the JdbcOdbc bridge. I had connection errors all over and I could track it to the single connection nature of Access. The first connection went through (the authentication), but the second and following connections always failed. I have dumped Ac

Re: please, please, ... help with SQL transformer

2002-04-11 Thread Neugebauer, Gerd
Aitziber Zubieta wrote: > I will be very glad if you have any other idea. Hi, I have also tried to use the SQL transformer to access an Access database -- without luck. I always got an empty result set. I finally gave up to track down the problem and switched to ESQL which works just f

Re: please, please, ... help with SQL transformer

2002-04-11 Thread Aitziber Zubieta
2002 8:49 AM Subject: RE: please, please, ... help with SQL transformer Since nobody else answered, I'll give it a try. I don't know how that works with Access, but your datasource declaration seems incomplete. E.g. here's mine (of course it looks differently because your using JDBC-

RE: please, please, ... help with SQL transformer

2002-04-10 Thread Hahn Kurt (CHA)
[mailto:[EMAIL PROTECTED]] Date: mercredi, 10. avril 2002 16:57 À: [EMAIL PROTECTED] Objet: please, please, ... help with SQL transformer Hi all (sorry for my poor english): My name's Jeronimo Molina, and I'm neby with cocoon. I'm trying to work with SQL transform

please, please, ... help with SQL transformer

2002-04-10 Thread Jerónimo Molina
Hi all (sorry for my poor english): My name's Jeronimo Molina, and I'm neby with cocoon. I'm trying to work with SQL transformers, for generate an HTML page with data stored in a ACCESS database on my machine (it's my first work with cocoon, so I don't want to do this with ORACLE

[XSL] please, help with SQL transformer

2002-04-10 Thread Aitziber Zubieta
Hi all (sorry for my poor english): My name's Aitziber, and I'm neby with cocoon. I'm trying to work with SQL transformers, for generate an HTML page with data stored in a ACCESS database on my machine (it's my first work with cocoon, so I don't want to do this with ORACLE any other DB). I'm tr

Re: Sql Transformer

2002-03-25 Thread William Moore
and the db won´t be updated. >   > I tried a simple xml file -(insert into mytable Values ('aa')) and chose > the xml serializer-but my browser couldn´t display the xml code. >   > Could anyone help me to insert data

Sql Transformer

2002-03-24 Thread Markus Blank
xml code.   Could anyone help me to insert data using sql transformer without a nullpointer exception   Markus

RE: two subqueries in sql transformer xml

2002-03-21 Thread Argyn Kuketayev
Thursday, March 21, 2002 12:52 PM To: '[EMAIL PROTECTED]' Subject: two subqueries in sql transformer xml I want to put two subqueries in xml file for sql transformer. It doesn't work , says: "ORA-00933: SQL command not properly ended " -

two subqueries in sql transformer xml

2002-03-21 Thread Argyn Kuketayev
I want to put two subqueries in xml file for sql transformer. It doesn't work , says: "ORA-00933: SQL command not properly ended " XML file is here: = http://apache.org/cocoon/SQL/2.0";> Hello This is my first Cocoon2 page filled with sql data from PL

SQL Transformer after XSL with copy-of

2002-03-05 Thread Rigamonti Vittorio
Hi, I have a problem with SQL transformer and XSL copy-of tag. I already read something similar in the mail archive but I didn't understand if the problem has a solution. I set up a simple test case for the problem, this is the recipe: you need an xml source file (copy.xml) like

Cocoon 2.0 and SQL transformer sample does'nt work with Postgresql 6.5 and JK 1.3

2002-02-22 Thread LEBRETON Philippe
In Cocoon 2.0 Sample, The SQL transformer sample does'nt work but esql samples is OK. I have the error : Error creating the resource Could not read resource file:/app/java/jakarta-tomcat-3.3/webapps/cocoon/docs/samples/sql/sql-page.xml details from s

RE: [C2] Bug in SQL transformer?

2002-01-28 Thread Miller, Grant
uary 27, 2002 12:56 PM To: [EMAIL PROTECTED] Subject: RE: [C2] Bug in SQL transformer? Harald, bottom line is: the problem lies in the stylesheet. I don't think is a good idea splitting the template "@*|node()", since the first half extracts only attributes, while the second half onl

RE: [C2] Bug in SQL transformer?

2002-01-27 Thread Luca Morandini
nal Message- > From: SunnyDay [mailto:[EMAIL PROTECTED]] > Sent: Saturday, January 26, 2002 6:10 PM > To: [EMAIL PROTECTED] > Subject: Re: [C2] Bug in SQL transformer? > > > Hi Luca, > > the clean machine does the same - but only if I access my ORACLE-DB!! > > No

Re: [C2] Bug in SQL transformer?

2002-01-26 Thread SunnyDay
Hi Luca, the clean machine does the same - but only if I access my ORACLE-DB!! Now I commented out the line in the stylesheet which Grant (the originator of this thread - you remember ;) mentioned - and it worked - no exception no error page ... I decided to split the line from

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Luca Morandini
://utenti.tripod.it/lmorandini/index.html - > -Original Message- > From: Miller, Grant [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 6:20 PM > To: '[EMAIL PROTECTED]' > Subject: RE: [C2] Bug in SQL transformer? &g

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Luca Morandini
gt; Subject: Re: [C2] Bug in SQL transformer? > > > Hi, > > I had a little fight with the transformer on sunday. I tried to use a SP > and it always faild. So I inserted some debug-statements and it did not > realy looked like a SQLTransformer - Problem! > > What I did (

Re: [C2] Bug in SQL transformer?

2002-01-22 Thread SunnyDay
inal Message- > From: Luca Morandini [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 22, 2002 1:09 PM > To: [EMAIL PROTECTED] > Subject: RE: [C2] Bug in SQL transformer? > > > Grant, > > I'd suggest to take a look at the cocoon.log, which contains a lo

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Miller, Grant
Ok, it turns out this is to do with copying in the xsl before the sql transformer. If I copy a node then the sql transform fails. If, in XSL, I match and output the same thing as the copy would have done(in other words, a hardcoded/manual copy) then it works fine. Is there something special about

RE: [C2] Bug in SQL transformer?

2002-01-22 Thread Luca Morandini
> Sent: Tuesday, January 22, 2002 1:15 PM > To: '[EMAIL PROTECTED]' > Subject: [C2] Bug in SQL transformer? > > > Hello, > I've been trying to use the SQL transformer. However, if it comes after an > XSLT transformer in the pipeline it always throws an error.

[C2] Bug in SQL transformer?

2002-01-22 Thread Miller, Grant
Hello, I've been trying to use the SQL transformer. However, if it comes after an XSLT transformer in the pipeline it always throws an error. If I use the output of the XSLT step as the hardcoded input from a generate step (e.g. file generator) then it works fine. The crash happens whether o

Problems with XSLT-Transformer + SQL-Transformer on Cocoon2

2001-11-01 Thread Sebastian Frankfurt
Hello, If I use cocoon2 with MySQL (and a proper jdbc driver) the following way, everything works well: _but_ if I want to use it the other way, I only get a NullPointerException :-( So, the pre_sql_process.xsl is proper, but the the sql-transformer get's a NullPo

Re: AW: [C2] Postgres with SQL - Transformer

2001-06-29 Thread Mariano Kamp
, > Mariano > > On Thursday 28 June 2001 02:49 pm, you wrote: > > > Mariano Kamp wrote: > > > Von: Mariano Kamp [mailto:[EMAIL PROTECTED]] > > > Gesendet: Donnerstag, 28. Juni 2001 14:36 > > > An: [EMAIL PROTECTED] > > > Betreff: [C2] Postgres w

Re: [C2] Postgres with SQL - Transformer

2001-06-29 Thread Mariano Kamp
ge- > From: Mariano Kamp [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 28, 2001 2:36 PM > To: [EMAIL PROTECTED] > Subject: [C2] Postgres with SQL - Transformer > > > Hi there, > > I tried C2 with postgress, but postgres throws an exeption that > prepareStatemen

RE: AW: [C2] Postgres with SQL - Transformer

2001-06-29 Thread Beauprez Sven
Kamp [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 3:08 PM To: [EMAIL PROTECTED] Subject: Re: AW: [C2] Postgres with SQL - Transformer Hallo Carsten, thanks for answering my question and sorry for not being more specific in first place. Yes I am using connection pooling

RE: [C2] Postgres with SQL - Transformer

2001-06-28 Thread Beauprez Sven
er in the cocoon_20_branch still uses createStatement(), maybe you can use this one for now. Sven -Original Message- From: Mariano Kamp [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 28, 2001 2:36 PM To: [EMAIL PROTECTED] Subject: [C2] Postgres with SQL - Transformer Hi there, I tri

Re: AW: [C2] Postgres with SQL - Transformer

2001-06-28 Thread Mariano Kamp
t; Gesendet: Donnerstag, 28. Juni 2001 14:36 > > An: [EMAIL PROTECTED] > > Betreff: [C2] Postgres with SQL - Transformer > > > > > > Hi there, > > > > I tried C2 with postgress, but postgres throws an exeption that > > prepareStatement() is not supp

AW: [C2] Postgres with SQL - Transformer

2001-06-28 Thread Carsten Ziegeler
> Mariano Kamp wrote: > Von: Mariano Kamp [mailto:[EMAIL PROTECTED]] > Gesendet: Donnerstag, 28. Juni 2001 14:36 > An: [EMAIL PROTECTED] > Betreff: [C2] Postgres with SQL - Transformer > > > Hi there, > > I tried C2 with postgress, but postgres throws an exeptio

[C2] Postgres with SQL - Transformer

2001-06-28 Thread Mariano Kamp
Hi there, I tried C2 with postgress, but postgres throws an exeption that prepareStatement() is not supported yet ;-( Is there any way to tell the SQL-Transformer not to prepare the Statements and use dynamic sql instead? Mariano