RE: Cocoon on Resin 2.1.0

2002-04-25 Thread Vadim Gritsenko
> From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > > > > > Sounds to me like XSLT transformation problem. Check generated > > sitemap_xmap.java (I guess it is 0 bytes), try to replace Resin's XSLT > > with Xalan shipped with Cocoon. > > this should not be necessary... work for us without > > >

RE: Cocoon on Resin 2.1.0

2002-04-25 Thread Vadim Gritsenko
> From: Peter Velichko [mailto:[EMAIL PROTECTED]] > > Hi all! > > I'm trying to install Cocoon 2.0.2 on Resin 2.1.0 (W2K) and have the > following message: > > type fatal > > message Language Exception > > description org.apache.cocoon.ProcessingException: Language Exception: > org.apache.coc

RE: Memory leaks(?)

2002-04-25 Thread Vadim Gritsenko
> From: Rogier Peters [mailto:[EMAIL PROTECTED]] > > Hi, Hi, > We've been running cocoon for some time now, and we really like it, but we > keep having problems with memory usage. > We're running on a dual pII-700 with 1Gb memory and windows 2000 server. I > just upgraded from jdk1.3.1_01 to 1.

RE: [HELP]SAX2 driver class org.apache.xerces.parsers.SAXParser does not implement XMLReader

2002-04-25 Thread Vadim Gritsenko
You must have missed several steps. Try again. http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: sheshadri [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 25, 2002 10:04 AM To: [EMAIL PROTECTED] Subject: [HELP]SAX2 driver class org.apache.xerces.parser

RE: Serving static XML files a la Cocoon-1

2002-04-25 Thread Vadim Gritsenko
> From: Peter Flynn [mailto:[EMAIL PROTECTED]] > > > Must admit I am not familiar with Cocoon-1, but you can setup wildcards > > in the sitemap so that all documents in a particular location are > > automatically displayed; you don't have to explicitly give the filename. > > Can it be set up to

RE: ComponentException fatal error

2002-04-25 Thread Vadim Gritsenko
> working as expected. > > Thanks for all your help. > > -Kari > > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > Date: Wed, 24 Apr 2002 10:15:06 -0400 > To: <[EMAIL PROTECTED]> > Subject: RE: ComponentException

RE: get last modified from multistage transformation

2002-04-25 Thread Vadim Gritsenko
> From: Daniel Pfuhl [mailto:[EMAIL PROTECTED]] > > hi, > > i have something like i would call a problem :) > let me sketch the environment: > > I do a multistage transformation like this: > > > menu.xml content.xml > | (1) | > \ / >---+ > |

RE: a question of java files

2002-04-25 Thread Vadim Gritsenko
> From: Aitziber Zubieta [mailto:[EMAIL PROTECTED]] > > Hi all, > > I am very, very new in the use of Cocoon and I wanted to Know if the > changes, that I make, in the generated java file will be represented in the > browser. No. Vadim > Thanks Aitziber ---

RE: Performance Test - switch off caching

2002-04-25 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > we want to do some perfomance tests with cocoon 2.0.2. Does anybody know > which is the best way to switch off page caching of cocoon? > > There are some entries in cocoon.xconf, but we dont't know exactly what they >

RE: ComponentException fatal error

2002-04-24 Thread Vadim Gritsenko
atorImpl.java:289) (pc 333) > at org.apache.cocoon.sitemap.Handler.run (Handler.java:270) (pc 47) > at java.lang.Thread.run (Thread.java:484) (pc 11) > > > > 1. Stop tomcat > > 2. Remove work directory (tomcat/work) > > 3. Dele

RE: Exclude in directory generator

2002-04-24 Thread Vadim Gritsenko
> From: Martin Grebac [mailto:[EMAIL PROTECTED]] > > Hi, > I need use the exclude attribute in directory generator, but don't know > what's the exact syntax. Exclude attribute has regular expression syntax: http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html > More precisely,

RE: How to append DOM Tree to XML using Cocoon 2

2002-04-24 Thread Vadim Gritsenko
> From: Huaiyang Mao [mailto:[EMAIL PROTECTED]] > > Hello expert: > > In Cocoon 1.0 I have used "xspCurrentNode.appendChild(DocumentFragment)" > to append DOM Tree to the current XSP/XML, but in Coccon 2 ist this > internal object "xspCurrentNode" not longer available. So I must go > another way

RE: Parameter Selector Problem

2002-04-24 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 24.Apr.2002 -- 10:30 AM, manish wrote: > > Hello, > > I am facing some problem while using Parameter Selector. I got one > > example in cocoon API, but when I am executing this example it give > > the following error. > > If I remove

