RE: url unicode

2002-01-30 Thread Vadim Gritsenko
- it's always *the* documentation (request.xsl in cocoon.jar). If you find any incompleteness or errors in docs - patches are always very welcome. Vadim -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: 29 January 2002 16:47 To: [EMAIL PROTECTED] Subject

RE: C1 - C2

2002-01-30 Thread Vadim Gritsenko
From: Alexandre Victoor [mailto:[EMAIL PROTECTED]] Hello, I have a web site under Cocoon1 and I am willing to update to Cocoon2. Under Cocoon1, I use my own producer for all the requests. Because my boss doesn't want me to spend too much time on it, I have too change as less code as

RE: Command line execution of cocoon

2002-01-30 Thread Vadim Gritsenko
Check run.bat (run.sh). No, you do not need app server. Please use plain text when sending emails to this list. Vadim -Original Message- From: sirisha santhi [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 6:55 AM To: [EMAIL PROTECTED] Subject: Command line execution of

RE: Logicsheet Errors?!?!

2002-01-30 Thread Vadim Gritsenko
From: Calbazana, Al [mailto:[EMAIL PROTECTED]] Hello, Ok... I have modified the ctwig example (the logicsheet sample) to do a little more work.. I am taking baby steps here, but want to ultimately get a few function calls in. My problem is that when calling any private functions, which

RE: sessions and others in C2

2002-01-30 Thread Vadim Gritsenko
From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] Hi, I have reading, that XSP support Sessions (I'm using Cocoon 2). The JSP/Servlets-API is supporting more internal objects like application and page with the ServletContext. Can you provide a patch which will make these available?

RE: Sitemap File System Path from within an Action

2002-01-30 Thread Vadim Gritsenko
From: Michael Wechner [mailto:[EMAIL PROTECTED]] How do I find the filesystem path of the sitemap from within an Action? I mean something like that: public Map act(Redirector ){ String sitemapFileSystemPath=???.getSitemapPath() It is really not recommended to use file paths.

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] -Ursprüngliche Nachricht- Von: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30. Januar 2002 15:46 An: [EMAIL PROTECTED] Betreff: RE: JSP-Generator-problem Localize the problem first. Does it work

RE: Servlets and Cocoon2.

2002-01-30 Thread Vadim Gritsenko
From: Hall, Joe [mailto:[EMAIL PROTECTED]] I think servlets may not be the solution. The developer docs for Cocoon 2 are not complete. Can you complete it? You are welcome to send patches for any incomplete docs. What is the recommended way of running Java code in Cocoon2 without the use

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
Can you try without jsp:include ? May be it causes the problem. Does simple hello.jsp works for you? Vadim From: Bucholdt, Christian [mailto:[EMAIL PROTECTED]] If I tried without map:transform ... Tag there is the old error: org.apache.cocoon.ProcessingException: SAXException

RE: Sitemap File System Path from within an Action

2002-01-30 Thread Vadim Gritsenko
. But how else would you write a file into the filesystem relative to the sitemap from where the action has been called from a HTML form for instance (or HTTP upload)? Michael Vadim Gritsenko wrote: From: Michael Wechner [mailto:[EMAIL PROTECTED]] How do I find the filesystem path of the sitemap

RE: Logicsheet Errors?!?!

2002-01-30 Thread Vadim Gritsenko
-Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 30, 2002 9:50 AM To: [EMAIL PROTECTED] Subject: RE: Logicsheet Errors?!?! From: Calbazana, Al [mailto:[EMAIL PROTECTED]] Hello, Ok... I have modified the ctwig example

RE: JSP-Generator-problem

2002-01-30 Thread Vadim Gritsenko
I see. From your email: map:match pattern=jsp/* map:generate type=jsp src=bancotec/floxco/src/jsp/{1}.jsp/ map:transform src=stylesheets/page/simple-page2html.xsl/ map:serialize type=html/ /map:match The Code is in

RE: XSLTC....

2002-01-30 Thread Vadim Gritsenko
From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] Has anyone here done any work with XSLTC with Cocoon 2? Have not heard anything about it for a long time... Correct me if I'm wrong, but seems that nobody working on this. If so, does it significantly impact transformation

RE: XSLTC....

2002-01-30 Thread Vadim Gritsenko
From: Lewis, Andrew J [mailto:[EMAIL PROTECTED]] might be worth doing at home so I can be certain it can be contributed - if there is any interest at least... If it provides some advantages - it definitely will be accepted. Vadim -- From: Vadim Gritsenko[SMTP:[EMAIL

RE: JSP Include and Forward problem

2002-01-30 Thread Vadim Gritsenko
From: Peter Schwenke [mailto:[EMAIL PROTECTED]] I've had no problem with including other pages. I've been using the old style includes - mainly because we never updated the JSPs to the XML syntax because of an old servlet runner. (I've spent the last few weeks reworking to Cocoon and

RE: Object X is not a component error

2002-01-29 Thread Vadim Gritsenko
( Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters par ) throws Exception { return null; } } It's well compiled and in the right place. Any hints? Thanks, -Mensaje original- De: Vadim Gritsenko

RE: Object X is not a component error

2002-01-29 Thread Vadim Gritsenko
the class loader it uses? Can the cause be that that classloader is not compatible with the class loader of the virtual machine (JBuilder's VM) running it? No. Vadim Thanks, -Mensaje original- De: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Enviado el: martes, 29 de enero de 2002 11

RE: Howto access javax.servlet.http.HttpServletRequest

2002-01-29 Thread Vadim Gritsenko
From: Thorsten Mauch [mailto:[EMAIL PROTECTED]] Hi All I try to integate Chiba with Cocoon. Unfornatunaly the XMLRequest class from Chiba use the javax.servlet.http.HttpServletRequest as parameter. Is it possible to access the HttpServletRequest dircetly from a cocoon action ? Take a

RE: url unicode

2002-01-29 Thread Vadim Gritsenko
From: Tsui, Alban [mailto:[EMAIL PROTECTED]] Hi I am using the request logicsheet to get values from the URL. however, I need to pass in some unicode string (for chinese, japanese etc.) from the URL... and I don't konw how to do it?!! Will the request logicsheet convert the string

RE: Using Selectors the correct way?

2002-01-29 Thread Vadim Gritsenko
From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] Hi, I've wrote a very simple Selector class (a class similar to SessionAttributeSelector), which checks whether the user has an authenticated session or an anonymous one. It returns a true or a false value based on this. Now when I'm

RE: Special Characters

2002-01-28 Thread Vadim Gritsenko
From: Ferran Urgell [mailto:[EMAIL PROTECTED]] I've the next xml file: ?xml version=1.0 encoding=ISO-8859-1? PETICIO PRU COD=1121-1 DESC=Sodi RESU=138 UNI=mmol/l VREF=(145) / This is invalid XML file. I would to know if it's possible to change the VREF values (I'm getting an error

RE: Tomcat 3.24 Cocoon 2 on Linux without X

2002-01-28 Thread Vadim Gritsenko
From: Sven Ewert [mailto:[EMAIL PROTECTED]] hi all, ive gotta problem by installing cocoon2 on tomcat 3.2.4 the problem starts here: a part of http://xml.apache.org/cocoon/installing/index.html says: Linux/Headless/Batik okay ... ive followed the bulletpoints and installed the pja

RE: Servlet to XSL possible?

2002-01-24 Thread Vadim Gritsenko
to the requestor like David mentioned. Frankly the capability of outputting from a servlet to an XSL process is the first that I thought of the Cocoon2 should be good at. So I have been suprised that others have not talked about it. Bob Garvey - Original Message - From: Vadim

RE: Problems, switching off svg

2002-01-24 Thread Vadim Gritsenko
From: Martijn Bouterse [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: 1. Stop the server 2. Wipe out any *svg* from the sitemap 3. Clean work directory (I guess everybody forget this step) I find this a bit cumbersome. This is probably a Tomcat issue, but why is the work dir

RE: Cocoon 2 with VAJ 4 and WTE

2002-01-24 Thread Vadim Gritsenko
From: tom blondeau [mailto:[EMAIL PROTECTED]] snip/ but at least Cocoon seems to be running. when i request http://localhost:8080/cocoon/ the sitemap_xmap.java, sitemap_xmap.class and a 3rd classfile are created but I get an internal server error: The sitemap handler's sitemap is not

RE: Servlet to XSL possible?

2002-01-24 Thread Vadim Gritsenko
From: Bob Garvey [mailto:[EMAIL PROTECTED]] Looks like Cocoon is trying to handle the request From Cocoon.log: snip/ INFO10118 [cocoon ] (HttpProcessor[8080][4]): 'servlet23.ServletTestB' Processed by Apache Cocoon 2.0b2 in 6.559 seconds. You have it up and running! Check also

RE: Servlets to XSL

2002-01-24 Thread Vadim Gritsenko
To: [EMAIL PROTECTED] Subject: Servlets to XSL Thanks to Vadim Gritsenko and David Rosenstrauch. This scheme now works. Here is what I learned that may be valuable to others who would like to write servlets that output XML and would like for the XML to be input to an XLS Transformation

RE: problem with stylesheet aggregation

2002-01-23 Thread Vadim Gritsenko
From: root [mailto:root] On Behalf Of Christian Zoffoli Vadim Gritsenko wrote: From: root [mailto:root] On Behalf Of Christian Zoffoli Hi to all. ...I tried to aggregate two stylesheets ...but the aggregated xsl doesn't work fine [cut] It works perfectly! Exactly

RE: Servlet to XSL possible?

2002-01-23 Thread Vadim Gritsenko
Bob, Hey, stop right here... Your servlet works, right? Invoking: http://cb:8080/examples/servlet/servlet23.BobServlet should return XML from your servlet, right? Then next step: pipe servlet output into Coocon. You have Cocoon deployed in tomcat under, say, cocoon:

RE: XML - XSP

2002-01-23 Thread Vadim Gritsenko
From: Jean-Philippe Courson [mailto:[EMAIL PROTECTED]] Hi, I would like to know how I can do with Cocoon 2 to process XML documents throw XSP as I was doing with Cocoon 1. Which sort of thing should I add to the sitemap file ? Any help would be appreciated Here it is: !--

RE: Is memory leak problem fixed in the latest Cocoon release?

2002-01-23 Thread Vadim Gritsenko
From: CHEN, YING [mailto:[EMAIL PROTECTED]] Hi, We are evaluating Cocoon. I would appreciate it if I could get more information on memory leak issue of Cocoon from this mailing list. Has anyone on the list ever have the memory leak problem with Cocoon 1.8? There were no reports on

RE: Servlet to XSL possible?

2002-01-23 Thread Vadim Gritsenko
From: David Rosenstrauch [mailto:[EMAIL PROTECTED]] Vadim, I don't think that will work. The servlet will write (xml) directly to the http response's output stream, instead of sending the xml to a content handler (the pipeline) for transformation and eventual serialization. Check out

RE: Problems, switching off svg

2002-01-23 Thread Vadim Gritsenko
From: Martijn Bouterse [mailto:[EMAIL PROTECTED]] Henrik Hofmann wrote: I'm trying to get Cocoon 2.0 running on a solaris server. This server has no x server installed, and installing ist isn't a possibility. I tried to remove the svg serializers from the sitemap, and also from the

RE: Recursive XInclude

2002-01-23 Thread Vadim Gritsenko
From: Michael Wechner [mailto:[EMAIL PROTECTED]] Hi Does anybody know if the XInclude Transformer is actually resolving the xi:include recursively? No. I tried something like that: department.xml: xi:include href=group.xml group.xml: xi:include href=member.xml

RE: Recursive XInclude

2002-01-23 Thread Vadim Gritsenko
From: Michael Wechner [mailto:[EMAIL PROTECTED]] Thanks Vadim, but the XInclude Transformer does not interpret cocoon: as a protocol, but rather as a filesystem path. I have the same problem with xi:include href=http://slashdot.org/slashdot.xml/ It says: Resource can't be found. I remember

RE: Recursive XInclude

2002-01-23 Thread Vadim Gritsenko
quot;> But having the cocoon protocol in there to be able to resolve xi:iclude recursively isn't very nice. All the best Michael Vadim Gritsenko wrote: From: Michael Wechner [mailto:[EMAIL PROTECTED]] Thanks Vadim, but the XInclude Transformer does not interpret cocoon: as a protocol,

Newbie FAQ, Re: Just starting COCOON

2002-01-23 Thread Vadim Gritsenko
Some more comments to follow Roger's email: I tried Cocoon binary download ... and it worked. Assuming that you have: 1. Servlet engine - Tomcat 4.0, Tomcat 3.3, or Resin 2.0.4 2. Windows machine or *NIX with X running (it is the case for the development machine, isn't it?) You have to just

RE: serving non xml content

2002-01-23 Thread Vadim Gritsenko
From: icewind0 [mailto:[EMAIL PROTECTED]] Hello, What is the correct way to serve non xml content with cocoon? For example, if I have a directory that I just want served as is (images, html, etc) how do I tell cocoon to do that? Will it serve these things by default (it doesn't seem to)

RE: DOC Session logicsheet

2002-01-22 Thread Vadim Gritsenko
Thanks, This is updated in the CVS. Vadim From: root [mailto:root] On Behalf Of Christian Zoffoli I think that the namespace in the documentation concerning Session logicsheet needs to be updated from http://www.apache.org/1999/XSP/Session; to http://apache.org/xsp/session/2.0; ...

RE: Servlet to XSL possible?

2002-01-22 Thread Vadim Gritsenko
From: Bob Garvey [mailto:[EMAIL PROTECTED]] I would like to use Cocoon2, Tomcat.40 to pipline output from a servlet generating XML to an XSL transformer: is this possible? Try to use: transform src=http://host:port/my.xsl/ If it is slow for you, make sure that your servlet generating XSL

RE: Servlet to XSL possible?

2002-01-22 Thread Vadim Gritsenko
From: Bob Garvey [mailto:[EMAIL PROTECTED]] I am missing the big picture. I want to generate data from servlet and have that output transformed to html for a response. I have tried combinations on the order of: map:match pattern=servlet23/* map:generate

RE: Cocoon on a read-only medium

2002-01-21 Thread Vadim Gritsenko
? Matthias -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 17, 2002 3:01 PM To: [EMAIL PROTECTED] Subject: RE: Cocoon on a read-only medium From: JÃrn Heid [mailto:[EMAIL PROTECTED]] Is it possible to run Cocoon on a CD (without

RE: Cocoon on a read-only medium

2002-01-21 Thread Vadim Gritsenko
From: Robert Koberg [mailto:[EMAIL PROTECTED]] - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] Or do you rellay mean you put everything on a CD, together with the data, and get an PDF/HTMLoutput from such a stand-alone application running the CD on any

RE: dynamic stylesheet using an XSP ...possible?

2002-01-19 Thread Vadim Gritsenko
Yes. See cocoon/sub/sitemap.xmap for examples. Vadim From: root [mailto:root] On Behalf Of Christian Zoffoli Hi to all. Is it possible to generate a stylesheet using an XSP ? ...and using is like a normal stylesheet with the cocoon pseudo protocol ?? ...thanks in advance

RE: Implement a Generator or a URLStreamHandler?

2002-01-19 Thread Vadim Gritsenko
From: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] On Saturday 19 January 2002 06:05, Conal Tuohy wrote: . . . I think my options are either to write a NewsGroupGenerator in the Cocoon framework, or a URLStreamHandler (and URLStreamHandlerFactory) in the Java URL framework. With a

RE: Cocoon on a read-only medium

2002-01-17 Thread Vadim Gritsenko
From: JÃrn Heid [mailto:[EMAIL PROTECTED]] Is it possible to run Cocoon on a CD (without having the possibility to write anything)? Yes. You won't get any logs, everything else is Ok. I think you can precompile all(?) of the dynamic content, Yes. but doesn't Cocoon generate the

RE: Pre compiling Sitemap XSP

2002-01-17 Thread Vadim Gritsenko
From: Max Larsson [mailto:[EMAIL PROTECTED]] Hi, following the instruction in the FAQ to do precompiling of the SItemap and the XSP i get the following error in the cocoon.log: java.lang.IllegalAccessError: try to access class org.apache.cocoon.www.sitemap_xmap$Configurer from class

RE: cocoon processing time

2002-01-17 Thread Vadim Gritsenko
From: Nick Fingerhut [New Identity AG] [mailto:[EMAIL PROTECTED]] Hi Cocooners, is there an easy way to count the cocoon processing time from the browser request till the request is finished? tail -f cocoon/WEB-INF/logs/access.log.01 | grep Processed by See also web.xml, show-time

RE: XSP- XSL-XML- for example Xindice

2002-01-17 Thread Vadim Gritsenko
From: Stefan [mailto:[EMAIL PROTECTED]] snip/ Stefan, I set up a pipeline, which gets some XML Data from Xindice und transforms the data to XSP. This step is required because the retrieved Data always is enclosed in resourcesresource etc. elements. So at least I have to enclose the things

RE: speeding - cocoon processing time

2002-01-17 Thread Vadim Gritsenko
Search archives of xml-cocoon-dev list on scalability. There was a thread on optimization tips month or two ago. Vadim From: Alex Kachanov [mailto:[EMAIL PROTECTED]] OK, great Does anyone know how to optimize Cocoon configuration to speed up startup and processing time? Some tricks in

RE: 404 error with Apache-Tomcat-Cocoon

2002-01-14 Thread Vadim Gritsenko
From: CalexO [mailto:[EMAIL PROTECTED]] 1. Do you have sitemap entry to process your request? What is sitemap entry ? Welcome to Cocoon 2! And I recommend you to start with reading some documentation: http://xml.apache.org/cocoon/userdocs/concepts/index.html

RE: sitemap_xmap

2002-01-14 Thread Vadim Gritsenko
From: Robert Yates [mailto:[EMAIL PROTECTED]] Hi, I was wondering if anyone could help me, Ive been set the nightmare task of setting up cocoon 2 on one of our developement boxes and basically after 2 weeks of looking at internal errors i think its fair to say im not getting anywhere

RE: message The sitemap handler's sitemap is not available. Please check logs for the exact error.

2002-01-14 Thread Vadim Gritsenko
You have to look into Cocoon's logs, not Tomcat's. Usually they are located under cocoon/WEB-INF/logs. Vadim From: Thomas Cherryhomes [mailto:[EMAIL PROTECTED]] The Logs don't reveal anything specific that says that an error had occured, nor any java exceptions this is the log

RE: stylesheets aggregation

2002-01-14 Thread Vadim Gritsenko
From: root [mailto:root] On Behalf Of Christian Zoffoli Hi to all. Is it possible to aggregate many stylesheets ? Yes. ...how ? Using aggregation capabilities of Cocoon: 1. map:aggregate construct in the sitemap, 2. CInludeTransformer and XIncludeTransformer. For more information on

RE: Cocoon URL

2002-01-14 Thread Vadim Gritsenko
From: Yuri Gadow [mailto:[EMAIL PROTECTED]] From the FAQ it would seem that one cannot run Cocoon from a URL or context other the /cocoon (since the FAQ only offers ideas for changing the URL by having Apache rewrite on the fly.) Is this correct No, that's not true. (if so, anyone have

RE: Cocoon URL

2002-01-14 Thread Vadim Gritsenko
No, never. It does not have anything like this inside. Vadim From: Emmanuel Bardet [mailto:[EMAIL PROTECTED]] Don't you have to change the web.xml file as well ? -Original Message- From: Bert Van Kets [mailto:[EMAIL PROTECTED]] Sent: lundi 14 janvier 2002 22:45 To: [EMAIL

RE: Cocoon URL

2002-01-14 Thread Vadim Gritsenko
From: Yuri Gadow [mailto:[EMAIL PROTECTED]] Ok, thanks guys. I realise I didn't state the original question as fully as I should, the second half of it was missing. What I have is a WAR with Cocoon2 (C2), and a large amount of other presentation layer 'stuff' (JSP, Servlets, etc.) So,

RE: Request parameter to a transformer

2002-01-14 Thread Vadim Gritsenko
From: Laurent CAPRANI [mailto:[EMAIL PROTECTED]] I need to provide a request parameter to a transformation. Ex: http://.../application/page.xml?my-parameter=value I tried to send a parameter to this transformer this way: map:match pattern=application/**.xml map:generate

RE: C2.1-dev i18n default language

2002-01-12 Thread Vadim Gritsenko
From: Gustav Liden [mailto:[EMAIL PROTECTED]] Hi, I'm using i18n for managing a bi-lingual website (in English and Swedish). My message catalogs have the following filename endings: ..._sv.xml - for the Swedish text xml - for English, since I want this to be the default language

RE: Cocoon 2 international language support

2002-01-11 Thread Vadim Gritsenko
This might work (I did not try): map:serialize mime-type=text/html; charset=youencoding/ Vadim -Original Message- From: Alex Kachanov [mailto:[EMAIL PROTECTED]] How can I make Cocoon insert charset information in the header of the response?

RE: Help! Where to put Action classes?

2002-01-11 Thread Vadim Gritsenko
From: Miller, Grant [mailto:[EMAIL PROTECTED]] My package is called 'com.mycompany.app' and my action is defined as: map:actions map:action name=get_date class=com.mycompany.app.DateAction/ /map:actions Reading other postings I get the impression that my class should be

RE: Apache 1.3, tomcat and Cocoon

2002-01-11 Thread Vadim Gritsenko
Cocoon + Tomcat: http://xml.apache.org/cocoon/installing/index.html From: David McInnis [mailto:[EMAIL PROTECTED]] http://xml.apache.org/cocoon/ctwig/ctwig-gettingstarted.html On Fri, 2002-01-11 at 08:47, Olivier MOUGEL wrote: Hi cocooners, I'm looking for a brief tutorial which

RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml?

2002-01-10 Thread Vadim Gritsenko
will do the transformation. Thanks. Gasper - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, January 09, 2002 5:18 PM Subject: RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml? From: Gasper

RE: Sitemap problem with latest cvs version ?

2002-01-10 Thread Vadim Gritsenko
From: Yann Secq [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: Once you downloaded new version, delete old working directory which contains classes generated with previous version of Cocoon. They could be incompatible with newer version of Cocoon. Yes, i had this problem, but even

RE: Use request parameter selection in pipeline

2002-01-10 Thread Vadim Gritsenko
From: Maksimov, Aleksey [mailto:[EMAIL PROTECTED]] Hi Aleksey, If I were to do what you suggest. How would the pipeline know which request parameter it is accessing, since in my different pipelines I may have different parameter names to select? I tried that case this way first:

RE: errors handling

2002-01-10 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hi ! I'd like to handle several kinds of errors, differently if possible ; on my site, the pipeline serves mainly .html pages using the XML files which have the same filename but with the .xml extension. More precisely, if the

RE: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Vadim Gritsenko
Archive suggesting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100879385811581w=2 PS This helped me once Regards, Vadim From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Hi I am on a Mandrake-8.1 Linux platform using JDK-1.3.1_02 from Sun and ant 1.4.1.

RE: Problems compiling recent checkout of Cocoon2

2002-01-10 Thread Vadim Gritsenko
Thanks Joseph Rajkumar Vadim Gritsenko wrote: Archive suggesting: http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100879385811581w=2 PS This helped me once Regards, Vadim From: jrajkumar [mailto:jrajkumar] On Behalf Of Joseph Rajkumar Hi I am on a Mandrake

RE: Accessing dbxml over cocoon2

2002-01-10 Thread Vadim Gritsenko
Hint 1: java.lang.ClassNotFoundException: org.dbxml.client.xmldb.DatabaseImpl Do you have org.dbxml.client.xmldb.DatabaseImpl in WEB-INF/lib/*.jar? Hint 2: To work with dbXML 1.0b4 you need dbXML.jar and juggernaut-1.0.jar in WEB-INF/lib/. Vadim -Original Message- From: Thomas Sempf

RE: Does cocoon2 support xslt translation through ?xml-stylesheet? tag inside xml?

2002-01-09 Thread Vadim Gritsenko
From: Gasper [mailto:[EMAIL PROTECTED]] Hi The question is: Can I have an xml document written as jsp or xsp that has different xslt translations denpended on the http parameters the page gets. Can cocoon be cofigured to do this and how to do it. Please, read more on sitemap and

RE: Virtual-domain-directorys in Cocoon2

2002-01-09 Thread Vadim Gritsenko
From: Kreyñel, Conny [mailto:[EMAIL PROTECTED]] Hi, I have installed a Apache- and a Tomcat 4-Server and now I have configured the Apache that for all domains the /go subdirectory forward to the cocoon-app via mod_webapp. And now my problem. I could use a subdirectory for every domain

RE: Sitemap problem with latest cvs version ?

2002-01-09 Thread Vadim Gritsenko
From: Yann Secq [mailto:[EMAIL PROTECTED]] Vadim Gritsenko wrote: -r flag is sticky: once used, it is remembered. You need to do fresh checkout as Gianugo suggested, or do -A which clears this flag, or -r HEAD. Thanks ! It's the first time I use CVS and i had some problems

RE: Count XSL Processing Time

2002-01-09 Thread Vadim Gritsenko
From: Nick Fingerhut [New Identity AG] [mailto:[EMAIL PROTECTED]] Hi Folks, does anyone know how to count the xslt processing time? Cocoon 2 CVS version have a profiler which can give you an idea where the time is spent. Look into cocoon.xconf for profiler configuration: you have to use

RE: Understanding cocoon ......

2002-01-09 Thread Vadim Gritsenko
From: Christoph Henrici [mailto:[EMAIL PROTECTED]] I have been studying, testing and playing around with cocoon in the last few days as a newcomer : i am greatly impressed with what ease with cocoon pipelines arbrary data sources can be chained to a result target: a very powerful

RE: expr

2002-01-08 Thread Vadim Gritsenko
From: Wap Brunei [mailto:[EMAIL PROTECTED]] xsp:logic XMLDBManager db = new XMLDBManager(); String node = (String)db.RetrieveDoc(1); /xsp:logic Cocoon xsp:content xsp:exprnode/xsp:expr /xsp:content /Cocoon node is an xml document in

RE: How to configure cocoon2 to work when requesting a jsp file with its extension?

2002-01-08 Thread Vadim Gritsenko
From: Gasper [mailto:[EMAIL PROTECTED]] Hello I'm trying to install my app with cocoon2 and jetty, which has jsp through xslt transformations and was written in orion. My question is: - Can cocoon 2 be configured to serve requests like http://localhost:8080/cocoon/jsp/hello.jsp

RE: sitemap error, after installing cvs version

2002-01-08 Thread Vadim Gritsenko
Please delete temporary directory and try again. For Tomcat, it is usually %TOMCAT_HOME%/work. Vadim -Original Message- From: Thomas Sempf [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 08, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: sitemap error, after installing cvs version

RE: XMLDBSourceFactory missing ?

2002-01-08 Thread Vadim Gritsenko
From: Gianugo Rabellino [mailto:[EMAIL PROTECTED]] Yann Secq wrote: I want to use Tomcat+Cocoon+Xindice. I had some luck with the first two, but I miss something with Xindice : it seems that the CVS doesn't provide the org.apache.components.source.XMLDBSourceFactory. I thought I

RE: Urgent!Help to integrate xindice with cocoon!

2002-01-08 Thread Vadim Gritsenko
From: Wap Brunei [mailto:[EMAIL PROTECTED]] this is my xml file === ?xml version=1.0? ?cocoon-process type=xsp? xsp:page xmlns:xsp=http://www.apache.org/1999/XSP/Core; xmlns:map=http://apache.org/cocoon/sitemap/1.0;

RE: Newbie ESQL Questions

2002-01-08 Thread Vadim Gritsenko
From: NUGENT ROBERT (APP3RJN) [mailto:[EMAIL PROTECTED]] Hi, We are new to Cocoon here, and hope to use it in an application in which we will make heavy use of ESQL with Oracle 8i. I have two basic questions: First, regarding documentation: The ESQL examples, as well as the ESQL

RE: Re: Can I apply dynamic XSL to XML in Cocoon 2 ?

2002-01-04 Thread Vadim Gritsenko
From: YANG Qiandong [mailto:[EMAIL PROTECTED]] Can I change sitemap in XSP code? No, never! If you need dynamic XSL please have Cocoon to generate it for you: map:transform src=cocoon:/generate-xsl/ Please refer to examples in sub-sitemap: http://localhost:8080/cocoon/sub/ Regards,

RE: Installing Cocoon 2 on Weblogic 6.1

2002-01-03 Thread Vadim Gritsenko
From: Gallagher, Liz [mailto:[EMAIL PROTECTED]] Does anybody know how to sucessfully deploy Cocoon 2 on Weblogic Server 6.1 sp1 as a WAR file? The cocoon.war file contain a JAR file that has a 2-character prefix (XT.JAR). This is causing a prefix string too short exception. Some users

RE: act under map:pipeline ??

2001-10-04 Thread Vadim Gritsenko
No, you can't have an action there (sitemap.xsl, lines: 486-493). Surround it with match like this: map:pipelines map:pipeline map:match pattern=** map:act map:match .. ... /map:match map:match ... /map:match

RE: How to have prompt for download?

2001-10-04 Thread Vadim Gritsenko
File type associations are in windows explorer, tools - folder options - file types (on Win2000). But the best solution is to use right-click and save target as options ;) Vadim -Original Message- From: Hewko, Doug [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 04, 2001 7:21 AM

RE: [Proposal] C2 + tomcat 4

2001-10-02 Thread Vadim Gritsenko
From: Alfredas Chmieliauskas [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 8:29 AM To: [EMAIL PROTECTED] Subject: [Proposal] C2 + tomcat 4 Hello, It seems that c2 + tomcat4 is the most problematic issue for a couple of weeks already (while it is one of the most used

RE: C2: offline site generation

2001-10-02 Thread Vadim Gritsenko
Examine run.bat/run.sh - it's here for a reason ;) Use "run -help"for list ofarguments options. If you are using CVS version, the easiest way to get it running is: 1. build dist 2. cd dist/cocoon* 3. run Regards, Vadim -Original Message-From: Michael Zach [mailto:[EMAIL

RE: [Proposal] C2 + tomcat 4

2001-10-02 Thread Vadim Gritsenko
-Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 02, 2001 10:06 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Proposal] C2 + tomcat 4 Comments below... At 09:41 AM 02/10/2001 -0400, Vadim Gritsenko wrote: From: Alfredas

RE: How to set up cocoon to pass parameters?

2001-10-02 Thread Vadim Gritsenko
There are couple of ways of achieving that. --- FIRST WAY: Define (and use) transformer which would have access to ALL request parameters: map:transformers default=xslt ... map:transformer

RE: taglibs for stylesheets

2001-09-30 Thread Vadim Gritsenko
-Original Message- From: Aurelien [mailto:[EMAIL PROTECTED]] Sent: Sunday, September 30, 2001 8:46 AM To: [EMAIL PROTECTED] Subject: taglibs for stylesheets Hi, I just love the logicsheet mechanism. Now, I wondered wether it'd be possible to implement a similar mechanism for

RE: AW: internal server error

2001-09-27 Thread Vadim Gritsenko
If you are brave enough, you could try to make cocoon run under JDK1.4, if you do not have much java hacking experience, revert to JDK1.3.1 Vadim -Original Message- From: raghu iyengar [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 27, 2001 9:13 AM To: [EMAIL PROTECTED];

RE: the saga continues: cocoon2rc1a with tomcat4.0 (as a service on win2K)

2001-09-26 Thread Vadim Gritsenko
I have default installation of Tomcat 4 (no mods), dropped there cocoon.war, and it's working. No tomcat libs were replaced/removed. Platform: JDK1.3.1 on Win, Tomcat 4.0. Regards, Vadim -Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26,

RE: Tomcat 4.0 final and Cocoon 2.0rc1 again...

2001-09-26 Thread Vadim Gritsenko
And also, please make sure you are using 2.0rc1a version: http://xml.apache.org/cocoon2/dist/Cocoon-2.0rc1a.tar.gz Vadim -Original Message- From: Alexander Smirnoff [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 26, 2001 4:52 PM To: [EMAIL PROTECTED] Subject: Re: Tomcat 4.0

RE: Pipeline caching...

2001-09-25 Thread Vadim Gritsenko
- Da: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Inviato: lunedì 24 settembre 2001 17.06 A: [EMAIL PROTECTED] Oggetto: RE: Pipeline caching... By default XSP generated by Cocoon are not cached, and executed on every request. To change this behaviour, you need to add these two methods

RE: Pipeline caching...

2001-09-24 Thread Vadim Gritsenko
By default XSP generated by Cocoon are not cached, and executed on every request. To change this behaviour, you need to add these two methods: xsp:page language=java xmlns:xsp=http://apache.org/xsp; xsp:logic public long generateKey(){ // Unique ID of your page return

RE: cocoon 2 and tomcat 4

2001-09-24 Thread Vadim Gritsenko
Work just fine if followed instructions in install.html document. Make sure you do have empty CLASSPATH when building cocoon.war. Vadim -Original Message- From: Ed Nixon [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 6:53 PM To: [EMAIL PROTECTED] Subject: cocoon 2 and

RE: Cocoon and dbXML

2001-09-21 Thread Vadim Gritsenko
Tobias, Please add catch statement for throwable and try again: catch (Exception e) { System.out.println(e.toString() ); } catch (Throwable e) { e.printStackTrace(); } finally { I am sure that there are no miracles of this kind in Java. Vadim

RE: [C2] blank pages ????

2001-09-12 Thread Vadim Gritsenko
Define error-handler type=404/ in your pipelines/ (in addition to error-handler/) Regards, Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 12:58 PM To: Cocoon Users Subject: [C2] blank pages Dear All, I seem to

RE: [C2] multiple versus individual pipelines

2001-09-12 Thread Vadim Gritsenko
Nope, Michael mentioned everything. Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 1:40 PM To: [EMAIL PROTECTED] Subject: Re: [C2] multiple versus individual pipelines At 11:00 AM -0600 12/9/01, Michael McKibben

RE: [C2] blank pages ????

2001-09-12 Thread Vadim Gritsenko
12, 2001 2:51 PM To: [EMAIL PROTECTED] Subject: RE: [C2] blank pages At 1:19 PM -0400 12/9/01, Vadim Gritsenko wrote: Define error-handler type=404/ in your pipelines/ (in addition to error-handler/) The tag error-handler/ is not in the sitemap logicsheet, sitemap.xsl. Do you

RE: inherit actions in sub-sitemaps?

2001-09-12 Thread Vadim Gritsenko
Works for me... I do not have even map:actions in my subsitemap, and actions got inherited. Vadim -Original Message- From: Jeremy Quinn [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 12, 2001 3:12 PM To: Cocoon Users Subject: inherit actions in sub-sitemaps? Hi All,

<    7   8   9   10   11   12   13   >