Re: using seletor to test 2 or more request parameter

2002-08-30 Thread Barbara Post
nest 2 request-parameter... I did that, so I had 4 parts. indeed code grows but this is the only real way to do this... map:when (test on first param) map:when (test on second param) map:otherwise To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 7:44 AM Subject: using se

RE: XSLT logicsheet parameter issues

2002-08-30 Thread Rob Grundel
Hey, Thank for this. I think this is a good start. Can you give me an example? I'll explain the setup of the files. In the sitemap i just have these lines: because the the XSL lo

REPOST: Uploaded file name problem

2002-08-30 Thread Lorenzo De Sio
Hi all, I'm reposting a message I posted on emonth ago, since it has been ignored :-)) (original message follows) Hi, I've got a curious problem w/ the file upload functionality. I wrote this upload form: As I post it to

Re: REPOST: Uploaded file name problem

2002-08-30 Thread Ganael LAPLANCHE
Hi ! I had exactly the same problem... But It happens only when you upload files from a Windows environment... I posted a message and someone told me It was a bug in cocoon... Sorry... Gan. - Original Message - From: "Lorenzo De Sio" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Fri

XPath transformer?

2002-08-30 Thread Jeff Turner
Hi, I have a user manual in XML format: ... ... ... Is there any way that I could extract out just one element, and render it as a page? Ie, like an XPath transformer, that would extract a single node: I could then link to chapters with

RE: XPath transformer?

2002-08-30 Thread Luca Morandini
Jeff, you need just an XSLT transformer for this purpose: use a stylesheet that matches the wanted element and discards the rest. Best regards, - Luca Morandini GIS Consultant [EMAIL PROTECTED] http://

RE: XPath transformer?

2002-08-30 Thread Koen Pellegrims
What you are trying to do can just as easily be achieved with xslt, can't it? If you *really* want xpath, you can always write a small xsp-page that generates an xinclude-statement and then run it through the xinclude-transformer (which, IIRC will be merged with the cinclude transformer into a si

Re: C2.0.3 silently ignoring exceptions

2002-08-30 Thread Nicola Ken Barozzi
Christopher Painter-Wakefield wrote: > Thanks for the reply. I've attached some sample code that exhibits the > problem, and a sitemap, xconf, and web.xml in case they are relevant. > Using this code, if you choose the URL /home (e.g., > http://localhost:8080/home , assuming the ROOT webapp), t

RE: XPath transformer?

2002-08-30 Thread Piroumian Konstantin
> From: Jeff Turner [mailto:[EMAIL PROTECTED]] > > Hi, > > I have a user manual in XML format: > > > > > ... > > > ... > > ... > > > > Is there any way that I could extract out just one element, and > render it as a page? Ie, like an XPath transfor

Re: XPath transformer?

2002-08-30 Thread Jeff Turner
Thanks (Luca too:) for the rapid replies. On Fri, Aug 30, 2002 at 10:21:47AM +0200, Koen Pellegrims wrote: > What you are trying to do can just as easily be achieved with xslt, can't > it? Not easily, because the 'match' attribute cannot be dynamic. Eg, I couldn't do: AFAIK this is for

New release of Pollo 0.34

2002-08-30 Thread Antonio Gallardo Rivera
Project: pollo (pollo) Package: pollo Date : 2002-08-30 10:12 Project "pollo" ('pollo') has released the new version of package 'pollo'. You can download it from SourceForge by following this link: or browse Releas

RE: XPath transformer?

2002-08-30 Thread Luca Morandini
> Not easily, because the 'match' attribute cannot be dynamic. Eg, I Oh, I see... so you want a *dynamic* selector. Hmm... this was not apparent from your example, It seemed you wanted just a way to select one chapter amongst many. Anyway, I think you should dirt your fingers with Xalan to get

RE: Enabling client browser to cache content from cocoon