RE: ComponentException fatal error

2002-04-24 Thread Vadim Gritsenko
on 6. Read log files, take a note of every exception. Send log snippets to the group. Vadim > Thanks, > Kari > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > Date: Tue, 23 Apr 2002 10:23:42 -0400 > To: <[EMAIL PROTECTED]> &

RE: Stylesheet directed termination(newbie)

2002-04-23 Thread Vadim Gritsenko
> From: Kenny Chow [mailto:[EMAIL PROTECTED]] > > > cocoon > /project >browse.xsp >browse-test.xsl > > sitemap > > > > > > browse.xsp generates the following xml file > > http://apache.org/xsp"; > xmlns:xspdoc="http://apache.org/cocoon/XSPDoc/v1"; > xmlns:esql="http://apache.o

RE: Iteration inside xsp

2002-04-23 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi Harry, > > thank you for your reply. It tried the "request" variable. I tried to get > the session from the request but it didn't work. > > > http://apache.org/xsp"; > xmlns:xsp-session="http://apache.org/xsp/session/2.0"; >

RE: xslt transformer caching

2002-04-23 Thread Vadim Gritsenko
> From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > The xslt transformer doesn't know if a file that is being imported has > changed and needs to be reloaded instead of using the cached version. > > I.e.: > > > > If foo.xslt 's bar.xslt, Cocoon doesn't check to see if > bar.xslt has changed. Is

RE: passing request parameters to xsl using cocoon 2.x: Null Pointer

2002-04-23 Thread Vadim Gritsenko
entPipeline... > ... > > Here is my pipeline entry: > > > > > > > What it is doing here? I think you meant: Vadim > > > > > > > > > > > > > > > >

RE: ComponentException fatal error

2002-04-23 Thread Vadim Gritsenko
0.4 looks to be working without issues, as Tomcat 4.0.1 was. Vadim > Thanks, > Kari > > - Original Message ----- > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > Date: Tue, 23 Apr 2002 09:37:36 -0400 > To: <[EMAIL PROTECTED]> > Subject: RE: C

RE: sendmail

2002-04-23 Thread Vadim Gritsenko
> From: Martin Mauri [mailto:[EMAIL PROTECTED]] > > Vadim, there's also an Sendmail.xsl in 1.8.2, I wonder if it could be > suitable to use it as an email sender form on my web site at > MyCgiServer.com. Yes, it should work. Vadim > - Original Message - &

RE: ComponentException fatal error

