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: 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 transformer-factory) in Cocoon 2.1; and follow from

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 references

RE: SSL support of ResourceReader/FileGenerator

2002-06-03 Thread Vadim Gritsenko
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: RE: SSL support of ResourceReader/FileGenerator From: bob phillips [mailto:[EMAIL PROTECTED

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: 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 smaller

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 advance

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

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) : map:pipeline map:match pattern=elster/testhtmls map:read mime-type=text/html

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: map:match

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

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 YES!!! Excellent.

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 the

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 to 2.0.3, which

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=fooparam2=bar How would you go about this? cinclude:include

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 running.

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: 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 it appears

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 I work with a HEAD wich is two weeks old, but I have

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:

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 map:read mime-type=image/jpg

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 : map:match pattern=*.txt map:generate src={1}.xml mime-type=text/plain/ File generator does not support mime-type attribute. Serializers do.

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) and linux? it dont work! i tested cocoon_203_branch and cocoon_dev_2-1

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 PROTECTED] wrote: From: Dude [mailto:[EMAIL PROTECTED]] is anyone able to use svg2jpeg

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 PROTECTED] wrote: From: Dude [mailto:[EMAIL PROTECTED]] 29.05.2002 01:42:45, Vadim

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 it

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

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

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: 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. Use

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 there

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: 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 knowledge is a

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. map:generate src=http://localhost:8080/cocoon/myservlet/ I guess it

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 map:match pattern= map:generate type=html

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 XSLT); the

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 Sincerely

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 Roethenbacher

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] 1340

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 that

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 question has

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

2002-05-22 Thread Vadim Gritsenko
. 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. -Marc Vadim Gritsenko wrote: From: Marc Jeffrey Driftmeyer [mailto:[EMAIL PROTECTED]] Vadim

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: 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_CONTEXT));

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: XIndice and Caching

2002-05-16 Thread Vadim Gritsenko
From: Alex McLintock [mailto:[EMAIL PROTECTED]] Hi folks, I have a XIndice backed Cocoon website which I want to speed up. It is far too slow. One thing I need to reduce is the number of XSLT for loops, but that's for another time. The second thing I am looking at is trying to use

RE: upgrading to Cocoon2 and debugging

2002-05-16 Thread Vadim Gritsenko
From: gorillacommunications [mailto:[EMAIL PROTECTED]] Hi all. I am upgrading an application from Cocoon1 to Cocoon2 and am having some problems. I get the error Exception in creating Transform Handler: java.lang.NullPointerException. Usually this means you have an error in the XSLT.

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

RE: xsp-session ns calls element creation funcs?

2002-05-15 Thread Vadim Gritsenko
From: Zack Angelo [mailto:[EMAIL PROTECTED]] C2 doesn't seem to be behaving as expected...my code looks just like the examples. Any ideas? I'm sure it's something obvious. Okay, so apparently this: String userID = xsp-session:get-attribute name=malin-uid/; Do you have

RE: config memory with multiple cocoon instances one one machine

2002-05-15 Thread Vadim Gritsenko
From: Stephan Michels [mailto:[EMAIL PROTECTED]] On Wed, 15 May 2002, Giuseppe Di Pierri wrote: in each of the three cocoon instances under tomcat, the files cocoon.xconf contains: store-janitor class=org.apache.cocoon.components.store.StoreJanitorImpl

RE: help with redirect and forward

2002-05-15 Thread Vadim Gritsenko
From: Vij, Bhavna [mailto:[EMAIL PROTECTED]] Hi All, I am not able to redirect or forward to another pages I need to do something like that. There's a login page with username and password. If the login is successfull, I need to forward it to page1 else I need to go back to login page

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
I can find some look-ups in the cache but not in combination with CachingCIncludeTransformer Best regards - Volker - -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Montag, 13. Mai 2002 14:52 To: [EMAIL PROTECTED] Subject: RE: CachingCIncludeTransformer