2002-08-30 Thread Jan Willem Penterman
JavaScripts are automatically cached when you place them, or a reference to them within the tag. For IE clients this will only work when the 'caching parameter' (Tools -> Internet Options -> Temporary Internet -> Settings -> check for...) is set to "Automatically". This is NOT what you want durin

Re: FOP again.. And html

2002-08-30 Thread Tim Cavanagh
Jeff, Yup they are part of the tree - - Excellent! Thanks for the help that¹s easy to fix. Sometimes I cant see the trees for the forest =) Regards Tim On 30/8/02 3:44 PM, "Jeff Turner" <[EMAIL PROTECTED]> wrote: > On Fri, Aug 30, 2002 at 10:23:31AM +0930, Tim Cavanagh wrote: >> Hi, >> >>

Re: [ANN] Another article on Cocoon - Web Syndication

2002-08-30 Thread Michael Wechner
Ivelin Ivanov wrote: > We can include the whole piece in the Cocoon docs. > No copyright issues. > Willing to help :-? > > I liked your xdoc on the ServletProxy. > My xdocs skills are lagging behind, so I will appreciate assistance. Yes, I would certainly like to help, but I am a bit lacking

Re: XPath transformer?

2002-08-30 Thread Nicola Ken Barozzi
Jeff Turner wrote: > Thanks (Luca too:) for the rapid replies. > > On Fri, Aug 30, 2002 at 10:21:47AM +0200, Koen Pellegrims wrote: > >>What you are trying to do can just as easily be achieved with xslt, can't >>it? > > > Not easily, because the 'match' attribute cannot be dynamic. Eg, I > co

Re: XSLT logicsheet parameter issues

2002-08-30 Thread Christian Haul
On 30.Aug.2002 -- 05:36 PM, Rob Grundel wrote: > Hey, > > Thank for this. I think this is a good start. Can you give me an example? > I'll explain the setup of the files. > > In the sitemap i just have these lines: > > > > > >

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 transformer. I'm guessing its re

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

2002-08-30 Thread Koen Pellegrims
try your stylesheet as follows: http://www.w3.org/1999/XSL/Transform"; xmlns:sql="http://apache.org/cocoon/SQL/2.0";> pool-TAL select USERNAME, SURNAME, INITIALS from

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

2002-08-30 Thread Antonio Gallardo Rivera
What Database are you using? PostgreSQL has an error if you are using the type INT2 or SMALLINT for the key. More info in datatypes in postgreSQL. Antonio Gallardo El Viernes, 30 de Agosto de 2002 05:02, Simon Price escribió: > I'm having real problems doing a "trivial" tranformation (in the s

[ANN] Cocoon pipelines captor

2002-08-30 Thread Bruno Dumon
Captor is a tool that lets you see the XML being produced by each transformer in a Cocoon pipeline. Currently it only works with Cocoon 2.03, and not yet with 2.1. Implementation-wise captor works like the profiler included with cocoon, but instead of storing the time spent in each transformer, it

Re: Xalan, xsl fucnction document(), caching ?

2002-08-30 Thread Frédéric Glorieux
Thank you all, Some replies on different points > I have improved performance by using an at the top of my xslt > and give it the value of document(...). Later on you just refer to the > variable. > It's a Xalan problem, it got a bugzilla id, but it's scheduled to be fixed at dooms day ...

Re: Using the extractor transformer with more than one type on the same page

2002-08-30 Thread Vadim Gritsenko
Hugo Burm wrote: >Hello, > >I am working on an application that embeds XML definitions for a JFreeChart >chart in my XML content. (for JFreeChart see www.object-refinery.com) > >The XML looks like: > >http://datagram.nl/survey";> >... some xml tags that define my chart > > >I decided to use t

Re: Try-catch error

2002-08-30 Thread Vadim Gritsenko
Ganael LAPLANCHE wrote: > Hi ! > > I'm trying to include a very basic XSP part to my pages, but if I > insert a try-catch, I get this error message : > > > *type* fatal > > *message* _Language Exception_ > > *description* _org.apache.cocoon.ProcessingException: Language > Exception: org.apa

