RE: Getting XML from request

2002-06-10 Thread Vadim Gritsenko
is this saying that the URLSource object I put in there is not doing the toSax() method correctly? -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Monday, June 10, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: RE: Getting XML from request Check Java code genera

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 11:05 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > > Nope, this is not a bug. Sitemap works this way, breaking execution > > >

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Vadim Gritsenko
ity.AllPermission; }; Vadim > Thank you > > -Message d'origine- > De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Date: lundi, 10. juin 2002 17:12 > À: [EMAIL PROTECTED] > Objet: RE: AccessControlException when requesting cocoon.war > > > > From: [EMAIL PRO

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Thank you for the answer but the error permission seems to be in > C:\j2sdkee1.3.1\repository\u68111\web\cocoon C:\j2sdkee1.3.1\repository\u68111\web\cocoon-files > but there are no files in this > directory!?! There are no any files be

RE: cocoon as commandline tool

2002-06-10 Thread Vadim Gritsenko
> From: Renzo Kottmann [mailto:[EMAIL PROTECTED]] > > Hello All, > > My name is Renzo and I'm a NEWBIE to cocoon. My machine is succesfully > running Cocoon 2.0.2 with the Tomcat-Machine. > > I'm reading the mailinglist a few weeks. I find the list MOST > useful. Many questins other people had

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 10.Jun.2002 -- 10:15 AM, Vadim Gritsenko wrote: > > > From: Christian Haul [mailto:[EMAIL PROTECTED]] > > > > > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > > > Hi all, > &g

RE: How to do URL rewriting

2002-06-10 Thread Vadim Gritsenko
> From: Volker Schneider [mailto:[EMAIL PROTECTED]] > > Dear colleagues, > > I tried to find out, how to do URL rewriting with Cocoon 2 when cookies are > switched off. I looked in several mails: Vadim said that you have to do URL Yup. > rewriting yourself, but in Request.java I can find a me

RE: replace standard-error-site

2002-06-10 Thread Vadim Gritsenko
> From: Christoph Stocker [mailto:[EMAIL PROTECTED]] > > hi! > > but which xsl-page i have to replace? Edit the XSL stylesheet you specified in your handle-errors pipeline in your sitemap.xmap. Vadim > greetings, chris > > > Christoph Stocker wrote: > > hi! > > > > can i put there a static

RE: AccessControlException when requesting cocoon.war

2002-06-10 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hello, > > I'm new in Coccon and I try to install Cocoon 2 on the Sun J2EE ref. server. > I deploy the cocoon.war on my J2EE server and it seems OK. Cocoon needs read/write access to some directory to put its temp files in. Either give ac

RE: Getting XML from request

2002-06-10 Thread Vadim Gritsenko
--Original Message----- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 12:09 PM To: [EMAIL PROTECTED] Subject: RE: Getting XML from request Your object must be XMLizable (best), or DOM Node, but not String. Other (not effective) way is to use util logicshee

RE: sitemap design patterns - hybrid selector/matcher?

2002-06-10 Thread Vadim Gritsenko
> From: Christian Haul [mailto:[EMAIL PROTECTED]] > > On 09.Jun.2002 -- 07:53 PM, Jonathan Layes wrote: > > Hi all, > > > > I have a recurring theme in a few of my sitemaps and, although I > > have solved the problem, I'm not particularly happy with the solution. > > Here's the problem in pseudo-

RE: Tomcat/cocoon encoding problem

2002-06-10 Thread Vadim Gritsenko
> From: Michael Mangeng [mailto:[EMAIL PROTECTED]] > > Hi > > thanx for your help but i´ve already solved the problem with the help of Jan > Uyttenhove. > My locale settings on the linux box had to be changed too. > > I´ve written this points together: (hope they help if sombody get the same >

RE: Logging problem with actions & subsitemaps?

2002-06-09 Thread Vadim Gritsenko
> From: Lajos Moczar [mailto:[EMAIL PROTECTED]] > > It might be because its the end of another long weekend of work, but I'm > stumped here. I've got some sub-sitemaps that use various actions like > DatabaseAuthenticatorAction, etc. Problem is, none of the debug > statements ever show up in the

RE: correct syntax for using variables inside

2002-06-09 Thread Vadim Gritsenko
More correct version: sourcePage (xsp:attribute content all in one line) PS: XSL has nothing to do with XSP in this particular context, and XSP *is* XML, thus constructs like obviously invalid, because this is *not* valid XML. Vadim -Original Message- From: von Schwerdtner, Tho

RE: XML with external DTD problem

2002-06-09 Thread Vadim Gritsenko
> From: Amir Rosen [mailto:[EMAIL PROTECTED]] > > > I'm trying to serialize a simple XML with an external DTD declaration, > using a simple sitemap. > Somehow, the comments from the referenced DTD are serialized with the > file in the document type declaration, breaking the XML, since they > sho

RE: more missing components

2002-06-08 Thread Vadim Gritsenko
> From: Roger I Martin PhD [mailto:[EMAIL PROTECTED]] > > BTW, building Excalibur is enough to bring a man to tears. I feel the same :) Vadim - Please check that your question has not already been answered in the FAQ before p