RE: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-14 Thread Vadim Gritsenko
From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] From: Vadim Gritsenko [EMAIL PROTECTED] ... First you have to fix/force BEA to fix weblogic itself. It blindly replaces these properties with links to BEA's versions of parser and XSLT engine in (IIRC) T3SrvrImpl. I was able

RE: att vadim: configuration localhost:8080

2002-05-14 Thread Vadim Gritsenko
From: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] sorry vadim, you are speaking to a real dummy here!...my configuration is on default 4080 as you suggest. its probably really basic...how do i change this? yikes Lizzie: I have not seen your sitemap, but if your XIndice is on port 4080,

RE: Log from mounted sitemap.

2002-05-14 Thread Vadim Gritsenko
From: Artur Bialecki [mailto:[EMAIL PROTECTED]] [ C-2.0.2, J-1.3.1, JB-2.4.4, TC-4.0.4b2, W2K, A-1.2.23] Replace your logkit.xconf with the version from the CVS. Vadim I mount a different sitemap for each of my modules. Do I have to do anything special to see log events from the

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] Hi everyone, I've been trying to setup Cocoon2.0, and after a couple of days still can't seem to get it up and running. This is my environment: Redhat7.1 J2SDK1.4.0 Tomcat 4.0 on x86. I've got the following environment

RE: Logger for category root.xslt returned

2002-05-14 Thread Vadim Gritsenko
Read http://xml.apache.org/cocoon/installing/index.html, section Headless UNIX and PJA. Vadim -- Resistance is futile. -Original Message- From: kerin // airside.co.uk [mailto:[EMAIL PROTECTED]] From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, May 14

RE: CachingCIncludeTransformer - no effect?

2002-05-14 Thread Vadim Gritsenko
already. Try accessing these pipelines directly and look for messages from the store. Then proceed to debugging include caching. Does cocoon check for the file extension? No. Vadim Best regards - Volker - -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED

RE: CachingCIncludeTransformer - no effect?

2002-05-13 Thread Vadim Gritsenko
- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Freitag, 10. Mai 2002 14:55 To: [EMAIL PROTECTED] Subject: RE: CachingCIncludeTransformer - no effect? From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, I have built a xsp-page which takes two xml-Files

RE: Urgent: Error Installing Cocoon latest war using in Weblogic 6.1 sp2

2002-05-13 Thread Vadim Gritsenko
From: Konstantin Piroumian [mailto:[EMAIL PROTECTED]] From: Konstantin Piroumian [EMAIL PROTECTED] ... I can confirm that this is true also for WebLogic 7.0. I've been able to deploy Cocoon as a directory (didn't try WAR yet) only by renaming jar names without any other file

RE: new user: really stuck with cocoon/xindice

2002-05-11 Thread Vadim Gritsenko
From: Lizzie O'Grady [mailto:[EMAIL PROTECTED]] dear all have had a look around to see if anyone else has this prob - not sure i'm in the right group. i'm not very technical so going around in circles. got tomcat/xindice open, cocoon page openhave been typing in :

RE: Possible to use xsl:template in a query?

2002-05-10 Thread Vadim Gritsenko
From: Hahn Kurt (CHA) [mailto:[EMAIL PROTECTED]] Or would it be better to just execute the query and then aggregate the result with the XML? I thought it was more elegant to do that through an XSL... ... The stylesheet below is applied to use a parameter (=odjID) with a query. It is

RE: CachingCIncludeTransformer - no effect?

2002-05-10 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, I have built a xsp-page which takes two xml-Files and builds a xsp which will be compiled by another pipeline: map:match pattern=xsp-part1 map:generate src=part1.xsp/ map:serialize type=xml/

RE: jdk1.4 revisited . What CVS branch? How is 2.0.3?

2002-05-10 Thread Vadim Gritsenko
From: Christopher Watson [mailto:[EMAIL PROTECTED]] Can someone recommend.. I'm about to have another go at getting jdk1.4 and cocoon working together. I've tried 2.0.2 release with failures on 1)ESQL, specifically with connection pooling, once I'd patched EsqlConnection ;- 2)