R: REPOST: Uploaded file name problem

2002-08-30 Thread Lorenzo De Sio
You must be right... but, if so, why does it work perfectly :-( in the Cocoon default webapp? May anyone please help us? L. -Messaggio originale- Da: Ganael LAPLANCHE [mailto:[EMAIL PROTECTED]] Inviato: venerdì 30 agosto 2002 9.58 A: [EMAIL PROTECTED] Oggetto: Re: REPOST: Uploaded fil

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

2002-08-30 Thread Simon Price
Koen, thanks but I already tried this. The resultant xml using your stylesheet is... http://apache.org/cocoon/SQL/2.0";> http://apache.org/cocoon/SQL/2.0";> <> <>ecsnp <>Price <>Simon It sort of works but, for some reason, the rowset, row and column name

Re: Mysterious IllegalStateException thrown when I try to index files

2002-08-30 Thread Vadim Gritsenko
icewind wrote: >Hello, > >I have something like this for my xml documents: > >docs/ > dir1/ > dir2/ > dir3/ > dir4/ > dir5/ > >I can index each individual dir in docs separately and >a lucene index will be built properly. > >However, when I try to index all together (either by >aggreg

Handler information not found

2002-08-30 Thread u15603
Hi all, I've some problems with the attached sitemap-fragment. I want to match 'home' and built a XML-document with the help of the aggregation! But when the pipeline calls the src cocoon://navigation there is an exception. The Handler information is not found. Has someone an idea why and may

Re: [ANN] Another article on Cocoon - Web Syndication

2002-08-30 Thread Ivelin Ivanov
Not a bad idea, eventually all the content can be ported to xdoc. - Original Message - From: "Michael Wechner" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Diana Shannon" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 3:03 AM Subject: Re: [ANN] Another article on Cocoon - Web S

Re: http errorcodes form an action

2002-08-30 Thread Vadim Gritsenko
Kiss Kálmán wrote: >Hi > >I try to implement an action, that verifiyes the http >authorization-header, and send a http errorcode back, if its >nonexistent. How can I make this? > Make your action to return not-null map only on error. Then, in sitemap: Vadim > I know, that this is no

RE: Handler information not found

2002-08-30 Thread Koen Pellegrims
AFAIK cocoon:// goes back to the higher-level sitemap; have you tried "cocoon:/" ? (only one slash) > -Oorspronkelijk bericht- > Van: u15603 [mailto:[EMAIL PROTECTED]] > Verzonden: vrijdag 30 augustus 2002 15:02 > Aan: [EMAIL PROTECTED] > Onderwerp: Handler information not found > > > Hi

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

2002-08-30 Thread Koen Pellegrims
oops, I just ran your example on my machine, and it ran 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]

Import packages and classes

2002-08-30 Thread Johannes Wechsler
Hi, I intend to include a class file into a xsp. My Code (cutting): MyClass MyClass example = new MyClass(); Following error message appears: class MyClass not found in class org.apache.cocoon.www.dev.hello_xsp My questions: - Do I have to store the MyClass.class file in a special f

RE: Import packages and classes

2002-08-30 Thread Koen Pellegrims
Johannes, Maybe you should brush up on your common Java and Application-server technologies; this is very common practice. You should put: 1. your jar-file in WEB-INF/lib OR 2. your class file in WEB-INF/classes//MyClass.class eg if your class is in the package com.soft.mine, the class-file sho

Re: RE: Handler information not found

2002-08-30 Thread u15603
Am 30.08.2002 15:14:46, schrieb "Koen Pellegrims" <[EMAIL PROTECTED]>: >AFAIK cocoon:// goes back to the higher-level sitemap; have you tried >"cocoon:/" ? (only one slash) Yes we have tested it but it does not work. Dirk > >> -Oorspronkelijk bericht- >> Van: u15603 [mailto:[EMAIL PR

Re: SOAP xsp taglib with Axis ?

2002-08-30 Thread Marcus Crafter
Hi Steven, Thanks for your response mate, much appreciated. I'm using Cocoon CVS head, jdk 1.3.1 under Debian with Axis from CVS a few days ago. Unfortunately I still get no response from the Axis server when making a request using the soa

Re: Followup to Mysterious IllegalStateException thrown when I tryto index files

2002-08-30 Thread Vadim Gritsenko
Ganael LAPLANCHE wrote: >Hi ! > >Maybe try to configure your OS ;-) >See : http://www.patoche.org/LTT/kernel/0128.html > See also mail archive. This (too many open files) was already discussed once. Vadim >Greetings, >Gan. > >- Original Message - >From: "icewind" <[EMAIL PROTECTE