RE: Logging and Form Validation

2002-06-07 Thread Vadim Gritsenko
> From: Hunsberger, Peter [mailto:[EMAIL PROTECTED]] > > > (remember, you still must have validation on the backend) > > Precisely my original point: since you have to write the server side > validation anyway, do you really want to write both client and server side > validation? It is standar

RE: Logging and Form Validation

2002-06-07 Thread Vadim Gritsenko
> From: Hunsberger, Peter [mailto:[EMAIL PROTECTED]] > > > I beg to differ. The most part of validation is a trivial matter (minimum > > lenght of fields, bounds checking, ...) and this should, in my eyes, be > done > > on the client: max performance, min hassles for the user (errors are > > inte

RE: Logging and Form Validation

2002-06-07 Thread Vadim Gritsenko
> From: Luca Morandini [mailto:[EMAIL PROTECTED]] > > Peter, > > I beg to differ. The most part of validation is a trivial matter (minimum > lenght of fields, bounds checking, ...) and this should, in my eyes, be done ^^ *must* :) Vadim >

RE: Form-validator error in AbstractValidatorAction.java

2002-06-07 Thread Vadim Gritsenko
> From: Montier Patrick [mailto:[EMAIL PROTECTED]] > > > Hi, > > I feel very unlucky with cocoon. I installed the 2.0.1 release : error in > nullable tag. Someone told me to install a newer one. > > SO i installed the 2.0.2 and now the form validator show an exception... i'm > so dispointed..

RE: pdf output from java code

2002-06-07 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I'm using JasperReports, which generates PDF and other reports from XML > descriptions. > I'm able to run it inside cocoon, to produce reports that I save to > files. > However I want to display them on-line. > >

RE: XPath and Xalan