RE: Sample or documentation about FormValidatorAction?

2002-05-10 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear colleagues, where can I find a documentation about or a sample using the FormValidator action? Main sitemap, search for form-validator. Source code says that the configuration xml file don't need to be a file. Any source,

RE: WebSphere jdk1.4

2002-05-10 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi, anybody out there running Cocoon on WebSpere can tell me if WebSphere is JDK1.4 ready? My experience is IBM is always running way behind. On a sidenote has anybody running Cocoon using JDK1.4 noticed a significant performance

RE: Transformer writing

2002-05-10 Thread Vadim Gritsenko
From: Ben Skelton [mailto:[EMAIL PROTECTED]] Hallo, I am trying to get my head around the cocoon internals. In particular I have an old library which takes XML in an InputStream, performs some (significant) processing and produces XML making it available in an OutputStream (a Document

RE: caching proposals: SQLTransformer and Request

2002-05-10 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] A couple of things I'd like to do with Cocoon caching; let me know if this is crazy. 1. Add caching to the request generator. Many of my pipelines are transformations based upon the request, and since requestGenerator currently does not

RE: Printing Cocoon2 docs

2002-05-10 Thread Vadim Gritsenko
From: Leszek Gawron [mailto:[EMAIL PROTECTED]] If you want to print the following page: http://localhost:8080/cocoon/documents/introduction.html You can modify it to this URL: http://localhost:8080/cocoon/documents/body-introduction.xml Isn't there a special build target that

RE: Dynamic sql in xsp

2002-05-09 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] I need some advice. I have an xsp which is using esql. The query in the esql is dynamically generated (based upon the request string). I use cinclude to inject the dynamic sql into the esql element. Something like this: esql:execute-query

RE: Dynamic sql in xsp

2002-05-09 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] Why not generate SQL string *in* this XSP? That's would give the best performance. Or, other way is to obtain this SQL string into String programmatically, without using include. Here I mean do not use include to include your XSLT

RE: Dynamic sql in xsp

2002-05-09 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] Vadim, Here I mean do not use include to include your XSLT generated SQL, but access cocoon programmatically and get this SQL into String. Then, you will have static XSP source. Sounds good to me but I have absolutely no idea how to do

RE: XInclude

2002-05-07 Thread Vadim Gritsenko
You should use base= attribute. IIRC: x:include base=cocoon:/path/ url=to/page/ Vadim -- Resistance is futile. From: Graaf, Edgar de (fin) [mailto:[EMAIL PROTECTED]] This probably already has been discussed. But I have two files I want to aggregate. One way to do it is with

RE: XSP + Dynamic XML generator ??

2002-05-07 Thread Vadim Gritsenko
until then, I'll just write a java-based Transformer... -Chris Vadim Gritsenko wrote: From: Chris Wolf [mailto:[EMAIL PROTECTED]] Ok, after reading this, and your previous response, I can now articulate my problem better. It seems the XSP allows

RE: Caching of external documents

2002-05-07 Thread Vadim Gritsenko
From: John Gilbertson [mailto:[EMAIL PROTECTED]] On Fri, 3 May 2002, Vadim Gritsenko wrote: The cached version it's using was me trying in work yesterday.. this morning it's still using that cached version, even though it's requesting the file each time I request the page from

RE: Need to replace xalan

2002-05-07 Thread Vadim Gritsenko
From: Frank Ridderbusch [mailto:[EMAIL PROTECTED]] On Mon, 6 May 2002 14:11:53 -0400 Vadim Gritsenko [EMAIL PROTECTED] wrote: Try saxon-6.5.2.jar. Works for me. Vadim Does it work for you in every respect? I'm also using Saxon and for the most part it works. However I'm

RE: Caching, Xindice, Aggregate

2002-05-07 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] It does not *execute* XSP page neither *calls* XSP page. It merely *reads* XSP page, that's it. Ah, my mistake then, sorry. The interesting thing to note, is that it did not give any errors calling it the way I did -- and when I remove

