RE: C2.0.2: ClassCastException

2002-03-28 Thread Vadim Gritsenko
of the trace in error.log. Regards, Christopher On Tue, Mar 26, 2002 at 08:00:35PM -0500, Vadim Gritsenko wrote: Try deleting work directory. Might help, I'm not sure what you have got (you cut the stacktrace too short) Vadim From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] Hi

RE: the cocoon protocol

2002-03-28 Thread Vadim Gritsenko
From: Jakob Praher [mailto:[EMAIL PROTECTED]] hi all, where can I find a specification of the cocoon:/ URI scheme and protcol handler? In the mail archives. cocoon:/ accesses current sitemap, and cocoon:// accesses root sitemap. See sub/sitemap.xmap for usage samples. looking in

RE: map:generate called twice

2002-03-28 Thread Vadim Gritsenko
From: Mathias Ochsendorf [mailto:[EMAIL PROTECTED]] Hello, I'm working with the CVS-Version of Cocoon 2 from last Wednesday (3/27/02). According to http://marc.theaimsgroup.com/?l=xml-cocoon-usersm=100834637226164w=2 this problem has to be fixes since a couple of months. If you read

RE: Cocoon 2.02 where has the svg gone??

2002-03-28 Thread Vadim Gritsenko
you know, what the the problem ist whith JDK 1.4? Christoph Gaffga - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, March 28, 2002 2:51 PM Subject: RE: Cocoon 2.02 where has the svg gone?? I bet it is due

RE: Strange problem around protected area example Complement

2002-03-28 Thread Vadim Gritsenko
You can not have two parameters with the same name. For the form-validator action you can use: map:parameter name=validate value=name,password/ PS Do not send HTML emails! Vadim -Original Message- From: Xavier DAMAY [mailto:[EMAIL PROTECTED]] Hello all :-\ I haven't found any

RE: Include Pipeline output in XSP.

2002-03-28 Thread Vadim Gritsenko
From: sandhu@terra-firma [mailto:[EMAIL PROTECTED]] Dear Roman, Were u able to give pipeline as src to serverpages generator ? http://localhost:8080/sub/xsp-cocoon If you spend some time on samples it will save bandwidth of all readers of this list. Regards, Vadim I am still

RE: Error when deploying own generator

2002-03-28 Thread Vadim Gritsenko
From: Erwin [mailto:[EMAIL PROTECTED]] On Thu, 28 Mar 2002, Christian Schmitt wrote: Erwin, have you tried to put your classes in $TOMCAT_HOME/webapps/cocoon/WEB-INF/classes That's the place where they should be. Hth, Christian Tnx for your answer. Well, I have tried

RE: newbie help in classpath

2002-03-28 Thread Vadim Gritsenko
USE PLAIN TEXT EMAIL! And do not use system classpath variables. It told me that I need to recompile with -deprecation and build failed. What's the error? Vadim -Original Message- From: Peng, Meimin [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 28, 2002 6:16 PM To: '[EMAIL

RE: Editing, compiling, running Cocoon under debugger?

2002-03-28 Thread Vadim Gritsenko
I have this in the tomcat/conf/config.xml: Context path=/cocoon docBase=C:/Apache/xml-cocoon2/build/cocoon/webapp debug=0 reloadable=true/ I use build -D... webapp, for faster build times I commented out jar/ which creates cocoon.war. Vadim From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]]

RE: Encoding non-english characters in XSP (C2.0.2)

2002-03-28 Thread Vadim Gritsenko
of languages simultaneously). Or you can patch it on your own. Vadim -- Best regards, Andrey Demchenko. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] Next step for you would be: 1. Switch back to Javac (pizza does not support Java file encoding option) 2. Make

RE: [C2] DeltaTimeCacheValidity?

2002-03-27 Thread Vadim Gritsenko
From: Rune Sandnes [mailto:[EMAIL PROTECTED]] public CacheValidity generateValidity() { return new TimeStampCacheValidity(documentTimestamp); } or public CacheValidity generateValidity() { return new DeltaTimeCacheValidity(10); }

RE: Error when XML file for a map:part is absent.