2002-04-23 Thread Vadim Gritsenko
im > -Kari > - Original Message ----- > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > Date: Tue, 23 Apr 2002 00:38:12 -0400 > To: <[EMAIL PROTECTED]> > Subject: RE: ComponentException fatal error > > > > > From: Kari Whitcomb [mailto:[EMAIL

RE: sendmail

2002-04-23 Thread Vadim Gritsenko
> From: Martin Mauri [mailto:[EMAIL PROTECTED]] > > Hi, I have Cocoon 1.8.2 with its source code but I cannot find the > SendMailTransformer source, what could be happening?? It could be that you have not updated your Cocoon version for a while. ;) People are talking here about 2.0+ version. V

RE: [Problem]sendmail - reference to Session is ambiguous

2002-04-23 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 18.Apr.2002 -- 10:02 AM, Vadim Gritsenko wrote: > > > From: Ehms, Jurgen [mailto:[EMAIL PROTECTED]] > > > > > > Here is the Bugfix to Sendmail.xsl > > > > > > - long

RE: question concerning cocoon.war

2002-04-23 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Gregor Neu E1 > > Hi all, > > somwhere on the install page > "http://xml.apache.org/cocoon/installing/index.html"; under the heading > "Installing on Tomcat 4.0.3 " it says: > > ... > 3.Remove xalan-XXX.jar,

RE: Exception in creating Transform Handler

2002-04-23 Thread Vadim Gritsenko
> From: Andreas Buschka (tops.net) [mailto:[EMAIL PROTECTED]] > > Hello! > > I have the following setup: > > - SuSE 8.0 Base System with the bundled Apache > - Cocoon 2.0.2 Binary installation in /opt/jakarta/webapps/cocoon > > The base installation works fine, but I cannot add a directory to

RE: HELP: can I *move* xalan/xerces/xml-apis and still have cocoon resolve to them?

2002-04-22 Thread Vadim Gritsenko
> From: Terry Longo [mailto:[EMAIL PROTECTED]] > > Hi, > > Earlier I posted a long-winded message about the apparent need for the > xerces/xalan/xml-apis jars to be in both jre/lib/endorsed and cocoon's > web-inf/lib directory. I have a shorter way of asking the same question, > and please acce

RE: ComponentException fatal error

2002-04-22 Thread Vadim Gritsenko
> From: Kari Whitcomb [mailto:[EMAIL PROTECTED]] > > Hello all, > > I'm trying to get an installation of Cocoon 2.0.2 working on a Tru64 server > running Tomcat 4.0.3 and Java 1.3.1. I've followed all the instructions in Have you tried Tomcat 4.0.4? Vadim > the cocoon docs (including copying

RE: java.lang.NoSuchFieldError: generators

2002-04-22 Thread Vadim Gritsenko
> From: Gal Nitzan [mailto:[EMAIL PROTECTED]] > > Hi, > > I just finished installing Cocoon 2.0.2 with Tomcat 4.0.4 b2 on Win 2K > server. > > When trying to access my test page I get the following error: Did you have older Cocoon version? Unwritten FAQ (ok, written, but not published):

RE: Cocoon and mysql

2002-04-22 Thread Vadim Gritsenko
> From: Matthias Brunner [mailto:[EMAIL PROTECTED]] > > Hello, > > I'm trying to get cocoon to work with mysql. I've followed the instructions in > http://www.galatea.com/flashguides/cocoon-tips-2.xml exactly but I'm always > getting an "NoValidConnectionException". > > Stack trace: > > Origin

RE: Stylesheet directed termination

2002-04-22 Thread Vadim Gritsenko
> From: Liam Morley [mailto:[EMAIL PROTECTED]] On Behalf Of Liam Morley > > Is there possibly an in there somewhere? Perhaps there's an > somewhere in the process.. that's all I can > think of. Yes. Yes, it is. And even more then one. (What we are talking here about? Please keep at least sho

RE: installation with jdk1.4

2002-04-22 Thread Vadim Gritsenko
Lauren, If you don't have a requirement for JDK1.4 I would recommend to stick with JDK1.3.1 and Tomcat 4.0.4 (now in beta; or Tomcat 4.0.1) - they are key ingredients for the-most-easiest-way-to-install-Cocoon meal. Vadim > From: Lauren Commons [mailto:[EMAIL PROTECTED]] > > I'm installing coc

RE: passing request parameters to xsl using cocoon 2.x

2002-04-22 Thread Vadim Gritsenko
Declarations are fine. > if not, how should it be? If it is, why doesn't my sample from below work? > Thank you all in advance for any help you might be able to provide... You should have pipeline which will use declared transformer. Vadim > > "Va

RE: XInclude-Transform between the "xsp:logic"-Tag

2002-04-22 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Hello, > > I want to make an XInclude-Transform between the "xsp:logic"-Tag. But there > happens an "org.apache.cocoon.components.language.LanguageException". > I think the Problem is the order. The XIncludeTransforme must perform > bef

RE: logging of xslt output

2002-04-22 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > Hi all, > > is it possible to log the whole xslt output? Yes. Use log transformer. Vadim > > Thanks, Heike - Please check that your question has not already been answe

RE: Serving static XML files a la Cocoon-1

2002-04-22 Thread Vadim Gritsenko
> From: Peter Flynn [mailto:[EMAIL PROTECTED]] > > I finally got Cocoon running (scrapped everything, installed > the Tomcat 4.0.4-b2-01-LE-jdk14 and went on from there and it > worked fine). > > Initially I need urgently to get back to the stage I was at > before with Cocoon 1, serving from XML

RE: Passing parameter to a logicsheet

2002-04-21 Thread Vadim Gritsenko
> From: Torsten Reiners [mailto:[EMAIL PROTECTED]] > > Hi, > > sorry, the first post was not complete (had different settings for the > keyboard (CTRL-E for end of line and send email :( ) > > there is currently a similar question from Zachary A Lendon but so far no > answer (Vadim did miss som

RE: how to pass relative path of params file for form validation ?

2002-04-21 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I noticed that in the samples, when passing files as arguments to > actions, > such as in passing the params file to the form validator, context:// URLs > are used. Is it possible to use a relative URL there ? >From the stock

RE: problems with form validator

2002-04-21 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I noticed that in my "cocoon 2.0.2 + tomcat 4.0.4b2" I can't run the > protected area example. > Is this just my problem or a common error ? Try Cocoon CVS version. Vadim > > thanks > Ricardo Trindade -

RE: Problem with 'large' STATIC pdf files - appears FIXED

2002-04-20 Thread Vadim Gritsenko
d it gets all 175958 bytes ! > > Shame my browsers don't :-< > > > > BUT On the current CVS (HEAD branch) it only gets 32768 bytes. > > > > The opposite of what I would have expected/hoped > > > > Christopher > > > > > -Origina

RE: Problem with 'large' STATIC pdf files

2002-04-20 Thread Vadim Gritsenko
> From: Christopher Watson [mailto:[EMAIL PROTECTED]] > > Can anyone help - from the archives I think there've been a few people down > this road, but I haven't see anything very hopeful. > > I'm trying to serve up static PDF files using > > > > > > These are simply exposed as dow

RE: FragmentExtractor

2002-04-20 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I've searched the docs and lists about this without success, so here > goes : > > I have a database query (executed with sqltransformer) that returns xml > with products and embedded image binaries. (they're blobs in th

RE: Google Web APIs and Cocoon

2002-04-20 Thread Vadim Gritsenko
> From: Alex McLintock [mailto:[EMAIL PROTECTED]] > > At 08:54 19/04/2002, Ugo Cei wrote: > >Thanks to the SOAP taglib, using the Google Web APIs from Cocoon is as > >simple as taking the attached XSP file, filling in your Google key (after > >having registered at http://www.google.com/apis) and

RE: Streamgenerator

2002-04-20 Thread Vadim Gritsenko
> From: Michael Raffenberg [mailto:[EMAIL PROTECTED]] > > Hi all, > > i am working on a service for the RosettaNet PIP2A9. > Is it possible to accept HttpRequests with the following > MIME-Declarations by the StreamGenerator? No. It does not eat mime multipart. > If not, can you give me some

RE: problem with tutorial sitemap processing

2002-04-20 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > This concerns the sitemap file for the tutorial: > > Did anybody notice this with Cocoon 2.0.2 and JDK1.4: > > Inside the action set whenever > > > > > > > > gets processed, the form gets validated ok but the dbAdd action is

RE: Logicsheet declaration bug?

2002-04-19 Thread Vadim Gritsenko
left intact? ;) Nevermind. I fixed this in the CVS. Vadim > > -Original Message- > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Sent: Friday, April 19, 2002 4:56 PM > > To: [EMAIL PROTECTED] > > Subject: RE: Logicsheet declaration bug? > >

RE: Logicsheet declaration bug?

2002-04-19 Thread Vadim Gritsenko
> From: Jeremy Crosbie [mailto:[EMAIL PROTECTED]] > > Here is an XSP with a logicsheet declaration using a processing instruction > that works fine: > > > > xmlns:xsp="http://apache.org/xsp"; > xmlns:esql="http://apache.org/cocoon/SQL/v2"; > xmlns:movies="http://www.go2.com/movies

RE: passing request parameters to xsl using cocoon 2.x

2002-04-19 Thread Vadim Gritsenko
> From: Zachary A Lendon [mailto:[EMAIL PROTECTED]] > > In using the syntax: > http://www.somesite.com/page.xml?param1=test > > and having an associated xsl stylesheet with: > > > ="http://www.w3.org/1999/XSL/Transform"; xmlns:xsp > ="http://www.apache.org/1999/XSP/Core";> > > > .. > > >

RE: Cocoon cache hash clash

2002-04-19 Thread Vadim Gritsenko
923705&; w=2 for more information on this issue. If you have time, you can try to analyze the whole caching picture, including aggregation, sources, and C/X includes. Vadim > Many thanks, > > Steve > > > -Original Message- > > From: Vadim Gritsenko

RE: LiveSites updates

2002-04-19 Thread Vadim Gritsenko
> From: Candide Kemmler [mailto:[EMAIL PROTECTED]] > > Hi, > > I've sent an announce one week ago for two new LiveSites entries: > > http://www.belfoot.tv/ > http://www.elysee.tv/ They've got their way into CVS. > However the LiveSites page on the cocoon web site has not yet been > updated.

RE: Cocoon cache hash clash

2002-04-19 Thread Vadim Gritsenko
> From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > I'm confused by coocoon caching--what if I have use HashUtil in my > generateKey, and two different pages/request happen to generate the same > hash key? Won't cocoon erroneously return the same page from the cache? Only if validity matches. But

RE: Problems with XSP when upgrading 1.8.2 -> 2.0.2

2002-04-19 Thread Vadim Gritsenko
Try sending plain text email. It might help - not everybody reads HTML. Vadim -Original Message- From: William Bagby [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 11:42 AM To: Cocoon Users Mailing List (E-mail) Subject: Problems with XSP when upgrading 1.8.2 -> 2.0.2 Sending

RE: if XSL templates includes another one, then updating the second one will not be detected by Cocoon

2002-04-19 Thread Vadim Gritsenko
> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > I'm debugging XSL templates. So, when I change the included template, but > don't change the template which includes it, then Cocoon will not detect it, > and return me the old results. > > I simply re-save the including template. Is there a

[OT] Cactus with Cocoon?

2002-04-19 Thread Vadim Gritsenko
> From: David Parry [mailto:[EMAIL PROTECTED]] > > Just wondering whether anyone has had any experience with trying out > Cactus with Cocoon? > > I'm just starting to look at Cactus now, and it would appear to be a good > way of avoiding many of the "debug" round-trips that I'm currently > havin

RE: howto use DatabaseSelectAction?

2002-04-19 Thread Vadim Gritsenko
> From: Jerzy Kut [mailto:[EMAIL PROTECTED]] > > Hi! > How to use DatabaseSelectAction? Like all other Database*Actions. > Is there any example that explain it? No. > Where is result of selection and how to get it? :)0 Result is in request attributes. Vadim > > Best regards > > Jerzy Ku

RE: Aggregation sample

2002-04-19 Thread Vadim Gritsenko
> From: Olivier Rossel [mailto:[EMAIL PROTECTED]] > > > > > > >Anyway, check the logs for better information about the "stylesheet directed > >termination" error, most probably there is a typo in your sitemap. > > > BTW, it seems that the error reporting of Cocoon could be improved. > > Why does

RE: Aggregation sample

2002-04-19 Thread Vadim Gritsenko
> From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Volker, > > here's the example you requested: > > > > >src="documents/general/parameters.xml"/> Luca: What is @type attribute on map:part element? The only supported attributes are: src eleme

RE: composing XML tags using contentHandler.startElement,.characters and .endElement

2002-04-19 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello, > > A java library, I call it "itemAcc" produces the text of the XML-Tags I'd > like to include in my XSP file for stylesheet transformation. > > In my XSP-File there is the following call: > toXml.marshal(itemAcc, new IncludeXMLCo

RE: accessing session context from stylesheet

2002-04-18 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > > :) > > Of course your servlet won't see session of the client, you > > invoke this > > servlet from the server, not from the browser. > > > > You must pass jsessionid request parameter manually to this servlet. I > > hope you already did th

RE: [Problem]sendmail - reference to Session is ambiguous

2002-04-18 Thread Vadim Gritsenko
DRFROM > TXTSubjekt > TXTMSG > ISO-8859-1 > > > I testet with jdk1.3.1 tomcat-4.0.4-dev2 cocoon-2.0.3-dev > > I hope it will help Thanks, I will take a look at it sometime. PS Next time (if any), please don't change formatting too much - it makes it harder t

RE: accessing session context from stylesheet

2002-04-18 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > > > sorry to say, but I have still one more problem. I was a bit too > > > enthusiastic about seeing the session id on screen. > > > I can access it from the stylesheet, > > > > How do you do this - access the session from the

RE: accessing session context from stylesheet

2002-04-18 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > Hi, > > sorry to say, but I have still one more problem. I was a bit too > enthusiastic about seeing the session id on screen. > I can access it from the stylesheet, How do you do this - access the session from the stylesheet (XSL?)? > but

RE: Command line interface

2002-04-18 Thread Vadim Gritsenko
> From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] > > Hi! > > Can someone explain how the command line interface works? When I try to run > it to see what happens I only get (in the end): > DEBUG 10189 [manager ] (): JVM total Memory: 2220032 > DEBUG 10189 [manager ] (): JVM free

RE: Best way to access business logic?

2002-04-18 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Hi colleagues, > > the default to access business logic (EJB's, Java classes, etc.) is to do it > inside of actions. My question is, if business logic returns a lot of data, > which should be put into the pipeline (SAX events). Is it recomm

RE: accessing session context from stylesheet

2002-04-18 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > sorry, but I still just don't get it. There is a knot in my head > I did some debugging and put some system.outs in the cocoon code. > In CocoonServlet in the service method the session is null, so it does > not come this

RE: i18n repost

2002-04-17 Thread Vadim Gritsenko
> From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] > > OK. I found the problem: > > Tomcat by default uses ISO-8859-1 encoding when you submitting > a form. So to correct the problem you have to translate it : > > String newstr = new String( name="par"/>.getBytes("ISO-8859-1")); > > Well, t

RE: How to integrate a transformation pipeline in a standalone java application

2002-04-17 Thread Vadim Gritsenko
Write your own code. Regards, Vadim > Regards, > > C¨¦dric > > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Tuesday, April 16, 2002 1:57 PM > Subject: RE: How to integrate a trans

RE: Using Docbook With Cocoon 2.0.2

2002-04-17 Thread Vadim Gritsenko
t page, can it be because I am not using > the catalog? > > Carlos > > > On 04/16/02 18:54, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Carlos [mailto:[EMAIL PROTECTED]] > >> > >> I'm getting the following err

RE: accessing session context from stylesheet

2002-04-17 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > Hi Vadim, > > thanks for your answer. I did a lot of more testing trying to figure it out. > But, I still just can't get it run. > > > This is wrong and never will work. You either specify this parameter > > when declaring transformer like

RE: No valid JdbcConnection class available :(

2002-04-17 Thread Vadim Gritsenko
> From: Hiloliddin Karimov [mailto:[EMAIL PROTECTED]] > > I have changed the driver info in my web.xml file; > oracle.jdbc.driver.OracleDriver > has created tables by user scott; sql-page.xml.sql > has changed the dburl info in cocoon.xconf, scott; > jdbc.jar is in classpath; > > >Web Applicatio

RE: Using Docbook With Cocoon 2.0.2

2002-04-16 Thread Vadim Gritsenko
> From: Carlos [mailto:[EMAIL PROTECTED]] > > I'm getting the following error with Cocoon 2.0.2 and the following pipeline > to transform Docbook documents. The pipeline is served from a sub-sitemap: Carlos: > java.lang.RuntimeException: Stylesheet directed termination One of the stylesheet do

RE: How to clear the jar_cache files ?

2002-04-16 Thread Vadim Gritsenko
under JRE 1.2... but I'm using 1.3.1 > and those files are still there :( > > Anyway, I'm wondering if I'm the only one with this problem > > Best regards, > > - >Luca Morandini > GIS C

RE: SAXParser not implementing XMLReader causing TC 4.0.3 load failure

2002-04-16 Thread Vadim Gritsenko
> From: Mark S. Kent [mailto:[EMAIL PROTECTED]] > > I just installed Tomcat 4.0.3 on my WinNT4 SP5 laptop (replacing Tomcat Why not you try Tomcat 4.0.4? (b2 at this moment) > 4.0.1) and trying to use my existing Cocoon 2.0.2 build with it and I'm > seeing this error: > > SAX2 driver class

RE: How to clear the jar_cache files ?

2002-04-16 Thread Vadim Gritsenko
> From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > > -Original Message- > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 16, 2002 9:08 PM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject:

RE: Problems loading cocoon

2002-04-16 Thread Vadim Gritsenko
> From: Saul Rodrigo Zarrate Cardenas [mailto:[EMAIL PROTECTED]] > > Hi > > I have a PC with win 2000 pro, java 1.3, tomcat 4.0.1 and cocoon 2.0 Try Java 1.3.1 PS Mine is: java version "1.3.1" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-b24) Java HotSpot(TM) Client VM (build

RE: How to clear the jar_cache files ?

2002-04-16 Thread Vadim Gritsenko
> From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > > > -Original Message- > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, April 16, 2002 8:14 PM > > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > > Subject: RE: How to clear t

RE: Encoding question

2002-04-16 Thread Vadim Gritsenko
> From: Franosch, Heike [mailto:[EMAIL PROTECTED]] > > Hi all, > > is it possible to set the output encoding? Yes > I always get a UTF-8, even if I set output encoding to iso-8859-1 > in my stylesheet. Don't do this. > Can I influence it somehow in the sitemap? Yes. Have you seen sample sit

RE: how is lucene incorporated in cocoon?

2002-04-16 Thread Vadim Gritsenko
> From: Markus Krogemann [mailto:[EMAIL PROTECTED]] > > Dear cocoon-users > > i am evaluating cocoon and having problems to understand how exactly the > indexing and searching with lucene works. > What i don't understand: what exactly is being indexed Content served by the Cocoon (http://:/pat

RE: How to clear the jar_cache files ?

2002-04-16 Thread Vadim Gritsenko
> From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Folks, > > sorry to make such an awkward question, but Tomcat keeps filling my temp > directory with this caching stuff... and no amount of mailing lists > searching helped me :( "jar_cache"? In tomcat? I never seen this/these directory/file

RE: cocoon 2.0.2 installation problem : Error compiling sitemap: java.lang.NoSuchFieldError: manager

2002-04-16 Thread Vadim Gritsenko
> From: phil [mailto:phil] On Behalf Of LEBRETON Philippe > > i used cocoon 2.0.0 with TOMCAT 3.3 Final and i want upgrade to cocoon > 2.0.2. I haven't seen this for a while... Seems like you are the last who upgraded! :) If you searched in the archives, you already know the solution for you pr

RE: How to integrate a transformation pipeline in a standalone java application

2002-04-16 Thread Vadim Gritsenko
> From: Martin Henke [mailto:[EMAIL PROTECTED]] > > Hi, > > I want to integrate a transformation pipeline for xml documents in a > standalone java application. > Can anybody point me to a howto or example where the integration and > configuration of such a cocoon pipeline is shown ? org.apache.

RE: ScriptGenerator problem

2002-04-15 Thread Vadim Gritsenko
> From: William Brogden [mailto:[EMAIL PROTECTED]] > > > -Original Message- > > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > Sent: Monday, April 15, 2002 2:30 PM > > To: [EMAIL PROTECTED] > > Subject: RE: ScriptGenerator problem > > >

RE: ScriptGenerator problem

2002-04-15 Thread Vadim Gritsenko
> From: William Brogden [mailto:[EMAIL PROTECTED]] > > > I am attempting to add Python script processing capability to the > ScriptGenerator using jython. > > I placed jython.jar in the cocoon/WEB-INF/lib directory > Cocoon version is 2.0.1 dated 2/26/02 > Erased the work directory before start

RE: XSL namespace functionality

2002-04-15 Thread Vadim Gritsenko
Book is good to get an understanding, but no book as good as the original document if you need reference: http://www.w3.org/TR/xslt Vadim > From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Paul, > > may I advise you to buy: "XML in a nutshell" by E.R.Harold & W.S.Means > (O'Reilly, 2001) ?

RE: Did it worked with someone ??

2002-04-15 Thread Vadim Gritsenko
> From: Sasaki, Humberto Katsunobu [mailto:[EMAIL PROTECTED]] > > >> Hi, people... > >> Does anyone have tried to use WebLogic6.1 with Cocoon2.0 ? > >I have used. > > >>Did the JSP examples in Cocoon worked ? > >Don't know. Why do you want to use Cocoon if you are using JSP? > > Well.. I could

RE: Did it worked with someone ??

2002-04-15 Thread Vadim Gritsenko
> From: Torsten Curdt [mailto:[EMAIL PROTECTED]] > > > > Hi, people... > > > Does anyone have tried to use WebLogic6.1 with Cocoon2.0 ? > > > > I have used. > > > > > > > Did the JSP examples in Cocoon worked ? > > > > Don't know. Why do you want to use Cocoon if you are using JSP? > > > > Vadim

RE: Did it worked with someone ??

2002-04-15 Thread Vadim Gritsenko
> From: Sasaki, Humberto Katsunobu [mailto:[EMAIL PROTECTED]] > > > Hi, people... > Does anyone have tried to use WebLogic6.1 with Cocoon2.0 ? I have used. > Did the JSP examples in Cocoon worked ? Don't know. Why do you want to use Cocoon if you are using JSP? Vadim > - Humberto -

RE: HELP!!! -> Autentification: Apache1.3 + Tomcat4 + Cocoon2

2002-04-15 Thread Vadim Gritsenko
> From: Skladov, Victor [mailto:[EMAIL PROTECTED]] > > Hello to all! > > I kindly please all to help me in solving the following problem. I > suppose this problem is not new, but I haven't found the answer to it in > mail archives up to now. > I have Apache1.3 on my Linux machine. All users are

RE: [SOLUTION] Sorry to be a nag

2002-04-14 Thread Vadim Gritsenko
> From: Andrew C. Oliver [mailto:[EMAIL PROTECTED]] > > Cool.. Glad I could help. > > Humm this should be configurable. > > On Sun, 2002-04-14 at 09:57, leo leonid wrote: > > thanks for this hint, Andrew! > > It is the merge-factor. A comprehensive description can be found at > > http://www.ma

RE: Destroying cached object

2002-04-14 Thread Vadim Gritsenko
> From: Rune Sandnes [mailto:[EMAIL PROTECTED]] > > > I have looked at various methods of deciding when a cached object is no > longer > valid (including DBPrism cache invalidator suggested by Marcelo Ochoa) > > What I really want to do is simple, cache all pages for 30 minutes with > DeltaTime

RE: Cocoon2 + XIndice

2002-04-14 Thread Vadim Gritsenko
> From: Alex McLintock [mailto:[EMAIL PROTECTED]] > > Hi folks, > > I'm trying to get Cocoon2 (recent CVS snapshot) working with Xindice 1.0 on > RedHat Linux/Tomcat4 > > Happily the biggest problem is no more. > > I can successfully call something like this > > http://myserver:8080/cocoo

RE: Missing API Docs in Cocoon 2.0.2 and latest CVS

2002-04-13 Thread Vadim Gritsenko
Stock Sun JDK1.3.1, empty classpath, Cocoon from CVS, "build.bat javadocs" works. Do you run JDK1.4? Also it doesn't matter, OS is Win2K. Vadim > From: Marc Jeffrey Driftmeyer [mailto:[EMAIL PROTECTED]] > > Vadim, > > I'm happy for your success but that does not address the error message > I'

RE: Using Included Logicsheets

2002-04-13 Thread Vadim Gritsenko
> From: Paul Pattison [mailto:[EMAIL PROTECTED]] > > I've been doing more reading and playing and I really want to do what is > described in the 'Abstractions' section of the 'Concepts' page - > http://xml.apache.org/cocoon/userdocs/concepts/index.html#c2-abstraction s. > I want to implement the

RE: LanguageException error on startup (Coc2.0.2,Tomcat3.2.2)

2002-04-12 Thread Vadim Gritsenko
> From: Mark S. Kent [mailto:[EMAIL PROTECTED]] > > I've got a sitemap_xmap.java and .class: > 79221 Apr 12 14:29 sitemap_xmap.class > 15470 Apr 12 14:29 sitemap_xmap$Configurer.class > 339625 Apr 12 14:29 sitemap_xmap.java > > Contents of ERROR.LOG: Please look into other log fil

RE: LanguageException error on startup (Coc2.0.2,Tomcat3.2.2)

2002-04-12 Thread Vadim Gritsenko
> From: Mark S. Kent [mailto:[EMAIL PROTECTED]] > > I'm still seeing this error message about the sitemap although I see sitemap > files in the work folder (buried in org.apache). Is there a way to put > debug "crumbs" in the sitemap to write to the logs during generation to help > me find o

RE: Session attribute change within aggregation

2002-04-12 Thread Vadim Gritsenko
> From: KOZLOV Roman [mailto:[EMAIL PROTECTED]] > > Hello, > > Vadim thank you for your advice. It helped me. I was busy some time and > had postponed this problem. Unfortunatelly it still remains. > I've found out that WildcardSessionAttributeMatcher (I'm using Cocoon > 2.0.1) doesn't s

RE: [C2] JDBC Connection

2002-04-12 Thread Vadim Gritsenko
> From: Aleksey Globets [mailto:[EMAIL PROTECTED]] > > Hi All, > > My environment is: > > Windows 98SE > JDK1.4 > Tomcat 4.0.3 LE (jdk 1.4) > Cocoon 2.0.2 > > How I understand from the documentation that to use the JDBC connection to a > database I need to grow down to JDK 1.3 or to compile th

RE: Got error 127 from table handler

2002-04-12 Thread Vadim Gritsenko
> From: Christian Joelly [mailto:[EMAIL PROTECTED]] > > Hello! > > maybe this is offtopic here... I do agree with you, this sounds like offtopic. Read you DB documentation on what the heck is this SQLException about (FWIW, I like Oracle documentation: search for your ORA- error and it give

RE: Excel needs filename?

2002-04-12 Thread Vadim Gritsenko
> From: Shaw, Chris [mailto:[EMAIL PROTECTED]] > > correction: > > I got it working by adding the following line in my generator: >response.setHeader("Content-Disposition", "inline; filename=output.xls"); > ..but having to hard-code a parameter name in my generator as well as my > sitemap le

RE: Pooling under Jrun 3.1 (was RE: Installing cocoon2 with Jrun 3.1)

2002-04-12 Thread Vadim Gritsenko
> From: Chris Warr [mailto:[EMAIL PROTECTED]] > > > I removed the pooling and it works fine? Anyone else had pooling problems > under Jrun 3.1? Can't help you with this one, but IIRC sample database (HSQLDB) works fine with JRun. Vadim > > Chris. > > -Original Message- > From: Chri

RE: Installing cocoon2 with Jrun 3.1

2002-04-11 Thread Vadim Gritsenko
It seems that you have velocity in your cocoon.war. That's why velocity generator got compiled and configured in the sitemap (something like From: Chris Warr [mailto:[EMAIL PROTECTED]] > > > Hi, like the subject says I'm trying to install cocoon2 to run with Jrun 3.1 > > I've followed all the

<    3   4   5   6   7   8   9   10   11   12   >