RE: Cocoon 2, Batik, URL encoding, bug? (long-ish, sorry)

2002-05-06 Thread Vadim Gritsenko
From: Daniel Vogelheim [mailto:[EMAIL PROTECTED]] Hello, I have a problem with non-English letters in URLs. I suspect it's a bug, but I'm not sure where exactly the problem is. So I think it's best to give a description of what I'm doing: I want to automatically create text buttons

RE: Can't connect to MySQL with Cocoon 2

2002-05-06 Thread Vadim Gritsenko
From: Daniel Vogelheim [mailto:[EMAIL PROTECTED]] Hello, You can install *headless X* (Xvfb) which is BTW faster than X. Yes, I had already discovered this in the FAQ, but had hoped to get away without. I'll first try the configuration that Conrad F. D'Cruz sent (btw, thanks Conrad!),

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] Now that I've solved my DocBook rendering problem, I'm getting a new problem. Approximately every other request fails with a null pointer exception. Attached below is the full stack trace. I noticed, combing through it that it was either

RE: dispatch to new window in web browser possible?

2002-05-06 Thread Vadim Gritsenko
From: Bert Van Kets [mailto:[EMAIL PROTECTED]] There is NO WAY you can open a new window from the server side. Thanks GOD it is so!!! Otherwise web would be nightmare... Client side JavaScript (or VBscript in IE for the picky ones) is the only way to do this. There are different

RE: How do I use tag libraries in XSP pages?

2002-05-06 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi I have a JSP page from an old prototype application which used struts on Weblogic 5.1 Is it possible to use an XSP page instead, and include the tag libraries inside the XSP page? What tag libraries? XSP tag libraries? Or JSP tag

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] Don't think so. You have document() function somewhere, and for some reason, Cocoon failed to resolve the document: What I can't figure out is why the page renders at all! When I start up Cocoon, my first request to the page works.

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
it it will work for a dynamic datasource. It does work. Vadim Thanks, -Chris Vadim Gritsenko wrote: One line for you: http://localhost:8080/cocoon/sub/xsp-cocoon Other samples might be useful too. PS Why not use xsp, then xinclude your xml and xslt as necessary? Vadim

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] What do you mean - xsp:page stuck? It should never ever happen after XSP is correctly processed by the serverpages generator. May be you have problem with the XSP? Perhaps it's the way I'm using it... In my system, I'm building up a

RE: Need to replace xalan

2002-05-06 Thread Vadim Gritsenko
Try saxon-6.5.2.jar. Works for me. Vadim -- Resistance is futile. From: Artur Bialecki [mailto:[EMAIL PROTECTED]] Ok, xalan 2.3.1 and xalan head is horribly broken and from the number of bugs I doubt will see a working vision this year. What other XSLT processor can I use that's

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] What do you mean - xsp:page stuck? It should never ever happen after XSP is correctly processed by the serverpages generator. May be you have problem with the XSP? Perhaps it's the way I'm using it... In my system, I'm building up a

RE: xinclude

2002-05-06 Thread Vadim Gritsenko
From: Margrit John [mailto:[EMAIL PROTECTED]] Hi! I have the two xml files below. In the sitemap I want to generate the xml out of these two files. My output (default.xml) is the following: ?xml version=1.0 encoding=UTF-8? Page xmlns:xi=http://www.w3.org/2001/XInclude; Content

RE: Caching, Xindice, Aggregate

2002-05-06 Thread Vadim Gritsenko
From: Michael Cortez [mailto:[EMAIL PROTECTED]] Do you know about strip-root attribute? Uh, no -- So I can just do map:part src=xxx strip-root=true That would be so much better for me. Yes. This is not valid XSP page. It must have one and only one element inside

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
for your help, Welcome. Vadim -Chris Vadim Gritsenko wrote: From: Chris Wolf [mailto:[EMAIL PROTECTED]] I looked over most of the examples, including this one, before posting. It's not really what I want to do, that just seems to be using another pipline as an imput