form validator and regexp problem...

2002-08-30 Thread Barbara Post
Hi, I use the regexp expression from C 2.0.3 form validator example and want to validate 2 email fields : in the descriptor : (the same for emailCc) and : However, when I enter "r" in "emailTo" and "e" in "emailCc" fields the form gets validated ! Uh, any idea why ? Thanks, Bab

Re: form validator and regexp problem...

2002-08-30 Thread Barbara Post
I am a d***a**, it was "regex", not "regexp". Ah well... - Original Message - From: "Barbara Post" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 3:36 PM Subject: form validator and regexp problem... > Hi, > > I use the regexp expression from C 2.0.3 form vali

Re: [ANN] Another article on Cocoon - Web Syndication

2002-08-30 Thread Andre Thenot
On Friday, August 30, 2002, at 08:58 , Ivelin Ivanov wrote: > Not a bad idea, > eventually all the content can be ported to xdoc. How about syndicating the documentation? :-) (sorry, couldn't resist...) A. - Please check th

pb generator file

2002-08-30 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hi !! I worked with Tomcat 4.0.4, JDK 1.3.1_03 and Cocoon2.0.2-src under W2000. I want to use the Cocoon2.0.3 version. I installed it as describe in the "Installing Apache Cocoon" page. I get a problem with a part of my site. As it didn't work with 2.0.3-bin I tried with 2.0.3-src and 2.0.2

Re: 2.0.2 -> 2.0.3

2002-08-30 Thread Vadim Gritsenko
zze-STIENNE Nicolas FTRD/DMI/CAE wrote: >Hi !! > >Thanks a lot for this explanation... it realy helped me. > > >Remember : > I worked with Tomcat 4.0.4, JDK 1.3.1_03 and Cocoon2.0.2 under W2000. > I want to use the Cocoon2.0.3 version. > I installed it as describe in the "Installing Apache Cocoo

Re: cocoon KILLS Tomcat

2002-08-30 Thread Vadim Gritsenko
Roger Ting wrote: > > Dear Luca, > Thnx for your help. Your advice makes sense. Therefore, i > add another line catalina_opts="-Xmx128m" to my bash profile. > > Unfortunately, i run into yet another problem when i want to start > Tomcat with Cocoon. The following is the error message: > java.lang

Re: action return params broken ?

2002-08-30 Thread Vadim Gritsenko
Artur Bialecki wrote: >Sitemap parameters that are returned by an actions >are not available when doesn't have any >child nodes other than . > >So the following doesn't work: > > > > > > > >but this does: > > > > > > > Here you are trying to ac

Re: Request-parameter matcher and cinclude

2002-08-30 Thread Vadim Gritsenko
Mike Ash wrote: > When I use this combination below I get out of memory errors, the > first request to the server works fine I get the login2.xsp (its below > as well). When the second request comes up (button is pressed from > the login page) it throw out of memory errors. If I don't do the

Re: action return params broken ?

2002-08-30 Thread Joerg Heinicke
I'm not very familiar with actions, but shouldn't it be something like Regards, Joerg Artur Bialecki wrote: > Sitemap parameters that are returned by an actions > are not available when doesn't have any > child nodes other than . > > So the following doesn't work

RE: 2.0.2 -> 2.0.3

2002-08-30 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
thanks a lot, it seams to work well... (and with the others versions too...) > -Message d'origine- > De : Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Envoye : vendredi 30 aout 2002 15:45 > A : [EMAIL PROTECTED] > Objet : Re: 2.0.2 -> 2.0.3 > > > zze-STIENNE Nicolas FTRD/DMI/CAE wrote:

Re: How to encode ISO-8859-1 characters into the Database?

2002-08-30 Thread Vadim Gritsenko
Koen Pellegrims wrote: >I don't know about Postgres, but with MySQL, you can set a parameter on the >jdbc-driver in web.xml >eg.: > > > ISO-8859-15 > It'd better be UTF-8. Whole XML world lives in UTF-8, and Java characters know nothing except UTF-8 (101 of Java char type). Thus, when yo

Re: Deploying cocoon application on IBM Websphere under Z/OS

2002-08-30 Thread Vadim Gritsenko
Gernot Koller wrote: > Hi! > > Im evaluating Cocoon for using it as presentation frontend in a IBM > Websphere environment. The target platform should be WAS 5.0 running > on Z/OS. > > Im rather concerned about the FOP/SVG Batik X-Server issue. As you can > imagine no X-Server will be availabe

Re: form validator and regexp problem...

2002-08-30 Thread Andre Thenot
On Friday, August 30, 2002, at 09:36 , Barbara Post wrote: > I use the regexp expression from C 2.0.3 form validator example > and want to > validate 2 email fields : > > in the descriptor : > > matches-regexp="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?$"/>

RE: Enabling client browser to cache content from cocoon

2002-08-30 Thread Ivan Rubin
Now I found that the browser's IE6 cache on this dyanimcally generated javascript only works when I set it to "never", it does not work on "Automatically", despite the file is there with the temporary files. For other "real" files I have in the section of the main page "Automatically" works f

RE: Request-parameter matcher and cinclude

2002-08-30 Thread Mike Ash
Title: RE: Request-parameter matcher and cinclude I tried increasing the memory but it must be in a loop somehow, I just can't see how given what I have below. -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Friday, August 30, 2002 8:57 AM To: [EMAIL PROTECT

Re: Enabling client browser to cache content from cocoon

2002-08-30 Thread Vadim Gritsenko
Ivan Rubin wrote: > Now I found that the browser's IE6 cache on this dyanimcally generated > javascript only works when I set it to "never", it does not work on > "Automatically", despite the file is there with the temporary files. > > For other "real" files I have in the section of the main p

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 at org.apache.x

Re: SOAP xsp taglib with Axis ?

2002-08-30 Thread Marcus Crafter
FYI, with 2.0.3 everything works fine. The plot thickens :) I'll dig a bit deeper with 2.1. Cheers, Marcus On Fri, Aug 30, 2002 at 03:31:23PM +0200, Marcus Crafter wrote: > Hi Steven, > > Thanks for your response mate, much appreciated. > > I'm using