2002-06-07 Thread Vadim Gritsenko
> From: Andres, Judith [mailto:[EMAIL PROTECTED]] > > Hi David, > > AFAIK the order of templates in the stylesheet matters: Andres, *Order* does not matter. *Priority* matters. "parent_node/child_node" gets higher priority then just "child_node". Here is snippet from the specification (http:

RE: A little help with aggregation/Solution FOUND

2002-06-07 Thread Vadim Gritsenko
are needed. Summary: ns and element are optional. Slash in cocoon:/ is required. Vadim > > Kurt > > -----Message d'origine- > De : Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Envoyé : vendredi, 7. juin 2002 00:06 > À : [EMAIL PROTECTED] > Objet : RE: A little he

RE: Problem with empty sitemap_xmap.java e

2002-06-07 Thread Vadim Gritsenko
> From: Ulf åkerberg [mailto:[EMAIL PROTECTED]] > > > Hi ! > > I have installed version 2.02 an a HP_UX 11.0 system, Weblogic Server 6.1 SP2, > JDK 1.3.1.02 > > Following the advice on the list I have: > > - unpacked the war file > > - unpacked the jar files in the lib directory and placed t

RE: C2.0.3 - Invalid URL: Driver type not specified

2002-06-06 Thread Vadim Gritsenko
> From: Andrew Savory [mailto:[EMAIL PROTECTED]] On Behalf Of Andrew Savory > > > Hi Argyn, > > On Thu, 6 Jun 2002, Argyn Kuketayev wrote: > > > org.apache.cocoon.ProcessingException: Exception in > > ServerPagesGenerator.generate(): java.lang.RuntimeException: Could not get > > the datasource

RE: toString in CacheValidity

2002-06-06 Thread Vadim Gritsenko
> From: Stephen Ng [mailto:[EMAIL PROTECTED]] > > Can someone point to some document that explains what toString() is used > for in the CacheValidity object? I've found explanations for (and > pretty sure I understand) generateKey, isValid, etc, but haven't found > any explanation for the (impor

RE: C2.0.3 Deployment on iPlanet 6.5 tips

2002-06-06 Thread Vadim Gritsenko
> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > Finally, it seems that I made it work on iPlanet 6.5 iAS (not Web server). Do you want to form a patch from these notes to the Cocoon's install doc? Vadim > iPlanet comes with jaxp.jar and parser.jar files in its classpath, which are > lo

RE: Cocoon and container's parsers

2002-06-06 Thread Vadim Gritsenko
> From: Argyn Kuketayev [mailto:[EMAIL PROTECTED]] > > Some containers come with default parser which are not compatible with > Cocoon. So, Cocoon requires to change container's settings, e.g. remove > "old" parsers from classpath and replace them with xerces etc. > > Would it be good to allow C

RE: cocoon woes

2002-06-06 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hi all > > I am new to cocoon and have a small problem with it. I am using redhat linux > 7.2 and have apache 1.3.22, cocoon 2.0.2, tomcat 3.3.1 and am using mod_jk to > connect apache and tomcat. > My cocoon setup is done as instructed on

RE: build cocoon !!

2002-06-06 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > Hi Perry and Vadim, > > As you mentioned in your mail i've found the EsqlConnection.java and remove > and remove the comments around the 20 or so method > declarations at the end of that file. This should not be necessary for Cocoon 2.

RE: How to Set environment variable ?

2002-06-06 Thread Vadim Gritsenko
Jack, Step 3 is for UNIX, not Windoze. Do you have JDK1.4? If yes, try step "Java 1.4 configuration" from http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: Jack Dong [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 06, 2002 4:43 AM To: [EMAIL PROTECTED

RE: Generator type matching

2002-06-06 Thread Vadim Gritsenko
> From: Geoff Howard [mailto:[EMAIL PROTECTED]] > > Looks like the variable substitution is not available in the type attribute Substitution is *not* supported in the type attribute. And this is not planned to be supported in the future. Vadim > - you'd have to confirm that in the source. A

RE: war file classpath

2002-06-06 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Hi, > > I'm deploying Cocoon as a war file (within an ear file). > My own sitemap.xmap file contains references to self-written generators but > when I try and access my files through a browser the sitemap cannot find them, > therefore can

RE: A little help with aggregation

2002-06-06 Thread Vadim Gritsenko
> From: J.Pietschmann [mailto:[EMAIL PROTECTED]] > > Hahn Kurt (CHA) wrote: > > I changed the sitemap a little to make it clearer, it now looks like this: > > > > > > > > > ns="http://etat.geneve.com/title"/> > > > ns="http://etat.geneve.com/pvtexte"/> > > > >

RE: XMLForm - How can I get it

2002-06-05 Thread Vadim Gritsenko
> From: rajkumar [mailto:rajkumar] On Behalf Of Joseph Rajkumar > > Hi > When I looked at http://xml.apache.org/cocoon/xmlform/index.html > I am unable to locate Cocoon-2.1, because I do not see a version > with the the 2.1 tag. cvs checkout -r HEAD xml-cocoon2 you will get Cocoon 2.1-dev

RE: Passing xmap parameters to xsp

2002-06-05 Thread Vadim Gritsenko
Daniel: Please remove line from the snippet below. Naquin: use-request-parameters parameter does not mean anything to serverpages generator. But it can mean something to your particular page... Regards, Vadim -Original Message- From: Naquin, Beth [mailto:[EMAIL PROTECTED]] Sen

RE: Run once code?

2002-06-05 Thread Vadim Gritsenko
Andrew > > > On Wed, 2002-06-05 at 22:31, Andrew Timberlake wrote: > > Vadim > > > > Configurable didn't help. I added ThreadSafe and then it worked. > > I'm new to Avalon. Does this allow it to be created globally instead of > > as it is needed maybe? >

RE: Run once code?

2002-06-05 Thread Vadim Gritsenko
this correct? > Should I be doing something else? Implement Component also. If does not help... But it should work... Add Configurable. Vadim > Thanks again for the help. > > Andrew > > On Wed, 2002-06-05 at 18:00, Vadim Gritsenko wrote: > > > From: Andrew Timberlake [ma

RE: Getting XML from request

2002-06-05 Thread Vadim Gritsenko
    <mychildnode>                                     </mychildnode>             </mynode>             -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 11:10 AM

RE: how to create a new version of org.apache.cocoon.www.projPlan.sitemap_xmap?

2002-06-05 Thread Vadim Gritsenko
Nuke cocoon's working directory. tomcat/work. Vadim > From: Julia Leon [mailto:[EMAIL PROTECTED]] > > I'm having a problem with a sitemap configuration. The error I'm receiving > is: > > The org.apache.cocoon.www.sitemap_xmap notifies that > org.apache.avalon.framework.configuration.Config

RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko
e. > I'am downloading the 4.0.4 release. > > Where i can find the archives of the list? > > Cathy > > - Original Message - > From: "Vadim Gritsenko" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, June 05, 2002 6:

RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko
> From: Interactive Network [mailto:[EMAIL PROTECTED]] > > Is it easier to install? Compare install instructions for Tomcat 4.0.4 and 4.0.3 to get an idea. (which means: yes, it is easier) Vadim > > Thanks > > Cathy > - Original Message - > From: "Va

RE: build cocoon !!

2002-06-05 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Sorry if this is a recurent problem on this mailing list but my system > can't build cocoon. > The cocoon version is 2.0.2 and i use jdk 1.4.0. Did you have empty cocoon/build directory before running build? Do you know that to make Cocoo

RE: Getting XML from request

2002-06-05 Thread Vadim Gritsenko
> I need that object back as xml in an xsp page, when I try this > xsp:request:get-attribute name="xmlData" as="xml" Correct syntax is: Result will be (IIRC): value of attribute For: Result will be: value of attribute For: Object o = ; Result will be assigned to object 'o'. > The ques

RE: Still nothing served

2002-06-05 Thread Vadim Gritsenko
> From: Peter Flynn [mailto:[EMAIL PROTECTED]] > > I'm still having no luck getting Cocoon to serve me a file of my own. > It's working fine for the distro files, docs, etc. > > I added this to sitemap.xmap: > > > > > > > > (in the space just above the exampl

RE: Run once code?

2002-06-05 Thread Vadim Gritsenko
> From: Andrew Timberlake [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 05, 2002 10:40 AM > To: [EMAIL PROTECTED] > Subject: Run once code? > > Is there a place in cocoon to invoke run-once code such as a singleton > class which handles initialization? You could write Initializable componen

RE: Cocoon installation

2002-06-05 Thread Vadim Gritsenko
> From: Interactive Network [mailto:[EMAIL PROTECTED]] > > Hello, > > I'm a newbie on Cocoon. If you are a newbie, then try Tomcat 4.0.1 or 4.0.4 Vadim > I've problem to install it > > my Configuration : > Win XP > jdk1.3.1_03 > APACHE > TOMCAT 4.0.3 are running correctly > > I've put cocoo

RE: Cocoon problems

2002-06-05 Thread Vadim Gritsenko
> From: Spectron International, Inc. [mailto:[EMAIL PROTECTED]] > > The my generator ancestor is ServletGenerator, I don't see any reason why it > shouldn't work. Anyone have any ideas? I recompiled all my generators and > actions with the new classes so I don't know why it isn't working. It may

RE: access session in xsp

2002-06-05 Thread Vadim Gritsenko
> From: Christoph Stocker [mailto:[EMAIL PROTECTED]] > > hi! > > i use weblogic6.0sp2, cocoon2.0.2 and win2000 > > i want to access the session in an xsp. > > >language="java" > xmlns:xsp="http://apache.org/xsp"; > xmlns:xsp-session="http://apache.org/xsp/session/2.0"; > >

RE: Could not run 2.0.2 on Tomcat 4.0.1

2002-06-05 Thread Vadim Gritsenko
CLEAN UP WORKING DIRECTORY. It's tomcat/work Vadim -- Resistance is futile. -Original Message- From: Sreenivasan N. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 05, 2002 1:55 AM To: [EMAIL PROTECTED] Subject: Could not run 2.0.2 on Tomcat 4.0.1 Hi all I was working on Cocoon 2

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
> From: Jason Foster [mailto:[EMAIL PROTECTED]] > > > It is possible. I used the xslt-processor-role variant on 2.0.2 a few > > months > > back to test XSLTC. It went like this (on 2.0.3, change as needed for > > SAXON) > > It's the "change as needed" that's currently the problem. All of the >

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
> From: Diana Shannon [mailto:[EMAIL PROTECTED]] > > > On Tuesday, June 4, 2002, at 01:48 PM, Vadim Gritsenko wrote: > > > Start from TraxTransformer (search for "xslt-processor-role") in Cocoon > > 2.0.3, or TraxTransformer (search for "transform

RE: Multiple XSL Transformers

2002-06-04 Thread Vadim Gritsenko
> From: Jason Foster [mailto:[EMAIL PROTECTED]] > > I was wondering if it is possible to have both a Xalan-based and a > Saxon-based transformer active within Cocoon simultaneously? > > I am using Xalan's support for BSF-scriptable extensions in a couple of > places and quite like it's approach.

RE: XML generation

2002-06-04 Thread Vadim Gritsenko
> From: Deepak Mehta [mailto:[EMAIL PROTECTED]] > > Hi All, > > Here is some info on the specs of my setup before I explain the problem: > > -CPU: MacOSX 10.1.4 running JDK 1.3.1 > -EJB: Jonas 2.4.4 with embedded tomcat 3.3.1 and cocoon 2.0.2 > -DB: PostgreSQL 7.1.2 with standard JDBC drivers >

RE: Cocoon startup problem

2002-06-03 Thread Vadim Gritsenko
> From: Hutchins, Richard [mailto:[EMAIL PROTECTED]] > > I am using SDK 1.4.0 and Tomcat 4.0.3. I just installed Cocoon 2.0.1 on a > Windows 2000 machine as the directions indicate, but I get a fatal error > (language exception) in the browser (IE 5.5) each time I try to access > cocoon through l

RE: How to store a generated xml in a location.

2002-06-03 Thread Vadim Gritsenko
> From: Sreenivasan N. [mailto:[EMAIL PROTECTED]] > > Hi all > > Is it possible to store an xml document generated using database query into > cocoon or specified folder. > Is it possible to give a name to that file SourceWritingTransformer.java In the scratchpad. Vadim > > Thanks in adva

RE: XMLtoAny

2002-06-03 Thread Vadim Gritsenko
> From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] > > People, > > Have you ever seen this? > > http://www.javazoom.net/jzservlets/xmltoany/xmltoany.html " is a free servlet that uses XSLT to provide content from XML source and XSL stylesheet" > It sounds a lot like cocoon, it is much

RE: Sitemap: 'cocoon:' protocol

2002-06-03 Thread Vadim Gritsenko
> From: Brian Topping [mailto:[EMAIL PROTECTED]] > > Hi all, > > I read in the release notes about the inclusion of the 'cocoon:' protocol and > the nifty hack to make 'cocoon://' reference from the base of the main sitemap > and 'cocoon:/' reference from the current sitemap. Is that documented

RE: SSL support of ResourceReader/FileGenerator

2002-06-03 Thread Vadim Gritsenko
JRE configuration, and Cocoon also wouldn't be able to process this URL. Vadim > > Sorry, > Elmar > > -Ursprüngliche Nachricht- > Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Gesendet: Samstag, 1. Juni 2002 21:08 > An: [EMAIL PROTECTED] > Betreff: R

RE: giving cinclude parameters?

2002-06-01 Thread Vadim Gritsenko
> From: Geoff Howard [mailto:[EMAIL PROTECTED]] > > I am generating a page with several cinclude elements which need to call > another pipeline with parameters - .ie:, > cocoon:/includedStuff.xml?param1=foo¶m2=bar > > How would you go about this? should work. Vadim > What I'd wanted to do

RE: Release 2.1 in one week? I can wait.

2002-06-01 Thread Vadim Gritsenko
> From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > > From: "leo leonid" <[EMAIL PROTECTED]> > > > Diana Shanon indirectly announced forthcoming release 2.1 in her last > > post. Normally I'm looking forward to new Cocoon releases, but this time > > I'm skeptical. > > I think she referred t

RE: SSL support of ResourceReader/FileGenerator

2002-06-01 Thread Vadim Gritsenko
> From: bob phillips [mailto:[EMAIL PROTECTED]] > > this is one difference between the cocoon community and the zope community: > The Zope community tries to help people who use the software, rather than > immediately shouting off topic. > > Using SSL with cocoon should be an important part of t

RE: How is it possible to remove 'files' from a war file?

2002-06-01 Thread Vadim Gritsenko
> From: Ian Tindale [mailto:[EMAIL PROTECTED]] > > On Friday 31 May 2002 5:43 pm, Lajos Moczar wrote: > > mkdir temporarydirectory > > cd temporarydirectory > > jar xvf $PATH_TO/cocoon.war > > rm WEB-INF/lib/xalan-XXX.jar etc. > > jar cvf cocoon.war * > > Hm. "Zip -d" is faster. Vadim > > YE

RE: [C2] bug: still have to touch XSP file after changing logicsheet

2002-06-01 Thread Vadim Gritsenko
> From: Christopher Painter-Wakefield [mailto:[EMAIL PROTECTED]] > > > Cocoon doesn't recognize the dependencies of XSP files on the logicsheet > they use. Changing a logicsheet does not force a recompile of the > dependent XSP pages. Instead we must manually touch each XSP page using > the lo

RE: Matcher and Mismatcher

2002-06-01 Thread Vadim Gritsenko
> From: Frank Taffelt [mailto:[EMAIL PROTECTED]] > > Hello, > > suppose i have the follwing request: "/cocoon/css/style.css" cocoon logs the > following substitutions: > CONTEXT PATH: /cocoon > SERVLET PATH: /css/style.css > > for this request i have the following match in my sitemap: >

RE: SSL support of ResourceReader/FileGenerator

2002-06-01 Thread Vadim Gritsenko
> From: Sternath Elmar [mailto:[EMAIL PROTECTED]] > > > Hello, > > > > I try to get files using ResourceReader/FileGenerator > (cocoon2.0.2/tomcat4.0.3/jdk1.4.0) : > > > > > > > > src="https://139.21.207.160:8443/elster/OTTest.html"/> > > > > > > > > Cocoon server and target se

RE: How to stop "mimed" files from causing the browser todo a file-save-as

2002-05-30 Thread Vadim Gritsenko
> From: Paul Gilligan [mailto:[EMAIL PROTECTED]] > > In my sitemap I have setup : > > > File generator does not support mime-type attribute. Serializers do. > > Try: Vadim > > > And wh

RE: relative path using "file:" protocol

2002-05-30 Thread Vadim Gritsenko
> From: Peter Lerche [mailto:[EMAIL PROTECTED]] > > Hi, > > I need to be able to serve an image file which is situated > in a directory where only its relative path is known to the sitemap.xmap > file. > > > I have tried to get relative path to work as > > This syntax is illegal. Why not:

RE: Websphere 4.0

2002-05-30 Thread Vadim Gritsenko
Erik, Have you installed or upgraded Cocoon? It sounds like you upgraded it and forgot to delete working directory. PS Try using plain text email next time Vadim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 30, 2002 10:08 AM To: cocoon-use

RE: cocoon://file.xsl as a "src" attribute for xsl transformer throwseception :(

2002-05-30 Thread Vadim Gritsenko
> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > > >De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > > >What is the Cocoon version? It seems to me that this is not 2.0.3, but > >version of CVS HEAD (which is alpha and can have bugs). > > > >Vadim >

RE: missing classes ?

2002-05-30 Thread Vadim Gritsenko
> From: Sebastien SACARD [mailto:[EMAIL PROTECTED]] > > Hi, > > I'm trying to run cocoon from the command line, like this : > /usr/java/jdk/bin/java -classpath ../WEB-INF/lib/cocoon-2.0.2.jar > org.apache.cocoon.Main -c../WEB-INF/lib -d. -w./work -l/work/cocoon.log > -uINFO index.html > > and i

RE: cocoon://file.xsl as a "src" attribute for xsl transformer throwseception :(

2002-05-30 Thread Vadim Gritsenko
> From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] > > >-Message d'origine- > >De: KOZLOV Roman [mailto:[EMAIL PROTECTED]] > > > >Hello Fabien, > hello :) > > >Why do you miss "xsl/" in the second example ? > Because the sitemap in /sdngui looks for .xsl in the xsl directory : > >

RE: weblogic6 sp2 with cocoo2.0.2

2002-05-30 Thread Vadim Gritsenko
> From: Christoph Stocker [mailto:[EMAIL PROTECTED]] > > hi all! > > weblogic6.0 with sp2 > cocoon2.0.2 > windows2000 or XP > > a few days ago i started to try to get cocoon2.0.2 run under weblogic6.0 > sp2. > thats a few days ago. now, i haven't any idea what to do more, to get > cocoon > runn

RE: Build failing

2002-05-29 Thread Vadim Gritsenko
> From: Michael Aracic [mailto:[EMAIL PROTECTED]] > > I'm running windows 2000, JDK 1.2.2 trying to build from the CVS snapshot > (HEAD) > My goal is to get cocoon running in command line mode. Has anyone got any idea > what I need to do? Try Cocoon 2.0.3 CVS instead of HEAD. Last time I checked

RE: svg2jpeg or svg2png

2002-05-29 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > 29.05.2002 18:36:07, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Dude [mailto:[EMAIL PROTECTED]] > >> > >> 29.05.2002 16:06:50, "Vadim Gritsenko" <[EMAIL PROT

RE: RE: RE: svg2jpeg or svg2png

2002-05-29 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > 29.05.2002 16:06:50, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Dude [mailto:[EMAIL PROTECTED]] > >> > >> 29.05.2002 01:42:45, "Vadim Gritsenko" <[EMAIL PROT

RE: Optimize Cocoon/Tomcat for live sites

2002-05-29 Thread Vadim Gritsenko
> From: Peter Lerche [mailto:[EMAIL PROTECTED]] > > Hi, > > I have been looking for some "How to" documentation on > Cocoon speed optimization without any luck. (yes! i have Googled) Try http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/documentation/xdocs/pe rformancetips.xml?rev=1.5&content

RE: RE: svg2jpeg or svg2png

2002-05-29 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > 29.05.2002 01:42:45, "Vadim Gritsenko" <[EMAIL PROTECTED]> wrote: > > >> From: Dude [mailto:[EMAIL PROTECTED]] > >> > >> is anyone able to use svg2jpeg or svg2png under jdk 1.4.0 (headless) &

RE: Sitemap object in xsp

2002-05-28 Thread Vadim Gritsenko
> From: Kenny Chow [mailto:[EMAIL PROTECTED]] > > Hi there, > After an action is executed in a pipeline, a map > object is returned. Now my question comes -- how could > I possibly obtain this map object in xsp? > > any response appreciated. :) Here is the response: It is not possible.

RE: svg2jpeg or svg2png

2002-05-28 Thread Vadim Gritsenko
> From: Dude [mailto:[EMAIL PROTECTED]] > > is anyone able to use svg2jpeg or svg2png under jdk 1.4.0 (headless) > and linux? it dont work! i tested cocoon_203_branch > and cocoon_dev_2-1 with tomcat_dev_4-1. It was working with tomcat 4.0.4b1 http://xml.apache.org/cocoon/installing/index.html:

RE: C2 Performance under high load

2002-05-28 Thread Vadim Gritsenko
> From: Michael Zehrer [mailto:[EMAIL PROTECTED]] > > Hi Cocooners, > > preparing for a livesite build with C2 I'm looking for tips that improve > C2's (besides external help from proxys and load balancers) performance > under high load, say 1500 - 2000 concurrent users. That's not enough infor

RE: encoding of form data

2002-05-28 Thread Vadim Gritsenko
> From: Gerhard Hipfinger [mailto:[EMAIL PROTECTED]] > > Hi! > > I know this question was asked a month ago, but the thread ended without > a real solution to the problem. > > The problem in short: > Form data with special chars (i. e. german umlauts) is not encoded > correctly in the FormValid

RE: Vadim : Very Important: Deploy Servlets in the Cocoon Context

2002-05-23 Thread Vadim Gritsenko
> From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] > > Thanks for your reply > > There was a thread abt 3 -4 months where there was discussion abt > invoking Servlets. There was a sitemap entry associated with that as > well. http://localhost:8080/cocoon/myservlet"/> > I guess it was Vad

RE: Cocoon and Enhydra

2002-05-23 Thread Vadim Gritsenko
> From: Geoff Howard [mailto:[EMAIL PROTECTED]] > > > Cocoon Cons > > > > Learn XSL and XSLT syntax > > Decrease in performance due to transformation handling. (Enhydra is > > precompiled everything.) (how Enhydra precompiles XSLTs?) > I'd put xsl syntax on the PLUS side! Same here. XSL kn

RE: multiple web servers - file not found

2002-05-23 Thread Vadim Gritsenko
In Cocoon 2.X: RegexpTargetHostMatcher.java WildcardHostMatcher.java HostSelector.java Vadim -- Resistance is futile. > From: ROCKWELL,ANTHONY (Non-HP-Boise,ex1) [mailto:[EMAIL PROTECTED]] > > Hello, > I have searched the faq's and archives and cannot seem to find anything > regarding the

RE: Action Problem.

2002-05-23 Thread Vadim Gritsenko
> From: Kenny Chow [mailto:[EMAIL PROTECTED]] > > I am writing an action that will validate form > inputs, insert them to database and other customized > tasks. But I am not using both the form validator and > the database-add action. So my action is extending the > AbstractAction class, then

RE: cookie problem

2002-05-22 Thread Vadim Gritsenko
> From: lev [mailto:[EMAIL PROTECTED]] > > I am trying to set cookie from inside the action code in a site map. > > Here is a snippet of my code: > > Response response = (Response) > objectModel.get(Constants.RESPONSE_OBJECT); > Cookie cookie = response.createCookie("user","Jhon Doe");

RE: esql in sitemap

2002-05-22 Thread Vadim Gritsenko
> From: Zack Angelo [mailto:[EMAIL PROTECTED]] > > > I had a feeling that would be rather inefficient. > > I'm developing a web application based on a modular framework. Each > module (a sector of the application) has its own subdirectory, with its > own sitemap. So, each sub-sitemap must be mo

RE: How to obtain org.apache.cocoon.environment.Environment?

2002-05-22 Thread Vadim Gritsenko
> From: Steven Punte [mailto:[EMAIL PROTECTED]] > > Dear Cocoon User Group: > > How does one obtain the > org.apache.cocoon.environment.Environment? > > I've trying: > > public void setup( ) { > environment = > (Environment)(objectModel.get(Constants.CONTEXT_ENVIRONMENT_CONTEX

RE: slow xalan transformation

2002-05-22 Thread Vadim Gritsenko
> From: Adrian Petru Dimulescu [mailto:[EMAIL PROTECTED]] > > Hello, > > I imagine a search engine which would propose several relevant paragraphs in > several books of a small digital libraries. The user woud click on the first > result and cocoon serves the 2nd paragraph of the 3rd chapter of

RE: ExcaliburComponentManager.java still missing from Latest Snapshot breaks /cocoon/ and throwing ERRORS

2002-05-22 Thread Vadim Gritsenko
solve the issue. Nobody could expect that you have incomplete tree cause of XP crash. Vadim > I just thought perhaps with my experience using XP someone might note > that when using WinCVS force it to verify a complete HEAD and do not > Prune the directories by mistake. > > -Mar

RE: LIvesites

2002-05-22 Thread Vadim Gritsenko
> From: Adam Constabaris [mailto:[EMAIL PROTECTED]] > > The technical support site for the University of North Carolina at Chapel Hill > uses Cocoon 1.8.2 > > http://help.unc.edu Added. Vadim - Please check that your questio

RE: Livesites

2002-05-22 Thread Vadim Gritsenko
> From: Rune Sandnes [mailto:[EMAIL PROTECTED]] > > > Another live site you can add to the Cocoon 2 livesites list: > TINE, the largest Norwegian dairy company is at http://www.tine.no/ Added. Vadim > The site is mostly in Norwegian, but has an international section. (TINE > is the company

RE: Livesites

2002-05-22 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > > http://www.caphnet.com/ Added. Vadim > >Cocoon 1.8.2, moving to Cocoon 2 soon > > > > -- > Dr. Everett (Skip) Carter Phone: 831-641-0645 FAX: 831-641-0647 > Taygeta Scientific Inc.INTERNET: [EMAIL PROTECTED]

RE: Livesites

2002-05-22 Thread Vadim Gritsenko
> From: Felix Roethenbacher [mailto:[EMAIL PROTECTED]] > > We built the website of our mountaineering club > "SAC Sektion Piz Sol" with Cocoon 2. > > http://www.sac-piz-sol.ch Added. Vadim > Thank you for your great effort in developing Cocoon. > It's cool!! > > Sincerely, > Felix Roethenba

RE: Installation Doc build command typo listed

2002-05-22 Thread Vadim Gritsenko
> From: Marc Jeffrey Driftmeyer [mailto:[EMAIL PROTECTED]] > > The target for the build command listed as "printerdocs" is of course > incorrect. > > Just thought someone would want to change it to the correct, > "printer-docs" target. Thanks for noting this, typo corrected. Thanks, Vadim >

RE: XSP Tutorial

2002-05-22 Thread Vadim Gritsenko
> From: Leigh Dodds [mailto:[EMAIL PROTECTED]] > > Hi, > > IBM have posted my second Cocoon tutorial: > > "Working with XML Server Pages in Apache Cocoon 2" > http://www-106.ibm.com/developerworks/education/r-xxsp.html?n-x-4252 > > It covers the basic principles of XSP (code generation > using

RE: calling a servlet (?)

2002-05-22 Thread Vadim Gritsenko
> From: Pierfranco Ferronato [mailto:[EMAIL PROTECTED]] > > Hi all, > > I'm really new to cocoon > I'm trying something I think it is preatty easy: calling a servlet with some > parameters > > > src="http://localhost:8088/pino/servlet/fetish.reposimpl.HTTPFTRepositor y?acti > on=all" />

RE: Reuse of matches or pipelines

2002-05-16 Thread Vadim Gritsenko
dence. Vadim > > > > >src="documents/{1}/{2}.xsp"/> > > > > > > > > > > > > > > > > > > > > > Thanks again for the great help. > > Matthew > > > -Original Message- >

RE: ProcessingException on xml file

2002-05-16 Thread Vadim Gritsenko
> From: Pete Carapetyan [mailto:[EMAIL PROTECTED]] > > This is the error I am getting, while attempting to transform an xml file and > display it as html: > -- > The org.apache.cocoon.www.file_.C_.dev.webapps.cocoon.sitemap_xmap notifies > that org.apache.cocoon.Pr

<    1   2   3   4   5   6   7   8   9   10   >