2002-03-27 Thread Vadim Gritsenko
You should write error handler. See samples sitemap and sub sitemap. Vadim From: Olivier Rossel [mailto:[EMAIL PROTECTED]] I make a map:aggregate with two XML files. If both files are ok, the output is ok. If one file is missing, half the output is an exception (a FileNotFound

RE: Encoding non-english characters in XSP (C2.0.2)

2002-03-27 Thread Vadim Gritsenko
From: yuryx [mailto:[EMAIL PROTECTED]] Hello all I have the following problem: After updating cocoon from version 2.0.1 to 2.0.2 non-english characters are not normally decoded on page , generated by XSP . I fail to see difference. In both cases, in Cocoon 2.0.1 and in Cocoon 2.0.2,

RE: could not get sitemap source - error when accessing cocoon:-ressource

2002-03-27 Thread Vadim Gritsenko
Dirk, I guess this is your sitemap snippet: map:match pattern=processed/**.xml map:generate type=serverpages src=somePath/{1}.xml/ map:transform type=cinclude/ map:serialize type=xml/ /map:match Here are some advices: 1. Always have serializer 2. Try first without CInclude: map:match

RE: problems installing cocoon 2.0.1

2002-03-26 Thread Vadim Gritsenko
Thanks to Carsten who uploaded new website... Now I can say: RTFM: http://xml.apache.org/cocoon/installing/index.html It has all you need to know about tomcat 4.0.3 Vadim -Original Message- From: Diego Lluna [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 5:12 AM To:

RE: Turning XSPs into Generators

2002-03-26 Thread Vadim Gritsenko
From: Michael Zehrer [mailto:[EMAIL PROTECTED]] Hi list, reading the Performance Guide Draft, it sems to me that turning XSPs into Generators is a good idea, is there some general way how to do this? Any tips, templates? Once you run XSP once, Cocoon will compile them into Java classes

RE: Problems with Cocoon 2.0.2

2002-03-26 Thread Vadim Gritsenko
Two advices: 1. use plain text emails 2. RTFM http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: Mike Ahlers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 6:44 AM To: [EMAIL PROTECTED] Subject: Re: Problems with Cocoon 2.0.2 Tx, that solved

RE: Cannot install: latest snapshot, Java 1.4, Tomcat 4.0.3LE

2002-03-26 Thread Vadim Gritsenko
DELETE WORKING DIRECTORY PS: RTFM http://xml.apache.org/cocoon/installing/index.html Vadim -Original Message- From: Rob Jellinghaus [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 2:36 AM To: [EMAIL PROTECTED] Subject: Cannot install: latest snapshot, Java 1.4, Tomcat

RE: installing problems cocoon 2.0.1

2002-03-26 Thread Vadim Gritsenko
RTFM http://xml.apache.org/cocoon/installing/index.html Vadim From: Diego Lluna [mailto:[EMAIL PROTECTED]] Dear friends, I'm stuck trying to install cocoon 2.0.1. The details are: W2000 professional tomcat 4.0.3 installed and working fine cocoon copied under webapps directory

RE: [C2] DeltaTimeCacheValidity?

2002-03-26 Thread Vadim Gritsenko
From: Rune Sandnes [mailto:[EMAIL PROTECTED]] I have set up caching in an XSP page with several ESQL statements. One version bases the CacheValidity object on a timestamp that it gets from the database, like this: public CacheValidity generateValidity() { return new

RE: [C2] Sitemap questions

2002-03-26 Thread Vadim Gritsenko
From: Erwin [mailto:[EMAIL PROTECTED]] Hello, ... I downloaded the latest release (2.0.2) and have studied the sitemap dtd and the sitemap schema dtd: src/documentation/xdocs/dtd/sitemap-v02.dtd schema: /src/documentation/xdocs/drafts/sitemap-working-draft.xsd but I havent found an

RE: Turning XSPs into Generators (Why?)

2002-03-26 Thread Vadim Gritsenko
, Artur... -Original Message- From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 2:11 PM To: [EMAIL PROTECTED] Subject: RE: Turning XSPs into Generators From: Michael Zehrer [mailto:[EMAIL PROTECTED]] Hi list, reading

RE: C2.0.2: ClassCastException

2002-03-26 Thread Vadim Gritsenko
Try deleting work directory. Might help, I'm not sure what you have got (you cut the stacktrace too short) Vadim From: Jozsa Kristof [mailto:[EMAIL PROTECTED]] Hi, I've downloaded Cocoon 2.0.2, compiled, replaced the libs in my project and deployed successfully. It works, however, I

RE: how to tell Cocoon2 to read the xsl-file from the xml-file

2002-03-25 Thread Vadim Gritsenko
From: Falko Zurell [mailto:[EMAIL PROTECTED]] Hi, I try to configure an Cocoon2 the way the old Cocoon1 seems to work. I have an XML-File with the tag: ?xml-stylesheet type=text/xsl href=../xsl/docbook-xsl-1.49/html/docbook.xsl? which should tell the Cocoon where to find the

RE: Include Pipeline output in XSP.

2002-03-25 Thread Vadim Gritsenko
CInclude transformer can do the job. See samples. Vadim -Original Message- From: sandhu@terra-firma [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 12:41 PM To: [EMAIL PROTECTED] Subject: Include Pipeline output in XSP. Hi users,   I need to include cocoon pipeline output into 

RE: Cocoon2 SVG Caching

2002-03-25 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] I am dynamically creating thumbnailed JPEG images through an XSP -- XSL XSP! Read below... (which creates the SVG) -- svg2jpeg serializer pipeline. However, Cocoon does not cache the generated images in the filesystem, and since the

RE: Include Pipeline output in XSP.

2002-03-25 Thread Vadim Gritsenko
Hm, why do you want to do this? Anyway, take a look at the sub sitemaps samples then to get an idea what Cocoon can do. Vadim From: sandhu@terra-firma [mailto:[EMAIL PROTECTED]] CInclude transformer can do the job. See samples. Dear Vadim, i've tried that , but the transformer

RE: Logger not defined

2002-03-23 Thread Vadim Gritsenko
From: Peter Fagerlund [mailto:[EMAIL PROTECTED]] on 23-03-2 03.57, Vadim Gritsenko at [EMAIL PROTECTED] wrote: Reduce log level from DEBUG to INFO. See logkit.xconf and web.xml Yes - that would be one way ;-) I am interested in why my setup do not define the logger ? Because

RE: Oddity with XSP and Namespaces

2002-03-23 Thread Vadim Gritsenko
From: Leigh Dodds [mailto:[EMAIL PROTECTED]] Thanks Vadim, Hi, can anyone explain the following, or identify that this is a fixed bug? Ok, I can now identify that this is a *fixed* bug. Thanks for finding. Am I right in thinking that this will end up in Cocoon 2.0.2? Yup.

RE: Cocoon and XIndice versions - FIXED

2002-03-23 Thread Vadim Gritsenko
From: root [mailto:root] On Behalf Of Christian Zoffoli Alex McLintock wrote: Hi folks, I'm trying to find satisfactory versions of Cocoon and XIndice which work together. [cut] my little how-to 1- copy batik-libs,xerces,xalan,xml-apis from

RE: Minimal Requirements

2002-03-23 Thread Vadim Gritsenko
From: Peter Davis [mailto:[EMAIL PROTECTED]] On Behalf Of Peter Davis (by way I'm trying to build a site using cocoon, but for my production system I don't want any of the examples cluttering up my disk or the site. I don't need any SQL, XSL:FO, SVG, any of the demo sites, or even HTML

RE: question about cacheable and blocking simultaneous access

2002-03-22 Thread Vadim Gritsenko
From: Moritz Petersen [mailto:[EMAIL PROTECTED]] hi list, i am wondering, if generators, that implement the cacheable interface, automatically block simultaneous accesses? No. i want to write a generator, which has to execute heavy computings. so if caching is enabled, it would be

RE: Cocoon and XIndice versions

2002-03-22 Thread Vadim Gritsenko
Alex: When you work with Cocoon CVS, make sure: 1. You have latest CVS (as of yesterday is ok) 2. You have read install instructions from the CVS Vadim -Original Message- From: Alex McLintock [mailto:[EMAIL PROTECTED]] Sent: Friday, March 22, 2002 12:04 PM To: [EMAIL PROTECTED]

RE: [HELP]Exception in creating Transform Handler

2002-03-22 Thread Vadim Gritsenko
First make sample shipped with cocoon work for you. Look in the docs/samples/xsp/logicsheet.xsp for the sample logicsheet. PS Sample might not be in Cocoon 2.0.1. In this case, get snapshot from CVS or wait till March 25 for Cocoon 2.0.2 Vadim From: Albert Hervas [mailto:[EMAIL PROTECTED]]

RE: Internal Server Error - Language Exception -- Help Me Please

2002-03-22 Thread Vadim Gritsenko
RTFM: http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/src/documentation/xdocs/in stalling/index.xml?rev=1.16content-type=text/vnd.viewcvs-markup Get also http://cvs.apache.org/viewcvs.cgi/xml-cocoon2/build.bat?rev=1.18content -type=text/vnd.viewcvs-markup Vadim From: Jeremy Beeler

RE: Question concerning form-validator-action

2002-03-22 Thread Vadim Gritsenko
From: Axel Honfi [mailto:[EMAIL PROTECTED]] Hello! I have a simple question concerning the form-validator-action. I defined a param like this: parameter name=date type=date nullable=no/ How do you know that it supports type=date? PS Have you read javadoc? Vadim But in which

RE: Logger not defined

2002-03-22 Thread Vadim Gritsenko
Reduce log level from DEBUG to INFO. See logkit.xconf and web.xml Vadim From: Peter Fagerlund [mailto:[EMAIL PROTECTED]] I am running Cocoon 2.0.2(20020322171928) on JBoss3.0.0beta2(20020322175910) and in my JBoss log I have way to many lines of : 2002-03-22 22:38:15,476 INFO

RE: Oddity with XSP and Namespaces

2002-03-22 Thread Vadim Gritsenko
From: Leigh Dodds [mailto:[EMAIL PROTECTED]] Hi, can anyone explain the following, or identify that this is a fixed bug? Ok, I can now identify that this is a *fixed* bug. Thanks for finding. Regards, Vadim Environment: Tomcat 4.0.1, Cocoon 2.0.1. XSP Page: xsp:page language=java

RE: BUILD FAILED

2002-03-21 Thread Vadim Gritsenko
From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] Hi, I have just downloaded the lastest cocoon release and I have tried to build the cocoon.war, but after a few seconds I receive the following error: BUILD FAILED /store2/cocoon/xml-cocoon2/build.xml:1086:

RE: I want to know how to make cocoon save the generated html file?

2002-03-21 Thread Vadim Gritsenko
From: Íõºì±¦ [mailto:[EMAIL PROTECTED]] Dear All: I just want to know how to serialize my page to file. Why do you want this? Depending on purpose, there are two solutions: 1. Run Cocoon from command line. Example is build docs. 2. Use SourceWritingTransformer.java, which is currently

RE: could not get sitemap source - error when accessing cocoon:-ressource

2002-03-21 Thread Vadim Gritsenko
From: Dirk Reiss [mailto:[EMAIL PROTECTED]] hello, what we try to do is parsing several files hierarchically, which means that we got one 'starting file' which contains a link that is processed wia xsp-logicsheet. The link points to an cocoon: -ressource which shall be included using

RE: Cinclude accepts only XML as input.

2002-03-21 Thread Vadim Gritsenko
From: Olivier Rossel [mailto:[EMAIL PROTECTED]] I want to Cinclude a text retrieved from a clob in a database. My idea was to have a internal pipeline that serialize as text the given clob (generate=serverpages, serialize=text). The internal pipeline works well. Now i want to cinclude

RE: Running Cocoon on non-compliant servlet engines

2002-03-20 Thread Vadim Gritsenko
From: Sylvain Wallez [mailto:[EMAIL PROTECTED]] Hi folks, The project I'm currently working on requires Cocoon to run on a 2-years old Netscape Enterprise server 4.1, which has the servlet 2.2 classes but doesn't implement them correctly : no context directory, no classloader for

RE: Problem in map:handle-errors

2002-03-20 Thread Vadim Gritsenko
From: Bartomeu Adrover [mailto:[EMAIL PROTECTED]] Hello, I use cocoon 2.01 with apache tomcat 4.01 in windows nt. I construct an page with varius xml source with ma:part tag: map:match pattern=index.xml map:aggregate element=root map:part src=cocoon:/noticies.xsrc/ map:part

RE: Pipeline Matching Problems

2002-03-20 Thread Vadim Gritsenko
From: Derek Hohls [mailto:[EMAIL PROTECTED]] Vadim The pipeline is invoked via a 'normal' type of call, e.g. docs/samples/forms/form_chemicals?id=123 Here the problem is. Where is the cocoon-action request parameter, which should have name of the action to be executed? Try:

RE: generator inside session-validator action

2002-03-20 Thread Vadim Gritsenko
From: Fiedler, Raul [mailto:[EMAIL PROTECTED]] Hi I want to protect the whole site with a session validator action. It works fine for all pipeline objects except ones with generators inside. Example: This snippet below - is it copy/paste? Then you have errors: map:pipeline

RE: Transformation AFTER serialization.

2002-03-20 Thread Vadim Gritsenko
From: TREGAN Fabien [mailto:[EMAIL PROTECTED]] Have someone allready coded a serializer that : 1. use another serializer for, hem, serialization You want to delegate? That's non issue. Just implement Composable. 2. call a 'ByteStreamTransformer' that works on the produced stream

RE: [Request] Upgrade instructions for new releases

2002-03-20 Thread Vadim Gritsenko
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] From: Peter Robins [EMAIL PROTECTED] If a new release is imminent, can we please have instructions for those who are upgrading rather than installing from scratch. Upgrading is not simply a matter of copying over a war: the

RE: logicsheets driving me insane

2002-03-20 Thread Vadim Gritsenko
Start with checking how your logicsheet works standalone, i.e. transform xsp page with you logicsheet by Xalan from the command line. Check result. Give resulting xsp page to the Cocoon. See it compiles. Vadim From: Peter Wieland [mailto:[EMAIL PROTECTED]] Hi, I'm trying for one day to

RE: How can i access one child sitemap from another child sitemap.

2002-03-19 Thread Vadim Gritsenko
From: Manish [mailto:[EMAIL PROTECTED]] Hello Vadim, Thanks for your reply... Let me put the problem in different way. The project I am working on, has different modules, I have two concern... 1) I want to decide the next page (navigation of the site) from site map only (Not even

RE: XSP Questions

2002-03-19 Thread Vadim Gritsenko
From: Piroumian, Konstantin [mailto:[EMAIL PROTECTED]] -Original Message- From: Je vous site [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 11:53 AM To: [EMAIL PROTECTED] Subject: XSP Questions hello, I try to learn about Xsp, so I read the example. I

RE: Problems with the LDAP-Transformer on Cocoon 2.0.1

2002-03-19 Thread Vadim Gritsenko
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Hello, I have problems with the LDAP-Transformer on Cocoon 2.0.1 (also on Cocoon 2.0). I have download the jndi.jar - file and have then perform .\build.bat -Dinclude.webapp.libs=yes webapp. With the new cocoon.war - file I have

RE: Pipeline Matching Problems

2002-03-19 Thread Vadim Gritsenko
Your action set do not succeed, so pipeline is not being executed. IIRC, action set will succeed when it is possible to choose at least one action from the set and that action returns not null Map (it could be empty, but not null). See also forms/employee in the sample sitemap. Vadim From:

RE: RE: [XSP] Sitemap parameter passed to XSP page

2002-03-19 Thread Vadim Gritsenko
From: Baer Peter [mailto:[EMAIL PROTECTED]] We need a way to push parameters from the sitemap to XSP via a generator (of type serverpages). We can catch session and request parameters using session.getParameter() or request.getParameter(). With parameters.getParameter() we had no

RE: Session Parameter

2002-03-19 Thread Vadim Gritsenko
AFAIU, You want, in main.xsp: xsp:logic request.getSession().setAttribute(my-data, myObject); /xsp:logic In svg.xsp: xsp:logic MyObject myObject = (MyObject)request.getSession().getAttribute(my-data); /xsp:logic Vadim -Original Message- From: Je vous site [mailto:[EMAIL

RE: Session Parameter Perfect response

2002-03-19 Thread Vadim Gritsenko
are asking for, but if you want some kind of UML diagrams I guess that they do not exist. Still, you always can use tools like Together Control Center to quickly generate them (Together Whiteboard edition is free and can draw nice class diagrams). Vadim Vadim Gritsenko wrote: AFAIU, You want

RE: Pipeline Matching Problems

2002-03-19 Thread Vadim Gritsenko
I don't know how you are invoking this pipeline (what URL looks like), and what actions are in the set, but is should choose an action based on the (IIRC, never used this ;) cocoon-action request parameter - its value should match action name. Then chosen action is being executed. Put some debug

RE: Generator already set. You can only select one Generator

2002-03-19 Thread Vadim Gritsenko
sketch looks ok to me. May be you made an error while implementing it with more details ;) See sub/ samples - it has something like this. Vadim -Original Message- From: von Schwerdtner, Thomas (GXS, FPI) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 19, 2002 3:58 PM To: '[EMAIL

RE: XSP and well formed xsp:content.../xsp:content

2002-03-19 Thread Vadim Gritsenko
From: Ivan Rubin [mailto:[EMAIL PROTECTED]] Hello, I need to open and close tags arbitrarily while iterating through a record set. xsp:content/operator/xsp:content does not work, as xsp:contentoperatorxsp:content, This is (obviously) not valid XML. Hence, the error. and I have to

RE: XSP and well formed xsp:content.../xsp:content

2002-03-19 Thread Vadim Gritsenko
get angry with me Vadim, I try to do my best. I'm not. Take care, Vadim Thanks, Vadim Gritsenko wrote: From: Ivan Rubin [mailto:[EMAIL PROTECTED]] Hello, I need to open and close tags arbitrarily while iterating through a record set. xsp:content/operator/xsp:content does

RE: Character encodings - which are possible?

2002-03-18 Thread Vadim Gritsenko
From: Simeon Walker [mailto:[EMAIL PROTECTED]] Hi, our new web site, using Cocoon 2, will be bi-lingual English and Welsh. The problem is that when I specify ISO-8859-14 (for Celtic languages) as the encoding for the xml document Cocoon fails. I believe that it is a problem with

RE: xsp-session:isNew question

2002-03-18 Thread Vadim Gritsenko
? (I can't use xsp-session inside xsp:logic (perhaps)? Your Cocoon version does not have latest bug fixes. Try nightly Cocoon snapshot, it will fix the problem. Vadim Thanks. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday

RE: Different behaviours of HTMLSerializer, in attributes and elements.

2002-03-18 Thread Vadim Gritsenko
From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] Hi, snip/ ... a name=puissance r%C3%A9elle/a table tr td bgcolor=#EEDDEE bDimension name : /b puissance reacute;elle br/ bDimension index : /b 9 /td /tr ... /table In the name

RE: application of a logicsheet to generated xml

2002-03-18 Thread Vadim Gritsenko
From: Peter Wieland [mailto:[EMAIL PROTECTED]] Hi, i wrote a helper class, that generates XML using the XSPObjectHelper. This generated XML contains tags like esql:connection.../esql:connection What I want Cocoon to do is to apply the esql logic sheet to these tags. But what is

RE: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Vadim Gritsenko
The concepts behind Cocoon includes IoC pattern: Inversion Of Control. I believe it is explained in the Developing with Avalon book. What we got here is (IMHO) an example of not understanding of this pattern. Instead of having pipeline to transfer execution to another pipeline *after* its finish

RE: xsp-session:isNew question

2002-03-18 Thread Vadim Gritsenko
/documentation/xdocs/us erdocs/xsp/session.xml?rev=1.5content-type=text/vnd.viewcvs-markup) Vadim - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 2:29 PM Subject: RE: xsp-session:isNew question From: Stefano Bonnin [mailto

RE: xsp-session:isNew question

2002-03-18 Thread Vadim Gritsenko
already do this with encodeURL - you can use logicsheet tag for this instead of writing Java code) 5. You might want be interested in trying snapshot as well because these bugs are fixed there. Thanks for all. Welcome. Vadim - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED

RE: How can i access one child sitemap from another child sitemap.

2002-03-18 Thread Vadim Gritsenko
the sitemap. Regards, Manish Jain       - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 18, 2002 7:13 PM Subject: RE: How can i access one child sitemap from another child sitemap. The concepts behind Cocoon includes IoC pattern

RE: newbie: install error Language Exception

2002-03-16 Thread Vadim Gritsenko
From: charles gebhard [mailto:[EMAIL PROTECTED]] cocoon 2.0.1 - binary version sun j2sdk1.4.0 You have to follow instructions from the HOWTO: JDK1.4 email tomcat 4.0.3 Installation on this one is a known PITA. See instructions published one the list (Correction: [SOLUTION]...) for

RE: [NT2000,jdk1.3.1_01,tomcat4.0.3,cocoon2.0.1]ClassNotFoundException

2002-03-16 Thread Vadim Gritsenko
USE Tomcat 4.0.1 OR read email list archive for this week OR search archive for 4.0.3 Vadim From: [EMAIL PROTECTED] Hi, I installed cocoon on my machine. I get a java.lang.NoClassDefFoundError: javax/xml/transform/URIResolver if I try to start it although all needed libraries

RE: Help Error Catalina

2002-03-16 Thread Vadim Gritsenko
From: Giuseppe De Vincenzi [mailto:[EMAIL PROTECTED]] Hi all, My system win2000, TOMCAT 4.0 Cocoon2 , with following JDK version ... Java(TM) 2 Runtime Environment, Standard Edition 1.3.1 ** Initially when i start TOMCAT, it start without any problem and i can access

RE: Can't compile Cocoon 2.0.1 in JDK 1.4.0

2002-03-16 Thread Vadim Gritsenko
From: Yu Di [mailto:[EMAIL PROTECTED]] Hi, I am using Linux (kernel 2.2.14, glibc 2.2.3), Sun JDK 1.4.0. I downloaded cocoon-2.0.1-src.tar.gz, unzipped it, set JAVA_HOME to my JDK 1.4.0 directory, and tried to compile, but I received a lot of error messages while compiling Esql

RE: problems with unicode 0x85

2002-03-15 Thread Vadim Gritsenko
From: Robert J. Lebowitz [mailto:[EMAIL PROTECTED]] I suspect that this is more of a generic XML question, but I have an error showing up when I use the TRAXTransformer on one of my xml documents. It doesn't like the presence of a unicode 0x85 character. I'm not even sure where this

RE: Compiling new generators etc.

2002-03-15 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear cocoon-users, must new java classes (for my application) have to be compiled separately or does Cocoon2 the compilation for me if I put the java files to the right place (the classes subdirectory) ? Yes, No. All my experiments

RE: Latest Xalan

2002-03-15 Thread Vadim Gritsenko
From: Stephen Ng [mailto:[EMAIL PROTECTED]] I think I've found a bug in the xalan (v. 2.2?) that comes with 2.01. Has anyone had any luck using Cocoon 2.0.1 with the latest Xalan (2.3.1)? No issues here. Will be part of 2.0.2 Vadim Steve

RE: Installation Cocoon 2.0.1

2002-03-15 Thread Vadim Gritsenko
these two instructions: 6. Clean Cocoon: build clean 7. Build Cocoon: build -Dinclude.webapp.libs=yes webapp That's for source distribution. Vadim May you still once help me? Thanks a lot, Cyril - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL

RE: Urgent: How to invoke a stram Generator and invoke pipelines thru API calls (or Command line

2002-03-15 Thread Vadim Gritsenko
From: Chitharanjan Das [mailto:[EMAIL PROTECTED]] Hello All, snip/ As indicated above, the sitemap returns an SVG document for a given XML. The code snippet of my JSP page looks like Hm. Why JSP? html ... % Iterator itr =

RE: Installation Cocoon 2.0.1

2002-03-15 Thread Vadim Gritsenko
CATALINA_HOME=c:\tomcat SET PROMPT=$p$g SET TEMP=C:\WINDOWS\TEMP SET TMP=C:\WINDOWS\TEMP Thanks Cyril. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 15, 2002 7:43 PM Subject: RE: Installation Cocoon 2.0.1 From: cyril vidal

RE: Problem with SimpleLuceneCocoonIndexerImpl (Too many open files)

2002-03-15 Thread Vadim Gritsenko
I guess it is because you are under DOS. You have to add some kind of FILES=500 line to the config.sys. Vadim From: leo leonid [mailto:[EMAIL PROTECTED]] When I try to apply the lucene indexer of the current 2.0.2-dev CVS-version (which works fine on the C2-documentation files) to my

RE: help with a sitemap problem

2002-03-15 Thread Vadim Gritsenko
Steven, map:aggregate element=my-root-element Take care, Vadim From: Steven Sedlmeyer [mailto:[EMAIL PROTECTED]] Ok, I've looked through the docs and near as I can tell this should be Ok...although it clearly isn't. I have the following pipeline in my sitemap: map:pipeline

RE: Problem with SimpleLuceneCocoonIndexerImpl (Too many open files)

2002-03-15 Thread Vadim Gritsenko
From: leo leonid [mailto:[EMAIL PROTECTED]] On Friday, March 15, 2002, at 08:46 Uhr, Vadim Gritsenko wrote: I guess it is because you are under DOS. You have to add some kind of FILES=500 line to the config.sys. Vadim maybe you better go to sleep now... Nah, I better go

RE: Building Cocoon 2.0.1 under jdk 1.4

2002-03-15 Thread Vadim Gritsenko
From: Edward Muller [mailto:[EMAIL PROTECTED]] I am getting the following errors building cocoon 2.0.1 under jdk 1.4 on linux. Is this a know issue? Is it fixed in cvs? It's an issue of build process detecting presence of the JDBC3.0. If you don't have jdk1.3.x (or older) in the

RE: Problem with SimpleLuceneCocoonIndexerImpl (Too many open files)

2002-03-15 Thread Vadim Gritsenko
From: leo leonid [mailto:[EMAIL PROTECTED]] On Friday, March 15, 2002, at 08:46 Uhr, Vadim Gritsenko wrote: Still, what's your OS/file limit? RH7.2 linux: cputime unlimited filesize unlimited datasize unlimited stacksize 8192 kbytes coredumpsize 0 kbytes

RE: Security/encryption

2002-03-15 Thread Vadim Gritsenko
From: Peter Robins [mailto:[EMAIL PROTECTED]] Altho I can put most of my sensitive data in an RDBMS with proper security, when I see things like db passwords lying around in non-secure XML files, which can easily be referenced programmatically, then alarm bells start ringing. I haven't

RE: information required

2002-03-15 Thread Vadim Gritsenko
From: Isaac Nadar [mailto:[EMAIL PROTECTED]] Hello, Iam a developer working for Megaware Technologies. I have some problems of installing cocoon 2.0.x in weblogic6.1sp2.. From my experience... WL6.1 has too many bugs to allow painless installation. Stay tuned for detailed

RE: Problem with SimpleLuceneCocoonIndexerImpl (Too many open files)

2002-03-15 Thread Vadim Gritsenko
From: leo leonid [mailto:[EMAIL PROTECTED]] I have 1337 files in index with a temporary test setup of 8192 descriptors at the exception. From previous mail: at org.apache.cocoon.components.search.SimpleLuceneCocoonIndexerImpl.index (SimpleLuceneCocoonIndexerImpl.java:262)

RE: Call of dynamically created tags in logicsheets

2002-03-14 Thread Vadim Gritsenko
Dirk Torsten: What I understood: You want to insert content of document using XSLT document() function. Name of the document is generated dynamically by XSP. If this is right, what you have to do: -- sitemap - !-- apply 'ownnamespace' logicsheet to the x.xml, compile

RE: xsp-session:isNew question

2002-03-14 Thread Vadim Gritsenko
From: Stefano Bonnin [mailto:[EMAIL PROTECTED]] Hi, I want check if the session is new, so, I have to use xsp-session:is-new tag. How can I use this tag? Can I write a code as following boolean isNew = xsp-session:is-new/; Yes. Try it. or if (xsp-session:is-new/) .

RE: Call of dynamically created tags in logicsheets

2002-03-14 Thread Vadim Gritsenko
and cocoon2.0 thanks for your quick answer best regards, dirk - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 4:18 PM Subject: RE: Call of dynamically created tags in logicsheets Dirk Torsten: What I understood

RE: newbie: how to get a clean application

2002-03-14 Thread Vadim Gritsenko
From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] From: Moritz Petersen [EMAIL PROTECTED] thank you all for your replies. unfortunately, it doesn't work that smooth. if i run ant installwar ahem, I know I'm repeating myself, but use build installwar what's what i

RE: Installation Cocoon 2.0.1

2002-03-14 Thread Vadim Gritsenko
Read http://marc.theaimsgroup.com/?t=10150987843r=1w=2 Vadim -Original Message- From: cyril vidal [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 12:11 PM To: [EMAIL PROTECTED] Subject: Installation Cocoon 2.0.1 Hello!   I'm trying to install Cocoon 2.0.1 with the

RE: xsl and log4j

2002-03-14 Thread Vadim Gritsenko
From: Moritz Petersen [mailto:[EMAIL PROTECTED]] hi list, is it possible to use log4j for loggings from inside xsp commands? like I'm not sure about its current status (never used it by myself), but there is logichseet in the Cocoon (since day one) called log

RE: newbie: how to get a clean application

2002-03-14 Thread Vadim Gritsenko
From: Moritz Petersen [mailto:[EMAIL PROTECTED]] nicola, i have another remark. after using your (and also vadim's!) hints, i've got a much smaller cocoon webapp, than before. but that's not exactly what i wanted. the produced war file contains still documentations etc. and the

RE: I'd really love to POST forms...

2002-03-14 Thread Vadim Gritsenko
From: Matthieu BenÊteau [mailto:[EMAIL PROTECTED]] Hi folks, I'm using Cocoon-2.0.1 with Tomcat-4.0.1. I'm working on a Cocoon-based editor that allows to edit and modify XML files with a web browser. It uses several HTML forms. RequestGenerator is just fine to retrieve the

RE: Installation Cocoon 2.0.1

2002-03-14 Thread Vadim Gritsenko
/cocoon/dist/cocoon-2.0.1-src.zip Vadim Cyril. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14, 2002 6:32 PM Subject: RE: Installation Cocoon 2.0.1 Read http://marc.theaimsgroup.com/?t=10150987843r=1w=2 Vadim

RE: thanks for sharing your expertise Vadim

2002-03-14 Thread Vadim Gritsenko
:) Vadim From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] From: Marty McClelland [EMAIL PROTECTED] Hello Vadim - ... I also want to acknowledge your patience with newbies. After reading the list for some months - I find it interesting to see how many of the questions are

RE: Problem creating new generator

2002-03-14 Thread Vadim Gritsenko
From: Volker Schneider [mailto:[EMAIL PROTECTED]] Dear cocoon-users, First of all, what servlet engine do you use? I will assume Tomcat 4.0.1 here... first I tried to run the time example, but I got the error message, that the component cannot be found, though all classes were at the

RE: Installation Cocoon 2.0.1

2002-03-14 Thread Vadim Gritsenko
cocoon.war; then follow instructions, only instead of lib/core directory you will have tomcat/cocoon/WEB-INF/lib directory. PS remove also tomcat/work/* directories. Vadim Cyril. - Original Message - From: Vadim Gritsenko [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 14

RE: Pizza

2002-03-14 Thread Vadim Gritsenko
From: Ed Jenkins [mailto:[EMAIL PROTECTED]] Yesterday, we upgraded to Cocoon 2.0.2dev. In that version, in cocoon.xconf, the default compiler was switched from Javac to Pizza. Pizza is reporting some compilation errors in my XSP files that were OK when compiled with Javac. Also, I

RE: XMLTransformer without XML declaration?

2002-03-13 Thread Vadim Gritsenko
From: Noah Mittman [mailto:[EMAIL PROTECTED]] Sorry, that would be the TextSerializer and XMLSerializer... On Tuesday, March 12, 2002, at 03:12 PM, Noah Mittman wrote: I'm using Cocoon to output ASX (Windows Media playlists) content, but since it's a wonderful Microsoft product,

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