RE: Need to replace xalan

2002-05-06 Thread Vadim Gritsenko
PROTECTED]; Vadim Gritsenko Subject: Re: Need to replace xalan On Monday 06 May 2002 20:11, Vadim Gritsenko wrote: Try saxon-6.5.2.jar. Works for me. Vadim Just wondering... how is the speed compared to Xalan? -- Torsten

RE: Cocoon and cokies

2002-05-06 Thread Vadim Gritsenko
From: Ruth, Thomas {PDBI~Basel} [mailto:[EMAIL PROTECTED]] Thanks Vadim yes you are right. It this cookie handling of Cocoon I don't know what to do. Any additional tips? Nothing to add - you have to extend URLSource implementation. It does not have cookie management functionality like

RE: Question about WildcardURIMatcher

2002-05-06 Thread Vadim Gritsenko
Alejandro, What's wrong with: map:match pattern=x*/y*/z*.gif map:read mime-type=image/gif src=img/y{2}/z{3}.gif/ PS Plain text mail is better. Vadim -- Resistance is futile. -Original Message- From: Alejandro Raiczyk [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 10:18

RE: dynamically generated cinclude-tag not processed

2002-05-06 Thread Vadim Gritsenko
From: Dirk Reiss [mailto:[EMAIL PROTECTED]] Hello, we try to generate a cinclude:include - tag dynamically using the following code: xsp:element It has three parameters: uri (optional), prefix (optional), name. xsp:param name=namexsp:exprelementName/xsp:expr/xsp:param You

RE: XSP + Dynamic XML generator ??

2002-05-06 Thread Vadim Gritsenko
From: Chris Wolf [mailto:[EMAIL PROTECTED]] Thanks, I'll wait for this XSPT to be better documented, It does not exist. But it is possible. Vadim until then, I'll just write a java-based Transformer... -Chris Vadim Gritsenko wrote: From: Chris Wolf [mailto:[EMAIL

RE: XSP + Dynamic XML generator ??

2002-05-05 Thread Vadim Gritsenko
One line for you: http://localhost:8080/cocoon/sub/xsp-cocoon Other samples might be useful too. PS Why not use xsp, then xinclude your xml and xslt as necessary? Vadim -- Resistance is futile. From: Chris Wolf [mailto:[EMAIL PROTECTED]] I am working on a project where we have a

RE: Cocoon and DocBook?

2002-05-05 Thread Vadim Gritsenko
I bet that's not cocoon problem but the stylesheet you are using and Xalan. I bet that the next line after org.apache.cocoon.ProcessingException: Failed to execute pipeline.: java.lang.RuntimeException: 2 = 2 is something like: at org.apache.xalan. Check your stylesheet

RE: Cocoon and cokies

2002-05-05 Thread Vadim Gritsenko
From: Luca Morandini [mailto:[EMAIL PROTECTED]] Thomas, I know this will sound rather naive but... did you look into the cookie logicsheet ? Unfortunately, this won't help him. He wants to act Cocoon as a client to Livelink and manage cookies sent by Livelink on Cocoon side (like usual

RE: Install error win2000 IBM jdk 1.3.0 Websphere 4.0.2 Cocoon 2.0.2

2002-05-03 Thread Vadim Gritsenko
From: Jon Pallas [mailto:[EMAIL PROTECTED]] Hi All I have problem running Cocoon on websphere, it works on some of the pages from the install but on others for example. http://localhost:9080/cocoon/cocoon/documents/index.html it dosnt i think that the under underling error message

RE: java.lang.ClassCastException

2002-05-03 Thread Vadim Gritsenko
From: Hiloliddin Karimov [mailto:[EMAIL PROTECTED]] Hi all, I have downloaded CVS xml-cocoon2_20020502102538.tar.gz, and have BUILD SUCCESSFUL. Many problem is solved, but there is new problem, when insert or update via DatabaseAddAction and DatabaseUpdateAction, see

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