DOMStreamer oddity

2002-08-30 Thread Chris Wilder-Smith
Hi, I've built a custom generator that gets a Document object from another source and sends it down the pipeline using the DOMStreamer. This all seems to work as I would expect. If I use a sitemap entry like this: I get a file back out of the system that is identical to the input, which

RE: DOMStreamer oddity

2002-08-30 Thread Hunsberger, Peter
> Any ideas why things would act differently in these two scenarios, given > the fact that the input is apparently identical. Namespaces on one version of the XML and not on the other? (Perhaps only on the root element). - Plea

Re: SOAP xsp taglib with Axis ?

2002-08-30 Thread Steven Cummings
Marcus, I haven't really found the answer, but after some comparison between 2.0.3 and 2.1-HEAD I have found that: * The only change has been in soap.xsl, not SOAPHelper (but I can't determine what in the stylesheet would cause a request to hang). * The SOAP XSP tag library uses neither the A

Re: cocoon KILLS Tomcat

2002-08-30 Thread Roger Ting
Thx Vadim Got it working finally. Thx to all whole read any mail from me. >From: Vadim Gritsenko <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >CC: [EMAIL PROTECTED] >Subject: Re: cocoon KILLS Tomcat >Date: Fri, 30 Aug 2002 09:49:41 -0400 > >Roger Ting wrote: >

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

2002-08-30 Thread Simon Price
Ah! That's good to know. I can't use Java 1.4.1 because of the old Oracle 8i JDBC driver I'm using but I will try running it under cocoon 2.0.3 to see if its a 2.1 bug. Thanks again. Simon Koen Pellegrims wrote: > oops, I just ran your example on my machine, and it ran like a charm :-s > >

Re: C2.0.3 silently ignoring exceptions

2002-08-30 Thread Christopher Painter-Wakefield
> BTW, are you using the compiled sitemap or the interpreted TreeProcessor > one? The interpreted one. > BTW, does the same error happen in 2.1? I don't know; we've been working solely with the released code. -Christopher --

RE: How to encode ISO-8859-1 characters into the Database?

2002-08-30 Thread Koen Pellegrims
> -Oorspronkelijk bericht- > Van: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Verzonden: vrijdag 30 augustus 2002 16:05 > Aan: [EMAIL PROTECTED] > Onderwerp: Re: How to encode ISO-8859-1 characters into the Database? > > > Koen Pellegrims wrote: > > >I don't know about Postgres, but wit

Re: I get it too !! OutOfMemory error... (Tomcat killed...)

2002-08-30 Thread Ilya A. Kriveshko
Don't forget that the amount of memory your Java application uses at any given moment is not necessarily how much it needs. Instead of occasional memory leaks which happened to sloppy C++ programmers, in Java everything is a memory leak, but there is a recovery mechanism. So, if you let your J

sunRise For Dummies?

2002-08-30 Thread Rick
we are all agog to start building apps with sunspot -- this is what we've been waiting for! however, our immediate need (e.g., up by 9/25) is just for authentication. i have some pretty newbie-ish questions: 1) the only sunShine example i could find in 2.0.3 is wrapped up in the portal. does any

Re: form validator and regexp problem...

2002-08-30 Thread Barbara Post
Thanks Andre, you're right. :-) -- website: www.babsfrance.fr.st ICQ #: 135868405 - Original Message - From: "Andre Thenot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 4:20 PM Subject: Re: form validator and regexp problem... > On Friday, August 30, 2002, a

Re: sunRise For Dummies?

2002-08-30 Thread Mark Eggers
Check out the following link: http://radio.weblogs.com/0103021/stories/2002/02/28/usingTheSunriseComponents.html And if you don't have Matthew's and Carsten's book "Cocoon: Buildinf XML Applications", get it! In addition to being a great technical book, it's also a fun read. /mde/ Just my two

simtemap broken between 2.0.3 and HEAD

2002-08-30 Thread Vaskin Kissoyan
This section of a sitemap that comes with the Navigation sample "Bonebreaker Bikes" on cocooncenter.de site works great on 2.0.3, but breaks on the current HEAD version. The war was built using: build.bat -Dinclude.webapp.libs=yes -Dinclude.scratchpad.libs=y

Re: [ANN] Another article on Cocoon - Web Syndication

2002-08-30 Thread Ivelin Ivanov
Very possible. Only if webservices.org streamed it as xml ... - Original Message - From: "Andre Thenot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 8:43 AM Subject: Re: [ANN] Another article on Cocoon - Web Syndication > > On Friday, August 30, 2002, at

How to parse an error

2002-08-30 Thread Antonio Gallardo Rivera
Hi, What can use to parse the error strings to make it more suitable to my language. I am building a Database web application and I need to parse the error to the user: From (error:description): org.apache.cocoon.ProcessingException: Could not add record: java.sql.SQLException: ERROR: Canno